diff --git a/404.html b/404.html index d7ee22a9ab..5fa9b83cae 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@ Page Not Found | OSISM - + diff --git a/assets/js/9c2dc5c0.3d4e6187.js b/assets/js/9c2dc5c0.3d4e6187.js deleted file mode 100644 index fa68c03c49..0000000000 --- a/assets/js/9c2dc5c0.3d4e6187.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkosism=self.webpackChunkosism||[]).push([[5846],{916:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>d,contentTitle:()=>o,default:()=>h,frontMatter:()=>c,metadata:()=>l,toc:()=>t});var s=i(5893),r=i(1151);const c={sidebar_label:"Ceph",sidebar_position:50},o="Ceph",l={id:"guides/deploy-guide/services/ceph",title:"Ceph",description:"1. Deploy base services.",source:"@site/docs/guides/deploy-guide/services/ceph.md",sourceDirName:"guides/deploy-guide/services",slug:"/guides/deploy-guide/services/ceph",permalink:"/docs/guides/deploy-guide/services/ceph",draft:!1,unlisted:!1,editUrl:"https://github.com/osism/osism.github.io/tree/main/docs/guides/deploy-guide/services/ceph.md",tags:[],version:"current",sidebarPosition:50,frontMatter:{sidebar_label:"Ceph",sidebar_position:50},sidebar:"tutorialSidebar",previous:{title:"Logging & Monitoring",permalink:"/docs/guides/deploy-guide/services/logging-monitoring"},next:{title:"OpenStack",permalink:"/docs/guides/deploy-guide/services/openstack"}},d={},t=[{value:"RGW service",id:"rgw-service",level:2}];function p(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",li:"li",ol:"ol",p:"p",pre:"pre",...(0,r.a)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.h1,{id:"ceph",children:"Ceph"}),"\n",(0,s.jsxs)(n.ol,{children:["\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsx)(n.p,{children:"Deploy base services."}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{children:"osism apply ceph-mons\nosism apply ceph-mgrs\nosism apply ceph-osds\nosism apply ceph-crash\n"})}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsx)(n.p,{children:"Get ceph keys. This places the necessary keys in /opt/configuration."}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{children:"osism apply copy-ceph-keys\n"})}),"\n",(0,s.jsx)(n.p,{children:"After run, these keys must be permanently added to the configuration repository\nvia Git."}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{children:"environments/infrastructure/files/ceph/ceph.client.admin.keyring\nenvironments/kolla/files/overlays/gnocchi/ceph.client.gnocchi.keyring\nenvironments/kolla/files/overlays/nova/ceph.client.cinder.keyring\nenvironments/kolla/files/overlays/nova/ceph.client.nova.keyring\nenvironments/kolla/files/overlays/cinder/cinder-backup/ceph.client.cinder.keyring\nenvironments/kolla/files/overlays/cinder/cinder-backup/ceph.client.cinder-backup.keyring\nenvironments/kolla/files/overlays/cinder/cinder-volume/ceph.client.cinder.keyring\nenvironments/kolla/files/overlays/manila/ceph.client.manila.keyring\nenvironments/kolla/files/overlays/glance/ceph.client.glance.keyring\n"})}),"\n",(0,s.jsxs)(n.p,{children:["If the ",(0,s.jsx)(n.code,{children:"osism apply copy-ceph-keys"})," fails and the keys are not found in the ",(0,s.jsx)(n.code,{children:"/share"}),"\ndirectory, this can be solved with ",(0,s.jsx)(n.code,{children:"osism apply ceph-fetch-keys"}),"."]}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsx)(n.p,{children:"After the Ceph keys have been persisted in the configuration repository, the Ceph\nclient can be deployed."}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{children:"osism apply cephclient\n"})}),"\n"]}),"\n"]}),"\n",(0,s.jsx)(n.h2,{id:"rgw-service",children:"RGW service"}),"\n",(0,s.jsxs)(n.ol,{children:["\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsx)(n.p,{children:(0,s.jsx)(n.a,{href:"./../../configuration-guide/ceph#rgw-service",children:"Configure the RGW service"})}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsxs)(n.p,{children:["Apply role ",(0,s.jsx)(n.code,{children:"ceph-rgws"})," to deploy the Ceph RGW services."]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{children:"osism apply ceph-rgws\n"})}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsxs)(n.p,{children:["Apply role ",(0,s.jsx)(n.code,{children:"kolla-ceph-rgw"})," to add the OpenStack endpoint."]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{children:"osism apply kolla-ceph-rgw\n"})}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsxs)(n.p,{children:["Apply role ",(0,s.jsx)(n.code,{children:"loadbalancer"})," to add the HAProxy backend and frontend."]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{children:"osism apply loadbalancer\n"})}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsxs)(n.p,{children:["Apply role ",(0,s.jsx)(n.code,{children:"horizon"})," to enable the Swift dashboard."]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{children:"osism apply horizon\n"})}),"\n"]}),"\n"]})]})}function h(e={}){const{wrapper:n}={...(0,r.a)(),...e.components};return n?(0,s.jsx)(n,{...e,children:(0,s.jsx)(p,{...e})}):p(e)}},1151:(e,n,i)=>{i.d(n,{Z:()=>l,a:()=>o});var s=i(7294);const r={},c=s.createContext(r);function o(e){const n=s.useContext(c);return s.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function l(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:o(e.components),s.createElement(c.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/9c2dc5c0.8404a540.js b/assets/js/9c2dc5c0.8404a540.js new file mode 100644 index 0000000000..7c18850eb3 --- /dev/null +++ b/assets/js/9c2dc5c0.8404a540.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkosism=self.webpackChunkosism||[]).push([[5846],{916:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>d,contentTitle:()=>l,default:()=>h,frontMatter:()=>c,metadata:()=>o,toc:()=>t});var i=s(5893),r=s(1151);const c={sidebar_label:"Ceph",sidebar_position:50},l="Ceph",o={id:"guides/deploy-guide/services/ceph",title:"Ceph",description:"1. Deploy base services.",source:"@site/docs/guides/deploy-guide/services/ceph.md",sourceDirName:"guides/deploy-guide/services",slug:"/guides/deploy-guide/services/ceph",permalink:"/docs/guides/deploy-guide/services/ceph",draft:!1,unlisted:!1,editUrl:"https://github.com/osism/osism.github.io/tree/main/docs/guides/deploy-guide/services/ceph.md",tags:[],version:"current",sidebarPosition:50,frontMatter:{sidebar_label:"Ceph",sidebar_position:50},sidebar:"tutorialSidebar",previous:{title:"Logging & Monitoring",permalink:"/docs/guides/deploy-guide/services/logging-monitoring"},next:{title:"OpenStack",permalink:"/docs/guides/deploy-guide/services/openstack"}},d={},t=[{value:"RGW service",id:"rgw-service",level:2}];function p(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",li:"li",ol:"ol",p:"p",pre:"pre",...(0,r.a)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.h1,{id:"ceph",children:"Ceph"}),"\n",(0,i.jsxs)(n.ol,{children:["\n",(0,i.jsxs)(n.li,{children:["\n",(0,i.jsx)(n.p,{children:"Deploy base services."}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{children:"osism apply ceph-mons\nosism apply ceph-mgrs\nosism apply ceph-osds\nosism apply ceph-crash\n"})}),"\n",(0,i.jsx)(n.p,{children:"It's all done here step by step. It is also possible to do this in a single step:"}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{children:"osism apply ceph-base\n"})}),"\n"]}),"\n",(0,i.jsxs)(n.li,{children:["\n",(0,i.jsx)(n.p,{children:"Get ceph keys. This places the necessary keys in /opt/configuration."}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{children:"osism apply copy-ceph-keys\n"})}),"\n",(0,i.jsx)(n.p,{children:"After run, these keys must be permanently added to the configuration repository\nvia Git."}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{children:"environments/infrastructure/files/ceph/ceph.client.admin.keyring\nenvironments/kolla/files/overlays/gnocchi/ceph.client.gnocchi.keyring\nenvironments/kolla/files/overlays/nova/ceph.client.cinder.keyring\nenvironments/kolla/files/overlays/nova/ceph.client.nova.keyring\nenvironments/kolla/files/overlays/cinder/cinder-backup/ceph.client.cinder.keyring\nenvironments/kolla/files/overlays/cinder/cinder-backup/ceph.client.cinder-backup.keyring\nenvironments/kolla/files/overlays/cinder/cinder-volume/ceph.client.cinder.keyring\nenvironments/kolla/files/overlays/manila/ceph.client.manila.keyring\nenvironments/kolla/files/overlays/glance/ceph.client.glance.keyring\n"})}),"\n",(0,i.jsxs)(n.p,{children:["If the ",(0,i.jsx)(n.code,{children:"osism apply copy-ceph-keys"})," fails and the keys are not found in the ",(0,i.jsx)(n.code,{children:"/share"}),"\ndirectory, this can be solved with ",(0,i.jsx)(n.code,{children:"osism apply ceph-fetch-keys"}),"."]}),"\n"]}),"\n",(0,i.jsxs)(n.li,{children:["\n",(0,i.jsx)(n.p,{children:"After the Ceph keys have been persisted in the configuration repository, the Ceph\nclient can be deployed."}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{children:"osism apply cephclient\n"})}),"\n"]}),"\n"]}),"\n",(0,i.jsx)(n.h2,{id:"rgw-service",children:"RGW service"}),"\n",(0,i.jsxs)(n.ol,{children:["\n",(0,i.jsxs)(n.li,{children:["\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.a,{href:"./../../configuration-guide/ceph#rgw-service",children:"Configure the RGW service"})}),"\n"]}),"\n",(0,i.jsxs)(n.li,{children:["\n",(0,i.jsxs)(n.p,{children:["Apply role ",(0,i.jsx)(n.code,{children:"ceph-rgws"})," to deploy the Ceph RGW services."]}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{children:"osism apply ceph-rgws\n"})}),"\n"]}),"\n",(0,i.jsxs)(n.li,{children:["\n",(0,i.jsxs)(n.p,{children:["Apply role ",(0,i.jsx)(n.code,{children:"kolla-ceph-rgw"})," to add the OpenStack endpoint."]}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{children:"osism apply kolla-ceph-rgw\n"})}),"\n"]}),"\n",(0,i.jsxs)(n.li,{children:["\n",(0,i.jsxs)(n.p,{children:["Apply role ",(0,i.jsx)(n.code,{children:"loadbalancer"})," to add the HAProxy backend and frontend."]}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{children:"osism apply loadbalancer\n"})}),"\n"]}),"\n",(0,i.jsxs)(n.li,{children:["\n",(0,i.jsxs)(n.p,{children:["Apply role ",(0,i.jsx)(n.code,{children:"horizon"})," to enable the Swift dashboard."]}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{children:"osism apply horizon\n"})}),"\n"]}),"\n"]})]})}function h(e={}){const{wrapper:n}={...(0,r.a)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(p,{...e})}):p(e)}},1151:(e,n,s)=>{s.d(n,{Z:()=>o,a:()=>l});var i=s(7294);const r={},c=i.createContext(r);function l(e){const n=i.useContext(c);return i.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:l(e.components),i.createElement(c.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.75341eee.js b/assets/js/runtime~main.4e74a7fe.js similarity index 99% rename from assets/js/runtime~main.75341eee.js rename to assets/js/runtime~main.4e74a7fe.js index c86dc47ddc..4c3c40d385 100644 --- a/assets/js/runtime~main.75341eee.js +++ b/assets/js/runtime~main.4e74a7fe.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,f,c,b,d={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var f=t[e]={id:e,loaded:!1,exports:{}};return d[e].call(f.exports,f,f.exports,r),f.loaded=!0,f.exports}r.m=d,r.c=t,e=[],r.O=(a,f,c,b)=>{if(!f){var d=1/0;for(i=0;i=b)&&Object.keys(r.O).every((e=>r.O[e](f[o])))?f.splice(o--,1):(t=!1,b0&&e[i-1][2]>b;i--)e[i]=e[i-1];e[i]=[f,c,b]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,c){if(1&c&&(e=this(e)),8&c)return e;if("object"==typeof e&&e){if(4&c&&e.__esModule)return e;if(16&c&&"function"==typeof e.then)return e}var b=Object.create(null);r.r(b);var d={};a=a||[null,f({}),f([]),f(f)];for(var t=2&c&&e;"object"==typeof t&&!~a.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((a=>d[a]=()=>e[a]));return d.default=()=>e,r.d(b,d),b},r.d=(e,a)=>{for(var f in a)r.o(a,f)&&!r.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:a[f]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,f)=>(r.f[f](e,a),a)),[])),r.u=e=>"assets/js/"+({53:"935f2afb",110:"66406991",366:"d0f03c80",453:"30a24c52",533:"b2b675dd",609:"0658869c",770:"3f74a1dc",948:"8717b14a",1033:"3a24b32a",1100:"ccc45f31",1172:"7a4fffdf",1195:"e29aad9d",1336:"f3e1e4c4",1355:"d3108c07",1391:"6c11aa3a",1477:"b2f554cd",1511:"6a1f4bec",1518:"5bc03735",1574:"de57d45c",1628:"807e695f",1633:"031793e1",1713:"a7023ddc",1734:"2f914c76",1748:"8e5f32ed",1757:"3934058b",1914:"d9f32620",1943:"ae934d1a",2018:"c45d899e",2267:"59362658",2309:"0fd4c4b6",2362:"e273c56f",2535:"814f3328",2540:"88884f83",2681:"78b4ae99",2716:"04e17c9d",2753:"2b5b0fc4",2840:"29cf976d",2871:"d03241c9",3085:"1f391b9e",3089:"a6aa9e1f",3188:"e934a396",3205:"a80da1cf",3216:"6fb2b956",3394:"8da03187",3432:"ad26905b",3514:"73664a40",3608:"9e4087bc",3713:"1e80d022",3724:"596b1512",3980:"8352bc95",4013:"01a85c17",4022:"5845507f",4118:"59e4bf9a",4141:"f7ca8893",4195:"c4f5d8e4",4329:"dbbbc829",4368:"a94703ab",4488:"bed2b685",4689:"b4b93543",4744:"b798ea2b",4905:"7c2d5d83",4931:"762b083e",4983:"b614c3e5",5182:"43f3e48b",5322:"c78af355",5655:"08ca43f3",5826:"f7e4724a",5834:"096c7093",5846:"9c2dc5c0",5961:"fb66bc4c",6103:"ccc49370",6236:"02601e42",6299:"07d5b948",6315:"3eec1f83",6330:"dbe528c9",6378:"90342430",6454:"09ec98ee",6537:"db7ff767",6578:"3e117606",6641:"b68de40d",6876:"07742d97",6891:"0f52743c",6938:"608ae6a4",7155:"74b846e2",7162:"d589d3a7",7178:"096bfee4",7414:"393be207",7485:"49278f49",7632:"b88e2faf",7720:"31da1720",7918:"17896441",8019:"15cba8f7",8157:"e0698a94",8172:"f4c1e300",8187:"8ff7deab",8367:"09a97616",8461:"0884bdbc",8518:"a7bd4aaa",8521:"4632ab68",8527:"45fcaf07",8610:"6875c492",8636:"f4f34a3a",8730:"42bbc814",9003:"925b3f96",9035:"4c9e35b1",9174:"456706c7",9183:"326f19e1",9246:"c9821a2e",9372:"2c0b3ec5",9377:"fac2b365",9498:"a6659507",9588:"70acb529",9642:"7661071f",9654:"6f6bf91f",9661:"5e95c892",9700:"e16015ca"}[e]||e)+"."+{53:"d74ac31b",110:"3b251721",366:"79a42e26",453:"a158a92f",533:"90afecae",609:"000fed42",770:"b6260afa",948:"5aad819f",1033:"f9db7261",1100:"da787644",1172:"7e20c030",1195:"85078301",1336:"bdf09840",1355:"4e8b2e64",1391:"42693d26",1477:"beaa1832",1511:"c59cf9f2",1518:"7e4acf4d",1574:"6fe9c73b",1628:"af41145b",1633:"ca83e151",1713:"4eea03b9",1734:"7fdbe4d7",1748:"8feadc1d",1757:"067f4184",1772:"d11fac60",1914:"fb6fa8bc",1943:"accaf241",2018:"634c5327",2196:"2676aaef",2267:"2f157a04",2309:"7ba75290",2362:"42c3ebab",2535:"c38747f3",2540:"4793f9f6",2681:"6855b586",2716:"c38fe0a8",2753:"8ed829fe",2840:"b09370d0",2871:"5b1e7f48",3085:"9f3fe42d",3089:"7a509f3d",3188:"40917de9",3205:"c0c3e967",3216:"88eb4771",3394:"71b5824c",3432:"d4394313",3514:"310edf08",3608:"8f60ee35",3713:"7964af5d",3724:"dab3a8bd",3980:"66dab439",4013:"d743222a",4022:"83d323c8",4118:"bda3bcd3",4141:"7570e8c8",4195:"129f1776",4329:"07773006",4368:"64e5d53d",4488:"ac881e55",4689:"5ee6109b",4744:"788aaf4b",4905:"5b298e5d",4931:"2cd763d2",4983:"6e7e1660",5182:"6ca40222",5322:"7ad83d1e",5655:"45762414",5826:"95977404",5834:"7b35c9d1",5846:"3d4e6187",5961:"32adfdb5",6103:"618fab3b",6236:"798d71a1",6299:"1063dd42",6315:"65aad5b1",6330:"b881abc3",6378:"c6c2e3da",6454:"cfe48152",6537:"0c5735bd",6578:"bf628f1c",6641:"5061f32a",6876:"ac0b276c",6891:"f9bb505b",6938:"ceaf3ae1",7155:"7cf3aae1",7162:"f89e57dc",7178:"5ea2728c",7414:"c11fb6fe",7485:"3647e6fa",7632:"b97b2546",7720:"e5c4c542",7918:"20238007",8019:"1f43f06c",8157:"7d1f772a",8172:"a29c6c79",8187:"bf6ddd36",8367:"8916b6f2",8461:"407e37a2",8518:"89fe4821",8521:"9faa4227",8527:"041316c4",8610:"bd442cd2",8636:"9bfb60db",8730:"b9aff477",9003:"65eec07f",9035:"004f5649",9174:"b25a763f",9183:"73d01a29",9246:"41010e1f",9372:"4a5ff16f",9377:"c4fe86a8",9498:"1016b4a7",9588:"9510824b",9642:"a3969797",9654:"fec9b4df",9661:"52c8da28",9677:"e1301640",9700:"0e006377"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),c={},b="osism:",r.l=(e,a,f,d)=>{if(c[e])c[e].push(a);else{var t,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var b=c[e];if(delete c[e],t.parentNode&&t.parentNode.removeChild(t),b&&b.forEach((e=>e(f))),a)return a(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={17896441:"7918",59362658:"2267",66406991:"110",90342430:"6378","935f2afb":"53",d0f03c80:"366","30a24c52":"453",b2b675dd:"533","0658869c":"609","3f74a1dc":"770","8717b14a":"948","3a24b32a":"1033",ccc45f31:"1100","7a4fffdf":"1172",e29aad9d:"1195",f3e1e4c4:"1336",d3108c07:"1355","6c11aa3a":"1391",b2f554cd:"1477","6a1f4bec":"1511","5bc03735":"1518",de57d45c:"1574","807e695f":"1628","031793e1":"1633",a7023ddc:"1713","2f914c76":"1734","8e5f32ed":"1748","3934058b":"1757",d9f32620:"1914",ae934d1a:"1943",c45d899e:"2018","0fd4c4b6":"2309",e273c56f:"2362","814f3328":"2535","88884f83":"2540","78b4ae99":"2681","04e17c9d":"2716","2b5b0fc4":"2753","29cf976d":"2840",d03241c9:"2871","1f391b9e":"3085",a6aa9e1f:"3089",e934a396:"3188",a80da1cf:"3205","6fb2b956":"3216","8da03187":"3394",ad26905b:"3432","73664a40":"3514","9e4087bc":"3608","1e80d022":"3713","596b1512":"3724","8352bc95":"3980","01a85c17":"4013","5845507f":"4022","59e4bf9a":"4118",f7ca8893:"4141",c4f5d8e4:"4195",dbbbc829:"4329",a94703ab:"4368",bed2b685:"4488",b4b93543:"4689",b798ea2b:"4744","7c2d5d83":"4905","762b083e":"4931",b614c3e5:"4983","43f3e48b":"5182",c78af355:"5322","08ca43f3":"5655",f7e4724a:"5826","096c7093":"5834","9c2dc5c0":"5846",fb66bc4c:"5961",ccc49370:"6103","02601e42":"6236","07d5b948":"6299","3eec1f83":"6315",dbe528c9:"6330","09ec98ee":"6454",db7ff767:"6537","3e117606":"6578",b68de40d:"6641","07742d97":"6876","0f52743c":"6891","608ae6a4":"6938","74b846e2":"7155",d589d3a7:"7162","096bfee4":"7178","393be207":"7414","49278f49":"7485",b88e2faf:"7632","31da1720":"7720","15cba8f7":"8019",e0698a94:"8157",f4c1e300:"8172","8ff7deab":"8187","09a97616":"8367","0884bdbc":"8461",a7bd4aaa:"8518","4632ab68":"8521","45fcaf07":"8527","6875c492":"8610",f4f34a3a:"8636","42bbc814":"8730","925b3f96":"9003","4c9e35b1":"9035","456706c7":"9174","326f19e1":"9183",c9821a2e:"9246","2c0b3ec5":"9372",fac2b365:"9377",a6659507:"9498","70acb529":"9588","7661071f":"9642","6f6bf91f":"9654","5e95c892":"9661",e16015ca:"9700"}[e]||e,r.p+r.u(e)},(()=>{var e={1303:0,532:0};r.f.j=(a,f)=>{var c=r.o(e,a)?e[a]:void 0;if(0!==c)if(c)f.push(c[2]);else if(/^(1303|532)$/.test(a))e[a]=0;else{var b=new Promise(((f,b)=>c=e[a]=[f,b]));f.push(c[2]=b);var d=r.p+r.u(a),t=new Error;r.l(d,(f=>{if(r.o(e,a)&&(0!==(c=e[a])&&(e[a]=void 0),c)){var b=f&&("load"===f.type?"missing":f.type),d=f&&f.target&&f.target.src;t.message="Loading chunk "+a+" failed.\n("+b+": "+d+")",t.name="ChunkLoadError",t.type=b,t.request=d,c[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,f)=>{var c,b,d=f[0],t=f[1],o=f[2],n=0;if(d.some((a=>0!==e[a]))){for(c in t)r.o(t,c)&&(r.m[c]=t[c]);if(o)var i=o(r)}for(a&&a(f);n{"use strict";var e,a,f,c,b,d={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var f=t[e]={id:e,loaded:!1,exports:{}};return d[e].call(f.exports,f,f.exports,r),f.loaded=!0,f.exports}r.m=d,r.c=t,e=[],r.O=(a,f,c,b)=>{if(!f){var d=1/0;for(i=0;i=b)&&Object.keys(r.O).every((e=>r.O[e](f[o])))?f.splice(o--,1):(t=!1,b0&&e[i-1][2]>b;i--)e[i]=e[i-1];e[i]=[f,c,b]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,c){if(1&c&&(e=this(e)),8&c)return e;if("object"==typeof e&&e){if(4&c&&e.__esModule)return e;if(16&c&&"function"==typeof e.then)return e}var b=Object.create(null);r.r(b);var d={};a=a||[null,f({}),f([]),f(f)];for(var t=2&c&&e;"object"==typeof t&&!~a.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((a=>d[a]=()=>e[a]));return d.default=()=>e,r.d(b,d),b},r.d=(e,a)=>{for(var f in a)r.o(a,f)&&!r.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:a[f]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,f)=>(r.f[f](e,a),a)),[])),r.u=e=>"assets/js/"+({53:"935f2afb",110:"66406991",366:"d0f03c80",453:"30a24c52",533:"b2b675dd",609:"0658869c",770:"3f74a1dc",948:"8717b14a",1033:"3a24b32a",1100:"ccc45f31",1172:"7a4fffdf",1195:"e29aad9d",1336:"f3e1e4c4",1355:"d3108c07",1391:"6c11aa3a",1477:"b2f554cd",1511:"6a1f4bec",1518:"5bc03735",1574:"de57d45c",1628:"807e695f",1633:"031793e1",1713:"a7023ddc",1734:"2f914c76",1748:"8e5f32ed",1757:"3934058b",1914:"d9f32620",1943:"ae934d1a",2018:"c45d899e",2267:"59362658",2309:"0fd4c4b6",2362:"e273c56f",2535:"814f3328",2540:"88884f83",2681:"78b4ae99",2716:"04e17c9d",2753:"2b5b0fc4",2840:"29cf976d",2871:"d03241c9",3085:"1f391b9e",3089:"a6aa9e1f",3188:"e934a396",3205:"a80da1cf",3216:"6fb2b956",3394:"8da03187",3432:"ad26905b",3514:"73664a40",3608:"9e4087bc",3713:"1e80d022",3724:"596b1512",3980:"8352bc95",4013:"01a85c17",4022:"5845507f",4118:"59e4bf9a",4141:"f7ca8893",4195:"c4f5d8e4",4329:"dbbbc829",4368:"a94703ab",4488:"bed2b685",4689:"b4b93543",4744:"b798ea2b",4905:"7c2d5d83",4931:"762b083e",4983:"b614c3e5",5182:"43f3e48b",5322:"c78af355",5655:"08ca43f3",5826:"f7e4724a",5834:"096c7093",5846:"9c2dc5c0",5961:"fb66bc4c",6103:"ccc49370",6236:"02601e42",6299:"07d5b948",6315:"3eec1f83",6330:"dbe528c9",6378:"90342430",6454:"09ec98ee",6537:"db7ff767",6578:"3e117606",6641:"b68de40d",6876:"07742d97",6891:"0f52743c",6938:"608ae6a4",7155:"74b846e2",7162:"d589d3a7",7178:"096bfee4",7414:"393be207",7485:"49278f49",7632:"b88e2faf",7720:"31da1720",7918:"17896441",8019:"15cba8f7",8157:"e0698a94",8172:"f4c1e300",8187:"8ff7deab",8367:"09a97616",8461:"0884bdbc",8518:"a7bd4aaa",8521:"4632ab68",8527:"45fcaf07",8610:"6875c492",8636:"f4f34a3a",8730:"42bbc814",9003:"925b3f96",9035:"4c9e35b1",9174:"456706c7",9183:"326f19e1",9246:"c9821a2e",9372:"2c0b3ec5",9377:"fac2b365",9498:"a6659507",9588:"70acb529",9642:"7661071f",9654:"6f6bf91f",9661:"5e95c892",9700:"e16015ca"}[e]||e)+"."+{53:"d74ac31b",110:"3b251721",366:"79a42e26",453:"a158a92f",533:"90afecae",609:"000fed42",770:"b6260afa",948:"5aad819f",1033:"f9db7261",1100:"da787644",1172:"7e20c030",1195:"85078301",1336:"bdf09840",1355:"4e8b2e64",1391:"42693d26",1477:"beaa1832",1511:"c59cf9f2",1518:"7e4acf4d",1574:"6fe9c73b",1628:"af41145b",1633:"ca83e151",1713:"4eea03b9",1734:"7fdbe4d7",1748:"8feadc1d",1757:"067f4184",1772:"d11fac60",1914:"fb6fa8bc",1943:"accaf241",2018:"634c5327",2196:"2676aaef",2267:"2f157a04",2309:"7ba75290",2362:"42c3ebab",2535:"c38747f3",2540:"4793f9f6",2681:"6855b586",2716:"c38fe0a8",2753:"8ed829fe",2840:"b09370d0",2871:"5b1e7f48",3085:"9f3fe42d",3089:"7a509f3d",3188:"40917de9",3205:"c0c3e967",3216:"88eb4771",3394:"71b5824c",3432:"d4394313",3514:"310edf08",3608:"8f60ee35",3713:"7964af5d",3724:"dab3a8bd",3980:"66dab439",4013:"d743222a",4022:"83d323c8",4118:"bda3bcd3",4141:"7570e8c8",4195:"129f1776",4329:"07773006",4368:"64e5d53d",4488:"ac881e55",4689:"5ee6109b",4744:"788aaf4b",4905:"5b298e5d",4931:"2cd763d2",4983:"6e7e1660",5182:"6ca40222",5322:"7ad83d1e",5655:"45762414",5826:"95977404",5834:"7b35c9d1",5846:"8404a540",5961:"32adfdb5",6103:"618fab3b",6236:"798d71a1",6299:"1063dd42",6315:"65aad5b1",6330:"b881abc3",6378:"c6c2e3da",6454:"cfe48152",6537:"0c5735bd",6578:"bf628f1c",6641:"5061f32a",6876:"ac0b276c",6891:"f9bb505b",6938:"ceaf3ae1",7155:"7cf3aae1",7162:"f89e57dc",7178:"5ea2728c",7414:"c11fb6fe",7485:"3647e6fa",7632:"b97b2546",7720:"e5c4c542",7918:"20238007",8019:"1f43f06c",8157:"7d1f772a",8172:"a29c6c79",8187:"bf6ddd36",8367:"8916b6f2",8461:"407e37a2",8518:"89fe4821",8521:"9faa4227",8527:"041316c4",8610:"bd442cd2",8636:"9bfb60db",8730:"b9aff477",9003:"65eec07f",9035:"004f5649",9174:"b25a763f",9183:"73d01a29",9246:"41010e1f",9372:"4a5ff16f",9377:"c4fe86a8",9498:"1016b4a7",9588:"9510824b",9642:"a3969797",9654:"fec9b4df",9661:"52c8da28",9677:"e1301640",9700:"0e006377"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),c={},b="osism:",r.l=(e,a,f,d)=>{if(c[e])c[e].push(a);else{var t,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var b=c[e];if(delete c[e],t.parentNode&&t.parentNode.removeChild(t),b&&b.forEach((e=>e(f))),a)return a(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={17896441:"7918",59362658:"2267",66406991:"110",90342430:"6378","935f2afb":"53",d0f03c80:"366","30a24c52":"453",b2b675dd:"533","0658869c":"609","3f74a1dc":"770","8717b14a":"948","3a24b32a":"1033",ccc45f31:"1100","7a4fffdf":"1172",e29aad9d:"1195",f3e1e4c4:"1336",d3108c07:"1355","6c11aa3a":"1391",b2f554cd:"1477","6a1f4bec":"1511","5bc03735":"1518",de57d45c:"1574","807e695f":"1628","031793e1":"1633",a7023ddc:"1713","2f914c76":"1734","8e5f32ed":"1748","3934058b":"1757",d9f32620:"1914",ae934d1a:"1943",c45d899e:"2018","0fd4c4b6":"2309",e273c56f:"2362","814f3328":"2535","88884f83":"2540","78b4ae99":"2681","04e17c9d":"2716","2b5b0fc4":"2753","29cf976d":"2840",d03241c9:"2871","1f391b9e":"3085",a6aa9e1f:"3089",e934a396:"3188",a80da1cf:"3205","6fb2b956":"3216","8da03187":"3394",ad26905b:"3432","73664a40":"3514","9e4087bc":"3608","1e80d022":"3713","596b1512":"3724","8352bc95":"3980","01a85c17":"4013","5845507f":"4022","59e4bf9a":"4118",f7ca8893:"4141",c4f5d8e4:"4195",dbbbc829:"4329",a94703ab:"4368",bed2b685:"4488",b4b93543:"4689",b798ea2b:"4744","7c2d5d83":"4905","762b083e":"4931",b614c3e5:"4983","43f3e48b":"5182",c78af355:"5322","08ca43f3":"5655",f7e4724a:"5826","096c7093":"5834","9c2dc5c0":"5846",fb66bc4c:"5961",ccc49370:"6103","02601e42":"6236","07d5b948":"6299","3eec1f83":"6315",dbe528c9:"6330","09ec98ee":"6454",db7ff767:"6537","3e117606":"6578",b68de40d:"6641","07742d97":"6876","0f52743c":"6891","608ae6a4":"6938","74b846e2":"7155",d589d3a7:"7162","096bfee4":"7178","393be207":"7414","49278f49":"7485",b88e2faf:"7632","31da1720":"7720","15cba8f7":"8019",e0698a94:"8157",f4c1e300:"8172","8ff7deab":"8187","09a97616":"8367","0884bdbc":"8461",a7bd4aaa:"8518","4632ab68":"8521","45fcaf07":"8527","6875c492":"8610",f4f34a3a:"8636","42bbc814":"8730","925b3f96":"9003","4c9e35b1":"9035","456706c7":"9174","326f19e1":"9183",c9821a2e:"9246","2c0b3ec5":"9372",fac2b365:"9377",a6659507:"9498","70acb529":"9588","7661071f":"9642","6f6bf91f":"9654","5e95c892":"9661",e16015ca:"9700"}[e]||e,r.p+r.u(e)},(()=>{var e={1303:0,532:0};r.f.j=(a,f)=>{var c=r.o(e,a)?e[a]:void 0;if(0!==c)if(c)f.push(c[2]);else if(/^(1303|532)$/.test(a))e[a]=0;else{var b=new Promise(((f,b)=>c=e[a]=[f,b]));f.push(c[2]=b);var d=r.p+r.u(a),t=new Error;r.l(d,(f=>{if(r.o(e,a)&&(0!==(c=e[a])&&(e[a]=void 0),c)){var b=f&&("load"===f.type?"missing":f.type),d=f&&f.target&&f.target.src;t.message="Loading chunk "+a+" failed.\n("+b+": "+d+")",t.name="ChunkLoadError",t.type=b,t.request=d,c[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,f)=>{var c,b,d=f[0],t=f[1],o=f[2],n=0;if(d.some((a=>0!==e[a]))){for(c in t)r.o(t,c)&&(r.m[c]=t[c]);if(o)var i=o(r)}for(a&&a(f);n Archive | OSISM - + diff --git a/blog/first-blog-post/index.html b/blog/first-blog-post/index.html index cebcd3092f..3247c134b9 100644 --- a/blog/first-blog-post/index.html +++ b/blog/first-blog-post/index.html @@ -5,7 +5,7 @@ First Blog Post | OSISM - + diff --git a/blog/index.html b/blog/index.html index 38a18b5df2..5eb58543fb 100644 --- a/blog/index.html +++ b/blog/index.html @@ -5,7 +5,7 @@ Blog | OSISM - + diff --git a/blog/long-blog-post/index.html b/blog/long-blog-post/index.html index e0c276ccc2..609836c3fe 100644 --- a/blog/long-blog-post/index.html +++ b/blog/long-blog-post/index.html @@ -5,7 +5,7 @@ Long Blog Post | OSISM - + diff --git a/blog/mdx-blog-post/index.html b/blog/mdx-blog-post/index.html index d4739e2032..493a104489 100644 --- a/blog/mdx-blog-post/index.html +++ b/blog/mdx-blog-post/index.html @@ -5,7 +5,7 @@ MDX Blog Post | OSISM - + diff --git a/blog/tags/docusaurus/index.html b/blog/tags/docusaurus/index.html index 064b105f20..937ddddbf5 100644 --- a/blog/tags/docusaurus/index.html +++ b/blog/tags/docusaurus/index.html @@ -5,7 +5,7 @@ 4 posts tagged with "docusaurus" | OSISM - + diff --git a/blog/tags/facebook/index.html b/blog/tags/facebook/index.html index 8daeb11ce6..875358a913 100644 --- a/blog/tags/facebook/index.html +++ b/blog/tags/facebook/index.html @@ -5,7 +5,7 @@ One post tagged with "facebook" | OSISM - + diff --git a/blog/tags/hello/index.html b/blog/tags/hello/index.html index c03bbdc98d..e550d0dcc1 100644 --- a/blog/tags/hello/index.html +++ b/blog/tags/hello/index.html @@ -5,7 +5,7 @@ 2 posts tagged with "hello" | OSISM - + diff --git a/blog/tags/hola/index.html b/blog/tags/hola/index.html index 46d1f1db0f..236dc862c8 100644 --- a/blog/tags/hola/index.html +++ b/blog/tags/hola/index.html @@ -5,7 +5,7 @@ One post tagged with "hola" | OSISM - + diff --git a/blog/tags/index.html b/blog/tags/index.html index 96cfe8316d..1694d692b9 100644 --- a/blog/tags/index.html +++ b/blog/tags/index.html @@ -5,7 +5,7 @@ Tags | OSISM - + diff --git a/blog/welcome/index.html b/blog/welcome/index.html index fcceadeec4..ff548a88fe 100644 --- a/blog/welcome/index.html +++ b/blog/welcome/index.html @@ -5,7 +5,7 @@ Welcome | OSISM - + diff --git a/docs/appendix/glossary/index.html b/docs/appendix/glossary/index.html index efb48ca158..ddc4e1d8c4 100644 --- a/docs/appendix/glossary/index.html +++ b/docs/appendix/glossary/index.html @@ -5,7 +5,7 @@ Glossary | OSISM - + diff --git a/docs/appendix/index.html b/docs/appendix/index.html index 6519c89f4f..fbf3d0b129 100644 --- a/docs/appendix/index.html +++ b/docs/appendix/index.html @@ -5,7 +5,7 @@ Appendix | OSISM - + diff --git a/docs/appendix/standards/index.html b/docs/appendix/standards/index.html index 2d492162de..e74f4ee4d2 100644 --- a/docs/appendix/standards/index.html +++ b/docs/appendix/standards/index.html @@ -5,7 +5,7 @@ Standards | OSISM - + diff --git a/docs/getting-started/index.html b/docs/getting-started/index.html index 70d565375e..9c660fcdb5 100644 --- a/docs/getting-started/index.html +++ b/docs/getting-started/index.html @@ -5,7 +5,7 @@ Getting Started | OSISM - + diff --git a/docs/guides/configuration-guide/ceph/index.html b/docs/guides/configuration-guide/ceph/index.html index a5bb7581f3..a217134f9a 100644 --- a/docs/guides/configuration-guide/ceph/index.html +++ b/docs/guides/configuration-guide/ceph/index.html @@ -5,7 +5,7 @@ Ceph | OSISM - + diff --git a/docs/guides/configuration-guide/commons/index.html b/docs/guides/configuration-guide/commons/index.html index 1cf1b83eed..0177f856fd 100644 --- a/docs/guides/configuration-guide/commons/index.html +++ b/docs/guides/configuration-guide/commons/index.html @@ -5,7 +5,7 @@ Commons | OSISM - + diff --git a/docs/guides/configuration-guide/commons/network/index.html b/docs/guides/configuration-guide/commons/network/index.html index b721efd91f..8f708c40f7 100644 --- a/docs/guides/configuration-guide/commons/network/index.html +++ b/docs/guides/configuration-guide/commons/network/index.html @@ -5,7 +5,7 @@ Network | OSISM - + diff --git a/docs/guides/configuration-guide/commons/packages/index.html b/docs/guides/configuration-guide/commons/packages/index.html index c582afe320..dca7008797 100644 --- a/docs/guides/configuration-guide/commons/packages/index.html +++ b/docs/guides/configuration-guide/commons/packages/index.html @@ -5,7 +5,7 @@ Packages | OSISM - + diff --git a/docs/guides/configuration-guide/commons/services/index.html b/docs/guides/configuration-guide/commons/services/index.html index f3f2028082..36161cd126 100644 --- a/docs/guides/configuration-guide/commons/services/index.html +++ b/docs/guides/configuration-guide/commons/services/index.html @@ -5,7 +5,7 @@ Services | OSISM - + diff --git a/docs/guides/configuration-guide/commons/sshconfig/index.html b/docs/guides/configuration-guide/commons/sshconfig/index.html index 9f1e52a159..671bf206c4 100644 --- a/docs/guides/configuration-guide/commons/sshconfig/index.html +++ b/docs/guides/configuration-guide/commons/sshconfig/index.html @@ -5,7 +5,7 @@ SSH Config | OSISM - + diff --git a/docs/guides/configuration-guide/commons/sysctl/index.html b/docs/guides/configuration-guide/commons/sysctl/index.html index 20e9322706..5f73cd3e7c 100644 --- a/docs/guides/configuration-guide/commons/sysctl/index.html +++ b/docs/guides/configuration-guide/commons/sysctl/index.html @@ -5,7 +5,7 @@ Sysctl | OSISM - + diff --git a/docs/guides/configuration-guide/commons/timezone/index.html b/docs/guides/configuration-guide/commons/timezone/index.html index aede33268b..cc057d54ef 100644 --- a/docs/guides/configuration-guide/commons/timezone/index.html +++ b/docs/guides/configuration-guide/commons/timezone/index.html @@ -5,7 +5,7 @@ Timezone | OSISM - + diff --git a/docs/guides/configuration-guide/configuration-repository/index.html b/docs/guides/configuration-guide/configuration-repository/index.html index c9294fb778..e8a8cc9d08 100644 --- a/docs/guides/configuration-guide/configuration-repository/index.html +++ b/docs/guides/configuration-guide/configuration-repository/index.html @@ -5,7 +5,7 @@ Configuration Repository | OSISM - + diff --git a/docs/guides/configuration-guide/index.html b/docs/guides/configuration-guide/index.html index 78c3c2fc49..440b1aa798 100644 --- a/docs/guides/configuration-guide/index.html +++ b/docs/guides/configuration-guide/index.html @@ -5,7 +5,7 @@ Configuration Guide | OSISM - + diff --git a/docs/guides/configuration-guide/inventory/index.html b/docs/guides/configuration-guide/inventory/index.html index 28b3976c74..1b29e75eab 100644 --- a/docs/guides/configuration-guide/inventory/index.html +++ b/docs/guides/configuration-guide/inventory/index.html @@ -5,7 +5,7 @@ Inventory | OSISM - + diff --git a/docs/guides/configuration-guide/manager/index.html b/docs/guides/configuration-guide/manager/index.html index eb3d27feb6..4b77266877 100644 --- a/docs/guides/configuration-guide/manager/index.html +++ b/docs/guides/configuration-guide/manager/index.html @@ -5,7 +5,7 @@ Manager | OSISM - + diff --git a/docs/guides/configuration-guide/openstack/horizon/index.html b/docs/guides/configuration-guide/openstack/horizon/index.html index 5fe13a4a13..4f39179e82 100644 --- a/docs/guides/configuration-guide/openstack/horizon/index.html +++ b/docs/guides/configuration-guide/openstack/horizon/index.html @@ -5,7 +5,7 @@ Horizon | OSISM - + diff --git a/docs/guides/configuration-guide/openstack/index.html b/docs/guides/configuration-guide/openstack/index.html index 06315bbe5a..273101495e 100644 --- a/docs/guides/configuration-guide/openstack/index.html +++ b/docs/guides/configuration-guide/openstack/index.html @@ -5,7 +5,7 @@ OpenStack | OSISM - + diff --git a/docs/guides/configuration-guide/openstack/keystone/index.html b/docs/guides/configuration-guide/openstack/keystone/index.html index 88ca93753f..da972d5871 100644 --- a/docs/guides/configuration-guide/openstack/keystone/index.html +++ b/docs/guides/configuration-guide/openstack/keystone/index.html @@ -5,7 +5,7 @@ Keystone | OSISM - + diff --git a/docs/guides/configuration-guide/proxy/index.html b/docs/guides/configuration-guide/proxy/index.html index 80548ff31c..7be26f73df 100644 --- a/docs/guides/configuration-guide/proxy/index.html +++ b/docs/guides/configuration-guide/proxy/index.html @@ -5,7 +5,7 @@ Proxy | OSISM - + diff --git a/docs/guides/configuration-guide/self-signed-certificates/index.html b/docs/guides/configuration-guide/self-signed-certificates/index.html index fcfe6b2dfb..7905fa4341 100644 --- a/docs/guides/configuration-guide/self-signed-certificates/index.html +++ b/docs/guides/configuration-guide/self-signed-certificates/index.html @@ -5,7 +5,7 @@ Self-signed certificates | OSISM - + diff --git a/docs/guides/configuration-guide/services/index.html b/docs/guides/configuration-guide/services/index.html index 45cd21fc78..63945a98d0 100644 --- a/docs/guides/configuration-guide/services/index.html +++ b/docs/guides/configuration-guide/services/index.html @@ -5,7 +5,7 @@ Services | OSISM - + diff --git a/docs/guides/deploy-guide/bootstrap/index.html b/docs/guides/deploy-guide/bootstrap/index.html index 2741edfb16..af894ad02b 100644 --- a/docs/guides/deploy-guide/bootstrap/index.html +++ b/docs/guides/deploy-guide/bootstrap/index.html @@ -5,7 +5,7 @@ Bootstrap | OSISM - + diff --git a/docs/guides/deploy-guide/examples/cloud-in-a-box/index.html b/docs/guides/deploy-guide/examples/cloud-in-a-box/index.html index d2bc5c9933..3014c1028e 100644 --- a/docs/guides/deploy-guide/examples/cloud-in-a-box/index.html +++ b/docs/guides/deploy-guide/examples/cloud-in-a-box/index.html @@ -5,7 +5,7 @@ Cloud in a Box - CiaB | OSISM - + diff --git a/docs/guides/deploy-guide/examples/index.html b/docs/guides/deploy-guide/examples/index.html index 0f67c0dbf7..3ecad5e67c 100644 --- a/docs/guides/deploy-guide/examples/index.html +++ b/docs/guides/deploy-guide/examples/index.html @@ -5,7 +5,7 @@ Examples | OSISM - + diff --git a/docs/guides/deploy-guide/examples/testbed/index.html b/docs/guides/deploy-guide/examples/testbed/index.html index 6f5f38e6e1..5dcb987b92 100644 --- a/docs/guides/deploy-guide/examples/testbed/index.html +++ b/docs/guides/deploy-guide/examples/testbed/index.html @@ -5,7 +5,7 @@ Testbed | OSISM - + diff --git a/docs/guides/deploy-guide/index.html b/docs/guides/deploy-guide/index.html index 0cc3f51f44..e45e271638 100644 --- a/docs/guides/deploy-guide/index.html +++ b/docs/guides/deploy-guide/index.html @@ -5,7 +5,7 @@ Deploy Guide | OSISM - + diff --git a/docs/guides/deploy-guide/manager/index.html b/docs/guides/deploy-guide/manager/index.html index 53c5b580f0..fb0b02a2e8 100644 --- a/docs/guides/deploy-guide/manager/index.html +++ b/docs/guides/deploy-guide/manager/index.html @@ -5,7 +5,7 @@ Manager | OSISM - + diff --git a/docs/guides/deploy-guide/provisioning/index.html b/docs/guides/deploy-guide/provisioning/index.html index 94299d7f7c..097eb8a4a9 100644 --- a/docs/guides/deploy-guide/provisioning/index.html +++ b/docs/guides/deploy-guide/provisioning/index.html @@ -5,7 +5,7 @@ Provisioning of management and control plane nodes | OSISM - + diff --git a/docs/guides/deploy-guide/seed/index.html b/docs/guides/deploy-guide/seed/index.html index 443b87fd91..043ba305d9 100644 --- a/docs/guides/deploy-guide/seed/index.html +++ b/docs/guides/deploy-guide/seed/index.html @@ -5,7 +5,7 @@ Seed | OSISM - + diff --git a/docs/guides/deploy-guide/services/ceph/index.html b/docs/guides/deploy-guide/services/ceph/index.html index 2a0ab96c6a..907e2d7f24 100644 --- a/docs/guides/deploy-guide/services/ceph/index.html +++ b/docs/guides/deploy-guide/services/ceph/index.html @@ -5,7 +5,7 @@ Ceph | OSISM - + @@ -14,6 +14,8 @@
  • Deploy base services.

    osism apply ceph-mons
    osism apply ceph-mgrs
    osism apply ceph-osds
    osism apply ceph-crash
    +

    It's all done here step by step. It is also possible to do this in a single step:

    +
    osism apply ceph-base
  • Get ceph keys. This places the necessary keys in /opt/configuration.

    diff --git a/docs/guides/deploy-guide/services/index.html b/docs/guides/deploy-guide/services/index.html index 85922e016c..3d50e5a49a 100644 --- a/docs/guides/deploy-guide/services/index.html +++ b/docs/guides/deploy-guide/services/index.html @@ -5,7 +5,7 @@ Services | OSISM - + diff --git a/docs/guides/deploy-guide/services/infrastructure/index.html b/docs/guides/deploy-guide/services/infrastructure/index.html index 9f9492515b..443ce191d9 100644 --- a/docs/guides/deploy-guide/services/infrastructure/index.html +++ b/docs/guides/deploy-guide/services/infrastructure/index.html @@ -5,7 +5,7 @@ Infrastructure | OSISM - + diff --git a/docs/guides/deploy-guide/services/logging-monitoring/index.html b/docs/guides/deploy-guide/services/logging-monitoring/index.html index 846c1ab91a..76853035f1 100644 --- a/docs/guides/deploy-guide/services/logging-monitoring/index.html +++ b/docs/guides/deploy-guide/services/logging-monitoring/index.html @@ -5,7 +5,7 @@ Logging & Monitoring | OSISM - + diff --git a/docs/guides/deploy-guide/services/network/index.html b/docs/guides/deploy-guide/services/network/index.html index 694aa17b20..aaf4767b8c 100644 --- a/docs/guides/deploy-guide/services/network/index.html +++ b/docs/guides/deploy-guide/services/network/index.html @@ -5,7 +5,7 @@ Network | OSISM - + diff --git a/docs/guides/deploy-guide/services/openstack/index.html b/docs/guides/deploy-guide/services/openstack/index.html index cef6991240..927fb721cd 100644 --- a/docs/guides/deploy-guide/services/openstack/index.html +++ b/docs/guides/deploy-guide/services/openstack/index.html @@ -5,7 +5,7 @@ OpenStack | OSISM - + diff --git a/docs/guides/index.html b/docs/guides/index.html index 0539a83e70..9e99eabbc5 100644 --- a/docs/guides/index.html +++ b/docs/guides/index.html @@ -5,7 +5,7 @@ Guides | OSISM - + diff --git a/docs/guides/operations-guide/ceph/index.html b/docs/guides/operations-guide/ceph/index.html index d66537014c..39de5bf6cb 100644 --- a/docs/guides/operations-guide/ceph/index.html +++ b/docs/guides/operations-guide/ceph/index.html @@ -5,7 +5,7 @@ Ceph operations cheatsheet | OSISM - + diff --git a/docs/guides/operations-guide/index.html b/docs/guides/operations-guide/index.html index fed2c5bbfb..567b1b1a9b 100644 --- a/docs/guides/operations-guide/index.html +++ b/docs/guides/operations-guide/index.html @@ -5,7 +5,7 @@ Operations Guide | OSISM - + diff --git a/docs/guides/operations-guide/manager/apply/index.html b/docs/guides/operations-guide/manager/apply/index.html index a92df1c961..a3036bb5e7 100644 --- a/docs/guides/operations-guide/manager/apply/index.html +++ b/docs/guides/operations-guide/manager/apply/index.html @@ -5,7 +5,7 @@ Apply | OSISM - + diff --git a/docs/guides/operations-guide/manager/console/index.html b/docs/guides/operations-guide/manager/console/index.html index 0d8c8e5512..b9bfd7cadf 100644 --- a/docs/guides/operations-guide/manager/console/index.html +++ b/docs/guides/operations-guide/manager/console/index.html @@ -5,7 +5,7 @@ Console | OSISM - + diff --git a/docs/guides/operations-guide/manager/index.html b/docs/guides/operations-guide/manager/index.html index 2273b511d6..a9265f83b4 100644 --- a/docs/guides/operations-guide/manager/index.html +++ b/docs/guides/operations-guide/manager/index.html @@ -5,7 +5,7 @@ Manager | OSISM - + diff --git a/docs/guides/operations-guide/manager/log/index.html b/docs/guides/operations-guide/manager/log/index.html index ce43157514..4b3a599e68 100644 --- a/docs/guides/operations-guide/manager/log/index.html +++ b/docs/guides/operations-guide/manager/log/index.html @@ -5,7 +5,7 @@ Logging | OSISM - + diff --git a/docs/guides/operations-guide/manager/task/index.html b/docs/guides/operations-guide/manager/task/index.html index 9012915628..10daadda27 100644 --- a/docs/guides/operations-guide/manager/task/index.html +++ b/docs/guides/operations-guide/manager/task/index.html @@ -5,7 +5,7 @@ Task | OSISM - + diff --git a/docs/guides/operations-guide/openstack/cinder/index.html b/docs/guides/operations-guide/openstack/cinder/index.html index a23122652d..36eeaddcd5 100644 --- a/docs/guides/operations-guide/openstack/cinder/index.html +++ b/docs/guides/operations-guide/openstack/cinder/index.html @@ -5,7 +5,7 @@ Cinder | OSISM - + diff --git a/docs/guides/operations-guide/openstack/day2-operations/flavor-manager/index.html b/docs/guides/operations-guide/openstack/day2-operations/flavor-manager/index.html index c08096f9a5..25dcadd16b 100644 --- a/docs/guides/operations-guide/openstack/day2-operations/flavor-manager/index.html +++ b/docs/guides/operations-guide/openstack/day2-operations/flavor-manager/index.html @@ -5,7 +5,7 @@ Flavor Manager | OSISM - + diff --git a/docs/guides/operations-guide/openstack/day2-operations/image-manager/index.html b/docs/guides/operations-guide/openstack/day2-operations/image-manager/index.html index 8ae97e4490..05de7b5367 100644 --- a/docs/guides/operations-guide/openstack/day2-operations/image-manager/index.html +++ b/docs/guides/operations-guide/openstack/day2-operations/image-manager/index.html @@ -5,7 +5,7 @@ Image Manager | OSISM - + diff --git a/docs/guides/operations-guide/openstack/day2-operations/index.html b/docs/guides/operations-guide/openstack/day2-operations/index.html index e9b255d218..c9dba98c07 100644 --- a/docs/guides/operations-guide/openstack/day2-operations/index.html +++ b/docs/guides/operations-guide/openstack/day2-operations/index.html @@ -5,7 +5,7 @@ Day-2 Operations | OSISM - + diff --git a/docs/guides/operations-guide/openstack/day2-operations/project-manager/index.html b/docs/guides/operations-guide/openstack/day2-operations/project-manager/index.html index b08b91a3c9..bdf795779c 100644 --- a/docs/guides/operations-guide/openstack/day2-operations/project-manager/index.html +++ b/docs/guides/operations-guide/openstack/day2-operations/project-manager/index.html @@ -5,7 +5,7 @@ Project Manager | OSISM - + diff --git a/docs/guides/operations-guide/openstack/day2-operations/resource-manager/index.html b/docs/guides/operations-guide/openstack/day2-operations/resource-manager/index.html index 1f15567ebe..4f03aa30ab 100644 --- a/docs/guides/operations-guide/openstack/day2-operations/resource-manager/index.html +++ b/docs/guides/operations-guide/openstack/day2-operations/resource-manager/index.html @@ -5,7 +5,7 @@ Resource Manager | OSISM - + diff --git a/docs/guides/operations-guide/openstack/day2-operations/sandbox-manager/index.html b/docs/guides/operations-guide/openstack/day2-operations/sandbox-manager/index.html index 3b30160bb3..c38d0e4dc6 100644 --- a/docs/guides/operations-guide/openstack/day2-operations/sandbox-manager/index.html +++ b/docs/guides/operations-guide/openstack/day2-operations/sandbox-manager/index.html @@ -5,7 +5,7 @@ Sandbox Manager | OSISM - + diff --git a/docs/guides/operations-guide/openstack/index.html b/docs/guides/operations-guide/openstack/index.html index df1ac096c2..286ca6d034 100644 --- a/docs/guides/operations-guide/openstack/index.html +++ b/docs/guides/operations-guide/openstack/index.html @@ -5,7 +5,7 @@ OpenStack | OSISM - + diff --git a/docs/guides/operations-guide/openstack/octavia/index.html b/docs/guides/operations-guide/openstack/octavia/index.html index 33714cb52e..4baf512c9b 100644 --- a/docs/guides/operations-guide/openstack/octavia/index.html +++ b/docs/guides/operations-guide/openstack/octavia/index.html @@ -5,7 +5,7 @@ Octavia | OSISM - + diff --git a/docs/guides/other-guides/contributor-guide/index.html b/docs/guides/other-guides/contributor-guide/index.html index 981176ea85..c6c742d468 100644 --- a/docs/guides/other-guides/contributor-guide/index.html +++ b/docs/guides/other-guides/contributor-guide/index.html @@ -5,7 +5,7 @@ Contributor Guide | OSISM - + diff --git a/docs/guides/other-guides/developer-guide/index.html b/docs/guides/other-guides/developer-guide/index.html index 8d2b76ac12..f5228c351b 100644 --- a/docs/guides/other-guides/developer-guide/index.html +++ b/docs/guides/other-guides/developer-guide/index.html @@ -5,7 +5,7 @@ Developer Guide | OSISM - + diff --git a/docs/guides/other-guides/developer-guide/releases/index.html b/docs/guides/other-guides/developer-guide/releases/index.html index de3ff1914c..19600cb35f 100644 --- a/docs/guides/other-guides/developer-guide/releases/index.html +++ b/docs/guides/other-guides/developer-guide/releases/index.html @@ -5,7 +5,7 @@ Releases | OSISM - + diff --git a/docs/guides/other-guides/developer-guide/scripts/index.html b/docs/guides/other-guides/developer-guide/scripts/index.html index b3f8427737..e947101c43 100644 --- a/docs/guides/other-guides/developer-guide/scripts/index.html +++ b/docs/guides/other-guides/developer-guide/scripts/index.html @@ -5,7 +5,7 @@ Scripts | OSISM - + diff --git a/docs/guides/other-guides/developer-guide/zuul-ci/index.html b/docs/guides/other-guides/developer-guide/zuul-ci/index.html index 22bd6a02f6..2906d93fd1 100644 --- a/docs/guides/other-guides/developer-guide/zuul-ci/index.html +++ b/docs/guides/other-guides/developer-guide/zuul-ci/index.html @@ -5,7 +5,7 @@ Zuul CI | OSISM - + diff --git a/docs/guides/other-guides/index.html b/docs/guides/other-guides/index.html index 46da7871bc..14ea7bb6b4 100644 --- a/docs/guides/other-guides/index.html +++ b/docs/guides/other-guides/index.html @@ -5,7 +5,7 @@ Other Guides | OSISM - + diff --git a/docs/guides/other-guides/style-guide/index.html b/docs/guides/other-guides/style-guide/index.html index 014d430324..b487c20fa9 100644 --- a/docs/guides/other-guides/style-guide/index.html +++ b/docs/guides/other-guides/style-guide/index.html @@ -5,7 +5,7 @@ Style Guide | OSISM - + diff --git a/docs/guides/other-guides/zuul/index.html b/docs/guides/other-guides/zuul/index.html index 63adbad610..008f0555d1 100644 --- a/docs/guides/other-guides/zuul/index.html +++ b/docs/guides/other-guides/zuul/index.html @@ -5,7 +5,7 @@ Zuul CI | OSISM - + diff --git a/docs/guides/troubleshooting-guide/index.html b/docs/guides/troubleshooting-guide/index.html index 50fe94b461..4368529e55 100644 --- a/docs/guides/troubleshooting-guide/index.html +++ b/docs/guides/troubleshooting-guide/index.html @@ -5,7 +5,7 @@ Troubleshooting Guide | OSISM - + diff --git a/docs/guides/troubleshooting-guide/manager/index.html b/docs/guides/troubleshooting-guide/manager/index.html index 53cff7ac36..3bb21eb8b8 100644 --- a/docs/guides/troubleshooting-guide/manager/index.html +++ b/docs/guides/troubleshooting-guide/manager/index.html @@ -5,7 +5,7 @@ Manager | OSISM - + diff --git a/docs/guides/troubleshooting-guide/openstack/index.html b/docs/guides/troubleshooting-guide/openstack/index.html index 3b39798bf6..94ecbc8963 100644 --- a/docs/guides/troubleshooting-guide/openstack/index.html +++ b/docs/guides/troubleshooting-guide/openstack/index.html @@ -5,7 +5,7 @@ OpenStack | OSISM - + diff --git a/docs/guides/upgrade-guide/ceph/index.html b/docs/guides/upgrade-guide/ceph/index.html index aea4803551..83e705dc31 100644 --- a/docs/guides/upgrade-guide/ceph/index.html +++ b/docs/guides/upgrade-guide/ceph/index.html @@ -5,7 +5,7 @@ Ceph | OSISM - + diff --git a/docs/guides/upgrade-guide/docker/index.html b/docs/guides/upgrade-guide/docker/index.html index 5dc1bec235..413af492fb 100644 --- a/docs/guides/upgrade-guide/docker/index.html +++ b/docs/guides/upgrade-guide/docker/index.html @@ -5,7 +5,7 @@ Docker | OSISM - + diff --git a/docs/guides/upgrade-guide/index.html b/docs/guides/upgrade-guide/index.html index 7571797fbc..f19e07929a 100644 --- a/docs/guides/upgrade-guide/index.html +++ b/docs/guides/upgrade-guide/index.html @@ -5,7 +5,7 @@ Upgrade Guide | OSISM - + diff --git a/docs/guides/upgrade-guide/infrastructure/index.html b/docs/guides/upgrade-guide/infrastructure/index.html index 3167174c55..f20dc15d75 100644 --- a/docs/guides/upgrade-guide/infrastructure/index.html +++ b/docs/guides/upgrade-guide/infrastructure/index.html @@ -5,7 +5,7 @@ Infrastructure | OSISM - + diff --git a/docs/guides/upgrade-guide/logging-monitoring/index.html b/docs/guides/upgrade-guide/logging-monitoring/index.html index d2cdcf3884..2e684bf8a3 100644 --- a/docs/guides/upgrade-guide/logging-monitoring/index.html +++ b/docs/guides/upgrade-guide/logging-monitoring/index.html @@ -5,7 +5,7 @@ Logging & Monitoring | OSISM - + diff --git a/docs/guides/upgrade-guide/manager/index.html b/docs/guides/upgrade-guide/manager/index.html index 020dd2b5a3..9bc603f312 100644 --- a/docs/guides/upgrade-guide/manager/index.html +++ b/docs/guides/upgrade-guide/manager/index.html @@ -5,7 +5,7 @@ Manager | OSISM - + diff --git a/docs/guides/upgrade-guide/network/index.html b/docs/guides/upgrade-guide/network/index.html index 1cda3d58ca..c7271a663b 100644 --- a/docs/guides/upgrade-guide/network/index.html +++ b/docs/guides/upgrade-guide/network/index.html @@ -5,7 +5,7 @@ Network | OSISM - + diff --git a/docs/guides/upgrade-guide/openstack/index.html b/docs/guides/upgrade-guide/openstack/index.html index 5472682016..de25659f24 100644 --- a/docs/guides/upgrade-guide/openstack/index.html +++ b/docs/guides/upgrade-guide/openstack/index.html @@ -5,7 +5,7 @@ OpenStack | OSISM - + diff --git a/docs/intro/architecture/index.html b/docs/intro/architecture/index.html index 8f6994994c..d95ab8cb4f 100644 --- a/docs/intro/architecture/index.html +++ b/docs/intro/architecture/index.html @@ -5,7 +5,7 @@ Architecture | OSISM - + diff --git a/docs/intro/index.html b/docs/intro/index.html index 8dc6d02461..febd48b7e6 100644 --- a/docs/intro/index.html +++ b/docs/intro/index.html @@ -5,7 +5,7 @@ Introduction | OSISM - + diff --git a/docs/references/cli/index.html b/docs/references/cli/index.html index 0492c60c23..ba7a3ae7d2 100644 --- a/docs/references/cli/index.html +++ b/docs/references/cli/index.html @@ -5,7 +5,7 @@ Command line interface reference | OSISM - + diff --git a/docs/references/configuration/index.html b/docs/references/configuration/index.html index b0bf6c8864..b574ea9d01 100644 --- a/docs/references/configuration/index.html +++ b/docs/references/configuration/index.html @@ -5,7 +5,7 @@ Configuration reference | OSISM - + diff --git a/docs/references/index.html b/docs/references/index.html index 39343fc0e0..411da4b808 100644 --- a/docs/references/index.html +++ b/docs/references/index.html @@ -5,7 +5,7 @@ References | OSISM - + diff --git a/docs/references/parameters/index.html b/docs/references/parameters/index.html index 84cb9213ad..0ec63d9353 100644 --- a/docs/references/parameters/index.html +++ b/docs/references/parameters/index.html @@ -5,7 +5,7 @@ Parameters reference | OSISM - + diff --git a/docs/release-notes/index.html b/docs/release-notes/index.html index b82d470794..22a6d18037 100644 --- a/docs/release-notes/index.html +++ b/docs/release-notes/index.html @@ -5,7 +5,7 @@ Release Notes | OSISM - + diff --git a/docs/release-notes/osism-6/index.html b/docs/release-notes/osism-6/index.html index 5c69f2602b..b5b9f4de05 100644 --- a/docs/release-notes/osism-6/index.html +++ b/docs/release-notes/osism-6/index.html @@ -5,7 +5,7 @@ OSISM 6.0.0 | OSISM - + diff --git a/index.html b/index.html index aaedc636cc..87565f935e 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Hello from OSISM | OSISM - + diff --git a/markdown-page/index.html b/markdown-page/index.html index f143edbbc9..e881bec511 100644 --- a/markdown-page/index.html +++ b/markdown-page/index.html @@ -5,7 +5,7 @@ Markdown page example | OSISM - +