File tree Expand file tree Collapse file tree 5 files changed +92
-0
lines changed
content/cluster-installation/appliance Expand file tree Collapse file tree 5 files changed +92
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : v1alpha1
2+ kind : AgentConfig
3+ rendezvousIP : 192.168.8.2
4+ metadata :
5+ name : edge-gateway
6+ hosts :
7+ - hostname : edge-gateway
8+ role : master
9+ interfaces :
10+ - name : enp2s0
11+ macAddress : 84:8b:cd:4d:15:f9
12+ networkConfig :
13+ interfaces :
14+ - name : enp2s0
15+ type : ethernet
16+ state : up
17+ mac-address : 84:8b:cd:4d:15:f9
18+ ipv4 :
19+ enabled : true
20+ address :
21+ - ip : 192.168.8.2
22+ prefix-length : 24
23+ dhcp : false
24+ dns-resolver :
25+ config :
26+ server :
27+ - 192.168.8.1
28+ routes :
29+ config :
30+ - destination : 0.0.0.0/0
31+ next-hop-address : 192.168.8.1
32+ next-hop-interface : enp2s0
33+ table-id : 254
Original file line number Diff line number Diff line change 1+ apiVersion : v1beta1
2+ kind : ApplianceConfig
3+ ocpRelease :
4+ version : 4.16.27
5+ channel : stable
6+ cpuArchitecture : x86_64
7+ # PullSecret required for mirroring the OCP release payload
8+ pullSecret : ' {"auths":{"cloud.o...'
9+ sshKey : ' ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICEibaAML0mtppKRlNQpe1eqgXB05chuIQ9/0yg2vcYx robot-hackathon'
10+ userCorePass : s3cr3t
11+ enableDefaultSources : false
12+ stopLocalRegistry : false
13+ createPinnedImageSets : false
14+ operators :
15+ - catalog : registry.redhat.io/redhat/redhat-operator-index:v4.16
16+ packages :
17+ - name : openshift-gitops-operator
18+ channels :
19+ - name : latest
20+ - name : skupper-operator
21+ channels :
22+ - name : stable
Original file line number Diff line number Diff line change 1+ ---
2+ title : Appliance
3+ linktitle : Appliance
4+ description : Appliance
5+ tags : ['appliance','air-gapped']
6+ ---
7+ # Some information
8+
9+ ``` bash
10+ curl -L -O https://mirror.openshift.com/pub/openshift-v4/amd64/clients/ocp/4.16.27/openshift-install-linux-4.16.27.tar.gz
11+ tar xzvf openshift-install-linux-4.16.27.tar.gz
12+ export APPLIANCE_IMAGE=" quay.io/edge-infrastructure/openshift-appliance"
13+ export APPLIANCE_ASSETS=" $( pwd) /appliance_assets"
14+ mkdir -p $APPLIANCE_ASSETS
15+ podman run --rm -it --pull newer -v $APPLIANCE_ASSETS :/assets:Z $APPLIANCE_IMAGE generate-config
16+ ...
17+ podman run --rm -it --pull newer --privileged --net=host -v $APPLIANCE_ASSETS :/assets:Z $APPLIANCE_IMAGE build
18+ ```
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ baseDomain : lan
3+ metadata :
4+ name : edge-gateway
5+ compute :
6+ - name : worker
7+ replicas : 0
8+ controlPlane :
9+ name : master
10+ replicas : 1
11+ networking :
12+ networkType : OVNKubernetes
13+ machineNetwork :
14+ - cidr : 192.168.8.0/24
15+ platform :
16+ none : {}
17+ pullSecret : ' {"auths":{"":{"auth":"dXNlcjpwYXNz"}}}'
18+ sshKey : ' ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICEibaAML0mtppKRlNQpe1eqgXB05chuIQ9/0yg2vcYx robot-hackathon'
Original file line number Diff line number Diff line change 112112 - " MachineSet & UPI " : cluster-configuration/MachineSets/VMware-UPI/index.md
113113 - " Agent-based non-integrated " : cluster-installation/vmware/agent-base-non-integrated/index.md
114114 - Hosted Control Plane : cluster-installation/hosted-control-plane.md
115+ - Appliance : cluster-installation/appliance/index.md
115116 - Nvidia GPU :
116117 - cluster-installation/gpu/index.md
117118 - GPU on-prem : cluster-installation/gpu/gpu-on-prem.md
You can’t perform that action at this time.
0 commit comments