forked from rhpds/roadshow_ocpvirt_instructions
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from rhpds/showroom
Showroom, initial migration
- Loading branch information
Showing
313 changed files
with
3,936 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: github pages | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [showroom] | ||
paths-ignore: | ||
- "README.adoc" | ||
- ".gitignore" | ||
|
||
permissions: | ||
pages: write | ||
id-token: write | ||
|
||
concurrency: | ||
group: gh-pages | ||
cancel-in-progress: false | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v4 | ||
- name: configure pages | ||
uses: actions/configure-pages@v5 | ||
- name: setup node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20.13.1 | ||
- name: install antora | ||
run: npm install --global @antora/cli@3.1 @antora/site-generator@3.1 | ||
- name: antora generate | ||
run: antora generate default-site.yml --stacktrace | ||
- name: upload pages artifact | ||
uses: actions/upload-pages-artifact@v3 | ||
with: | ||
path: www | ||
deploy: | ||
needs: build | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: deploy github pages | ||
id: deployment | ||
uses: actions/deploy-pages@v4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Ignore macOS system files | ||
.DS_Store | ||
|
||
# Ignore node_modules directory | ||
node_modules/ | ||
|
||
# Ignore build output | ||
www/ | ||
.cache/ | ||
|
||
# Ignore IDE and editor files | ||
.vscode/ | ||
.idea/ | ||
|
||
# Ignore logs and temporary files | ||
*.log | ||
*.tmp | ||
|
||
# Ignore environment-specific files | ||
.env | ||
.env.local | ||
.env.*.local | ||
|
||
# Ignore sensitive or private information | ||
secrets.json | ||
|
||
# Ignore compiled binaries or executables | ||
*.exe | ||
*.dll | ||
*.so | ||
*.dylib | ||
*.core | ||
|
||
# Ignore package-lock.json for npm | ||
package-lock.json | ||
|
||
# Ignore yarn.lock for Yarn | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
== Bookbag -> Showroom Migration | ||
|
||
=== GitHub Pages | ||
|
||
=== Progress so far | ||
|
||
. in new branch `showroom` | ||
* all asciidoc and images move into their proper places. | ||
* all (?) asciidoc `image:[]` edited to locate images correctly. | ||
* new `nav.adoc` created with a *Modules* header for the many modules. | ||
|
||
=== Generate your site | ||
|
||
. Install Antora on your laptop | ||
. Clone this repo | ||
. Switch branches to `showroom` | ||
. Generate the site | ||
+ | ||
[source,console,subs="verbatim,quotes"] | ||
---- | ||
*cd ~/Development/roadshow_ocpvirt_instructions-bootcamp-edition; antora generate default-site.yml* | ||
(node:7931) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated. | ||
(Use `node --trace-deprecation ...` to show where the warning was created) | ||
site-wide attributes (as defined in playbook) | ||
{} | ||
master@modules attributes (as defined in antora.yml) | ||
{ | ||
lab_name: "I'm the lab_name var", | ||
'release-version': 'master', | ||
'page-pagination': true, | ||
my_var: 'foo', | ||
guid: 'my-guid', | ||
ssh_user: 'devops', | ||
ssh_password: 'devops', | ||
ssh_command: 'ssh devops@bastion.{guid}.example.opentlc.com', | ||
xdg_runtime_dir: 'xdg_runtime_dir' | ||
} | ||
[09:32:24.139] ERROR (asciidoctor): level 0 sections can only be used when doctype is book | ||
file: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition/content/modules/ROOT/pages/04a_DO316.adoc:5 | ||
source: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition (branch: showroom <worktree> | start path: content) | ||
[09:32:24.140] WARN (asciidoctor): section title out of sequence: expected level 1, got level 2 | ||
file: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition/content/modules/ROOT/pages/04a_DO316.adoc:8 | ||
source: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition (branch: showroom <worktree> | start path: content) | ||
[09:32:24.141] WARN (asciidoctor): section title out of sequence: expected level 1, got level 2 | ||
file: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition/content/modules/ROOT/pages/04a_DO316.adoc:12 | ||
source: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition (branch: showroom <worktree> | start path: content) | ||
[09:32:24.141] WARN (asciidoctor): section title out of sequence: expected level 1, got level 2 | ||
file: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition/content/modules/ROOT/pages/04a_DO316.adoc:16 | ||
source: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition (branch: showroom <worktree> | start path: content) | ||
[09:32:24.141] WARN (asciidoctor): section title out of sequence: expected level 1, got level 2 | ||
file: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition/content/modules/ROOT/pages/04a_DO316.adoc:20 | ||
source: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition (branch: showroom <worktree> | start path: content) | ||
[09:32:24.142] ERROR (asciidoctor): level 0 sections can only be used when doctype is book | ||
file: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition/content/modules/ROOT/pages/04a_DO316.adoc:24 | ||
source: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition (branch: showroom <worktree> | start path: content) | ||
[09:32:24.142] WARN (asciidoctor): section title out of sequence: expected level 1, got level 2 | ||
file: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition/content/modules/ROOT/pages/04a_DO316.adoc:26 | ||
source: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition (branch: showroom <worktree> | start path: content) | ||
[09:32:24.142] WARN (asciidoctor): section title out of sequence: expected level 1, got level 2 | ||
file: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition/content/modules/ROOT/pages/04a_DO316.adoc:30 | ||
source: /Users/jmaltin/Development/roadshow_ocpvirt_instructions-bootcamp-edition (branch: showroom <worktree> | start path: content) | ||
Site generation complete! | ||
Open file:///$HOME/Development/roadshow_ocpvirt_instructions-bootcamp-edition/www/index.html in a browser to view your site. | ||
---- | ||
+ | ||
. Fix the WARNings and re-run the `antora generate default-site.yml` | ||
. Click the URL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: modules | ||
title: Virtualization Bootcamp | ||
version: master | ||
nav: | ||
- modules/ROOT/nav.adoc | ||
|
||
asciidoc: | ||
attributes: | ||
lab_name: "I'm the lab_name var" | ||
release-version: master | ||
page-pagination: true | ||
my_var: "foo" | ||
guid: my-guid | ||
ssh_user: devops | ||
ssh_password: devops | ||
ssh_command: ssh devops@bastion.{guid}.example.opentlc.com | ||
xdg_runtime_dir: xdg_runtime_dir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
module.exports.register = function () { | ||
this.once('contentClassified', ({ playbook, contentCatalog }) => { | ||
const newPage = contentCatalog.addFile({ | ||
contents: Buffer.from('= New Page\n\nThis is the contents of a generated page.'), | ||
path: 'content/modules/ROOT/pages/new-page.adoc', | ||
version: '3.1', | ||
src: { | ||
path: 'content/modules/ROOT/pages/new-page.adoc', | ||
component: 'antora', | ||
version: '3.1', | ||
module: 'ROOT', | ||
family: 'page', | ||
relative: 'new-page.adoc', | ||
},}) | ||
console.log('site-wide attributes (as defined in playbook)') | ||
console.log(playbook.asciidoc.attributes) | ||
contentCatalog.getComponents().forEach((component) => { | ||
component.versions.forEach((componentVersion) => { | ||
getUniqueOrigins(contentCatalog, componentVersion).forEach((origin) => { | ||
console.log(`${componentVersion.version}@${componentVersion.name} attributes (as defined in antora.yml)`) | ||
console.log(origin.descriptor.asciidoc?.attributes || {}) | ||
}) | ||
}) | ||
}) | ||
}) | ||
} | ||
|
||
function getUniqueOrigins (contentCatalog, componentVersion) { | ||
return contentCatalog.findBy({ component: componentVersion.name, version: componentVersion.version }) | ||
.reduce((origins, file) => { | ||
const origin = file.src.origin | ||
if (origin && !origins.includes(origin)) origins.push(origin) | ||
return origins | ||
}, []) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module.exports.register = function ({ config }) { | ||
this.once('contentClassified', ({ contentCatalog }) => { | ||
const newPage = contentCatalog.addFile({ | ||
contents: Buffer.from('= New Page\n\nThis is the contents of a generated page.'), | ||
path: 'content/modules/ROOT/pages/new-page.adoc', | ||
src: { | ||
path: 'content/modules/ROOT/pages/new-page.adoc', | ||
component: 'antora', | ||
version: '3.1', | ||
module: 'ROOT', | ||
family: 'page', | ||
relative: 'new-page.adoc', | ||
}, | ||
}) | ||
}) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
'use strict' | ||
|
||
module.exports.register = function ({ config }) { | ||
this.once('contentClassified', ({ playbook, contentCatalog }) => { | ||
var pageDetails = {} | ||
console.log('site-wide attributes (as defined in playbook)') | ||
console.log(playbook.asciidoc.attributes) | ||
let fileContents = "== Site Wide Attributes\n\n" | ||
fileContents += `${playbook.asciidoc.attributes || {}}\n` | ||
contentCatalog.getComponents().forEach((component) => { | ||
component.versions.forEach((componentVersion) => { | ||
getUniqueOrigins(contentCatalog, componentVersion).forEach((origin) => { | ||
console.log(`${componentVersion.version}@${componentVersion.name} attributes (as defined in antora.yml)`) | ||
pageDetails = { version: `${componentVersion.version}`, name: `${componentVersion.name}` } | ||
console.log(origin.descriptor.asciidoc?.attributes || {}) | ||
fileContents += `== Component Wide Attributes\n\n` | ||
fileContents += `Antora component version@name: \`${componentVersion.version}@${componentVersion.name}\`\n\n` | ||
fileContents += `[source,json]\n----\n` | ||
fileContents += JSON.stringify(origin.descriptor.asciidoc?.attributes || {}, null, 2) | ||
fileContents += `\n----\n` | ||
}) | ||
}) | ||
}) | ||
const newPage = contentCatalog.addFile({ | ||
contents: Buffer.from('= Attributes Page\n\nTo disable Dev Mode (this page) comment out the dev-mode.js extenion in the playbook (usually default-site.yml)\n\n' + fileContents), | ||
path: 'modules/ROOT/pages/attrs-page.adoc', | ||
src: { | ||
path: 'modules/ROOT/pages/attrs-page.adoc', | ||
component: pageDetails.name, | ||
version: pageDetails.version, | ||
// component: pageDetails.name || 'modules', | ||
// version: pageDetails.version || 'master', | ||
module: 'ROOT', | ||
family: 'page', | ||
relative: 'attrs-page.adoc', | ||
}, | ||
}) | ||
}) | ||
// add new page to navigation | ||
this.on('navigationBuilt', ({ contentCatalog }) => { | ||
const { addToNavigation = true, devPagesHeading = 'Dev Mode' } = config | ||
const logger = this.getLogger('dev-pages-extension') | ||
contentCatalog.getComponents().forEach(({ versions }) => { | ||
versions.forEach(({ name: component, version, navigation: nav, url: defaultUrl }) => { | ||
const navEntriesByUrl = getNavEntriesByUrl(nav) | ||
const unlistedPages = contentCatalog | ||
.findBy({ component, version, family: 'page' }) | ||
.filter((page) => page.out) | ||
.reduce((collector, page) => { | ||
if ((page.pub.url in navEntriesByUrl) || page.pub.url === defaultUrl) return collector | ||
// logger.warn({ file: page.src, source: page.src.origin }, 'detected unlisted dev page') | ||
return collector.concat(page) | ||
}, []) | ||
if (unlistedPages.length && addToNavigation) { | ||
nav.push({ | ||
content: devPagesHeading, | ||
items: unlistedPages.map((page) => { | ||
// logger.warn({ content: page, url: page.pub.url }, 'unlisted dev page details') | ||
const navtitle = page.asciidoc.navtitle || page.src.stem | ||
return { content: navtitle, url: page.pub.url, urlType: 'internal' } | ||
}), | ||
root: true, | ||
}) | ||
} | ||
}) | ||
}) | ||
}) | ||
} | ||
|
||
function getUniqueOrigins (contentCatalog, componentVersion) { | ||
return contentCatalog.findBy({ component: componentVersion.name, version: componentVersion.version }) | ||
.reduce((origins, file) => { | ||
const origin = file.src.origin | ||
if (origin && !origins.includes(origin)) origins.push(origin) | ||
return origins | ||
}, []) | ||
} | ||
|
||
function getNavEntriesByUrl (items = [], accum = {}) { | ||
items.forEach((item) => { | ||
if (item.urlType === 'internal') accum[item.url.split('#')[0]] = item | ||
getNavEntriesByUrl(item.items, accum) | ||
}) | ||
return accum | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
module.exports.register = function ({ config }) { | ||
const { addToNavigation, unlistedPagesHeading = 'Unlisted Pages' } = config | ||
const logger = this.getLogger('unlisted-pages-extension') | ||
this | ||
.on('navigationBuilt', ({ contentCatalog }) => { | ||
contentCatalog.getComponents().forEach(({ versions }) => { | ||
versions.forEach(({ name: component, version, navigation: nav, url: defaultUrl }) => { | ||
const navEntriesByUrl = getNavEntriesByUrl(nav) | ||
const unlistedPages = contentCatalog | ||
.findBy({ component, version, family: 'page' }) | ||
.filter((page) => page.out) | ||
.reduce((collector, page) => { | ||
if ((page.pub.url in navEntriesByUrl) || page.pub.url === defaultUrl) return collector | ||
logger.warn({ file: page.src, source: page.src.origin }, 'detected unlisted page') | ||
return collector.concat(page) | ||
}, []) | ||
if (unlistedPages.length && addToNavigation) { | ||
nav.push({ | ||
content: unlistedPagesHeading, | ||
items: unlistedPages.map((page) => { | ||
logger.warn({ content: page, url: page.pub.url }, 'unlisted page details') | ||
const navtitle = page.asciidoc.navtitle || page.src.stem | ||
return { content: navtitle, url: page.pub.url, urlType: 'internal' } | ||
}), | ||
root: true, | ||
}) | ||
} | ||
}) | ||
}) | ||
}) | ||
} | ||
|
||
function getNavEntriesByUrl (items = [], accum = {}) { | ||
items.forEach((item) => { | ||
if (item.urlType === 'internal') accum[item.url.split('#')[0]] = item | ||
getNavEntriesByUrl(item.items, accum) | ||
}) | ||
return accum | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+24.7 KB
content/modules/ROOT/assets/images/Create_VM_PVC/02_OCP_Virt_Dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.1 KB
content/modules/ROOT/assets/images/Create_VM_PVC/03_Create_Project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+149 KB
content/modules/ROOT/assets/images/Create_VM_PVC/04_Create_VM_Templates.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+87.9 KB
content/modules/ROOT/assets/images/Create_VM_PVC/05_Create_VM_Quick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.78 KB
content/modules/ROOT/assets/images/Create_VM_PVC/05_Create_VM_Quick_Name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+53.2 KB
content/modules/ROOT/assets/images/Create_VM_PVC/06_Fedora_Running.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+49.7 KB
content/modules/ROOT/assets/images/Create_VM_PVC/09_Fedora_Events.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+107 KB
content/modules/ROOT/assets/images/Create_VM_PVC/10_Fedora_Details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+34.1 KB
content/modules/ROOT/assets/images/Create_VM_PVC/13_Fedora_Console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+41.9 KB
...nt/modules/ROOT/assets/images/Create_VM_PVC/14_Fedora_Console_Show_Password.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.4 KB
content/modules/ROOT/assets/images/Create_VM_PVC/15_Fedora_Network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+23.6 KB
content/modules/ROOT/assets/images/Create_VM_PVC/17_Fedora_CPU_Memory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Binary file added
BIN
+92.2 KB
content/modules/ROOT/assets/images/Create_VM_PVC/19_Fedora_Agent_Details.png
Oops, something went wrong.
Binary file added
BIN
+48.2 KB
content/modules/ROOT/assets/images/Create_VM_PVC/19_Fedora_Metrics.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+7.92 KB
content/modules/ROOT/assets/images/Create_VM_PVC/21_Fedora01_Cloud_Init.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+9.61 KB
content/modules/ROOT/assets/images/Create_VM_PVC/26_From_Template.png
Oops, something went wrong.
Binary file added
BIN
+92.1 KB
content/modules/ROOT/assets/images/Create_VM_PVC/27_Windows_2k9_Tile.png
Oops, something went wrong.
Binary file added
BIN
+85.4 KB
content/modules/ROOT/assets/images/Create_VM_PVC/28_Windows_2k9_Dialog.png
Oops, something went wrong.
Binary file added
BIN
+67.7 KB
content/modules/ROOT/assets/images/Create_VM_PVC/29_Windows_2k9_Parameters.png
Oops, something went wrong.
Binary file added
BIN
+43.3 KB
...t/modules/ROOT/assets/images/Create_VM_PVC/30_Windows_2k9_Parameters_Filled.png
Oops, something went wrong.
Binary file added
BIN
+80.4 KB
content/modules/ROOT/assets/images/Create_VM_PVC/30_Windows_2k9_Scripts.png
Oops, something went wrong.
Binary file added
BIN
+90.8 KB
content/modules/ROOT/assets/images/Create_VM_PVC/30_Windows_2k9_Sysprep.png
Oops, something went wrong.
Binary file added
BIN
+85.8 KB
content/modules/ROOT/assets/images/Create_VM_PVC/31_Windows_2k9_Create.png
Oops, something went wrong.
Binary file added
BIN
+50.9 KB
content/modules/ROOT/assets/images/Create_VM_PVC/32_Windows_2k9_Provisioning.png
Oops, something went wrong.
Binary file added
BIN
+46.7 KB
content/modules/ROOT/assets/images/Create_VM_PVC/33_Windows_2k9_Console.png
Oops, something went wrong.
Binary file added
BIN
+52.9 KB
content/modules/ROOT/assets/images/Create_VM_PVC/50_create_new_project.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+73.8 KB
content/modules/ROOT/assets/images/Create_VM_PVC/53_create_vm_button.png
Oops, something went wrong.
Binary file added
BIN
+54.1 KB
content/modules/ROOT/assets/images/Create_VM_PVC/54_vm_management_navigation.png
Oops, something went wrong.
Binary file added
BIN
+80.8 KB
content/modules/ROOT/assets/images/Create_VM_PVC/55_configuration_tab_nav.png
Oops, something went wrong.
Binary file added
BIN
+50.7 KB
content/modules/ROOT/assets/images/Create_VM_PVC/56_config_tab_nav_2.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+167 KB
content/modules/ROOT/assets/images/Create_VM_PVC/create_overview_413.png
Oops, something went wrong.
Binary file added
BIN
+129 KB
content/modules/ROOT/assets/images/Create_VM_PVC/create_overview_consumers413.png
Oops, something went wrong.
Binary file added
BIN
+87.9 KB
content/modules/ROOT/assets/images/Create_VM_PVC/create_overview_consumers_png.png
Oops, something went wrong.
Binary file added
BIN
+49.6 KB
content/modules/ROOT/assets/images/Create_VM_PVC/create_quickstarts.png
Oops, something went wrong.
Binary file added
BIN
+34.8 KB
content/modules/ROOT/assets/images/Create_VM_PVC/create_quickstarts413.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+71 KB
content/modules/ROOT/assets/images/Create_VM_URL/01_Create_VM_Boot_Source.png
Oops, something went wrong.
Binary file added
BIN
+76.1 KB
content/modules/ROOT/assets/images/Create_VM_URL/02_Wizard_General.png
Oops, something went wrong.
Binary file added
BIN
+39.6 KB
content/modules/ROOT/assets/images/Create_VM_URL/02_Wizard_Scheduling.png
Oops, something went wrong.
Binary file added
BIN
+41 KB
content/modules/ROOT/assets/images/Create_VM_URL/03_Wizard_Networking.png
Oops, something went wrong.
Binary file added
BIN
+23 KB
content/modules/ROOT/assets/images/Create_VM_URL/03_Wizard_Networking_Options.png
Oops, something went wrong.
Binary file added
BIN
+46.4 KB
content/modules/ROOT/assets/images/Create_VM_URL/04_Wizard_Storage.png
Oops, something went wrong.
Binary file added
BIN
+62.7 KB
content/modules/ROOT/assets/images/Create_VM_URL/04_Wizard_Storage_settings.png
Oops, something went wrong.
Binary file added
BIN
+81.9 KB
content/modules/ROOT/assets/images/Create_VM_URL/05_Wizard_Scripts.png
Oops, something went wrong.
Binary file added
BIN
+46.3 KB
content/modules/ROOT/assets/images/Create_VM_URL/05_Wizard_Scripts_Password.png
Oops, something went wrong.
Binary file added
BIN
+12.9 KB
content/modules/ROOT/assets/images/Create_VM_URL/06_Pod_Left_Menu.png
Oops, something went wrong.
Binary file added
BIN
+5.83 KB
content/modules/ROOT/assets/images/Create_VM_URL/06_Wizard_Review.png
Oops, something went wrong.
Binary file added
BIN
+17.9 KB
content/modules/ROOT/assets/images/Create_VM_URL/07_VM_List_Import.png
Oops, something went wrong.
Binary file added
BIN
+62.2 KB
content/modules/ROOT/assets/images/Create_VM_URL/08_Importer_Pod_Logs.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+37.2 KB
content/modules/ROOT/assets/images/Create_VM_URL/11_Template_YAML_parameters.png
Oops, something went wrong.
Binary file added
BIN
+77.2 KB
content/modules/ROOT/assets/images/Create_VM_URL/12_Template_details.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+37.1 KB
content/modules/ROOT/assets/images/Create_VM_URL/14_Catalog_Create_VM.png
Oops, something went wrong.
Binary file added
BIN
+87.9 KB
content/modules/ROOT/assets/images/Create_VM_URL/15_Catalog_Create_VM_Review.png
Oops, something went wrong.
Binary file added
BIN
+61.4 KB
content/modules/ROOT/assets/images/Create_VM_URL/16_Ephemeral_Disk.png
Oops, something went wrong.
Binary file added
BIN
+81.5 KB
content/modules/ROOT/assets/images/Install/01_Installed_Operators_Menu.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+81.2 KB
content/modules/ROOT/assets/images/Install/02_OperatorHub_Dashboard.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+99.8 KB
content/modules/ROOT/assets/images/Install/05_OperatorHub_Install_Wizard.png
Oops, something went wrong.
Binary file added
BIN
+39.1 KB
content/modules/ROOT/assets/images/Install/06_OperatorHub_Install_Progress.png
Oops, something went wrong.
Binary file added
BIN
+84 KB
content/modules/ROOT/assets/images/Install/08_Create_HyperConverged.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+5.04 KB
content/modules/ROOT/assets/images/Install/10_Hyperconverged_Available.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+103 KB
content/modules/ROOT/assets/images/Install/environment_installed_operators.png
Oops, something went wrong.
Binary file added
BIN
+72.8 KB
content/modules/ROOT/assets/images/Install/environment_operator_crd.png
Oops, something went wrong.
Binary file added
BIN
+194 KB
content/modules/ROOT/assets/images/Install/environment_operator_create.png
Oops, something went wrong.
Binary file added
BIN
+128 KB
content/modules/ROOT/assets/images/Install/environment_operator_details.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+7.62 KB
content/modules/ROOT/assets/images/MTV/06_ForkliftController_Status.png
Oops, something went wrong.
Binary file added
BIN
+12.7 KB
content/modules/ROOT/assets/images/MTV/06_ForkliftController_Webconsole.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+44.8 KB
content/modules/ROOT/assets/images/MTV/100_Add_VMWARE_Mapping_Storage.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+27.1 KB
content/modules/ROOT/assets/images/MTV/101_List_VMWARE_Mapping_Storage.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+60.3 KB
content/modules/ROOT/assets/images/MTV/202_label_troubleshooting_1.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+76.5 KB
content/modules/ROOT/assets/images/MTV/62_00_VMWARE_VMs_podSelector.png
Oops, something went wrong.
Binary file added
BIN
+62.7 KB
...nt/modules/ROOT/assets/images/MTV/62_01_VMWARE_VMs_podSelector_verification.png
Oops, something went wrong.
Binary file added
BIN
+53.8 KB
content/modules/ROOT/assets/images/MTV/63_VMWARE_VMs_Create_Route.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+53.3 KB
content/modules/ROOT/assets/images/MTV/97_Add_VMWARE_Mapping_Network.png
Oops, something went wrong.
Binary file added
BIN
+28.7 KB
content/modules/ROOT/assets/images/MTV/98_List_VMWARE_Mapping_Network.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+47.9 KB
content/modules/ROOT/assets/images/MetalLB/03_Review_Operator_MetalLB.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+75.8 KB
content/modules/ROOT/assets/images/MetalLB/08_MetalLB_IPAddressPool_Form.png
Oops, something went wrong.
Binary file added
BIN
+66.3 KB
content/modules/ROOT/assets/images/MetalLB/09_MetalLB_IPAddressPool_Defined.png
Oops, something went wrong.
Binary file added
BIN
+75.3 KB
content/modules/ROOT/assets/images/MetalLB/10_MetalLB_L2Advertisement.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+38.7 KB
content/modules/ROOT/assets/images/Networking/00_Operator_Create_Instance.png
Oops, something went wrong.
Binary file added
BIN
+85.2 KB
...nt/modules/ROOT/assets/images/Networking/00_Operator_Create_Instance_Wizard.png
Oops, something went wrong.
Binary file added
BIN
+49.4 KB
content/modules/ROOT/assets/images/Networking/00_Operator_Install.png
Oops, something went wrong.
Binary file added
BIN
+71.1 KB
content/modules/ROOT/assets/images/Networking/00_Operator_Install2.png
Oops, something went wrong.
Binary file added
BIN
+21.4 KB
content/modules/ROOT/assets/images/Networking/00_Operator_Installed.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+32.9 KB
content/modules/ROOT/assets/images/Networking/05_VM_Network_Attach.png
Oops, something went wrong.
Binary file added
BIN
+41.7 KB
content/modules/ROOT/assets/images/Networking/06_VM_Network_Console.png
Oops, something went wrong.
Binary file added
BIN
+105 KB
content/modules/ROOT/assets/images/Networking/10_CustomResourceDefinitions.png
Oops, something went wrong.
Binary file added
BIN
+26.3 KB
content/modules/ROOT/assets/images/Networking/11_NodeNetworkConfigurationPol.png
Oops, something went wrong.
Binary file added
BIN
+25 KB
...t/modules/ROOT/assets/images/Networking/12_nodenetworkconfigurationpolicies.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+96.5 KB
content/modules/ROOT/assets/images/Pods_Migration/11_Pod_Details_2.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+23.4 KB
content/modules/ROOT/assets/images/Pods_Migration/14_Pod_Terminal.png
Oops, something went wrong.
Binary file added
BIN
+91.5 KB
content/modules/ROOT/assets/images/Pods_Migration/17_VM_Info_Node.png
Oops, something went wrong.
Binary file added
BIN
+12.4 KB
content/modules/ROOT/assets/images/Pods_Migration/19_VM_Dialog_Migrate.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+15.5 KB
content/modules/ROOT/assets/images/Pods_Migration/30_VM_Actions_List.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+15.7 KB
content/modules/ROOT/assets/images/Pods_Migration/32_VM_Actions_List_Stopped.png
Oops, something went wrong.
Binary file added
BIN
+19.5 KB
content/modules/ROOT/assets/images/Pods_Migration/33_VM_Actions_Paused.png
Oops, something went wrong.
Binary file added
BIN
+11.2 KB
content/modules/ROOT/assets/images/Pods_Migration/35_VM_Resources.png
Oops, something went wrong.
Binary file added
BIN
+27.9 KB
content/modules/ROOT/assets/images/Pods_Migration/36_VM_Resources_Dialog.png
Oops, something went wrong.
Binary file added
BIN
+34.6 KB
content/modules/ROOT/assets/images/Pods_Migration/37_VM_Resources_Warning.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+84.5 KB
content/modules/ROOT/assets/images/Storage/08_List_Bootable_Volumes.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+10.7 KB
content/modules/ROOT/assets/images/Storage/13_VM_Restore_Disabled.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.61 KB
content/modules/ROOT/assets/images/windows_migrate_fix/ocp-terminal.png
Oops, something went wrong.
Oops, something went wrong.