-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DT - BMO deploy with preprovisioningNetworkData
Depends-On: openstack-k8s-operators/ci-framework#2425
- Loading branch information
Showing
31 changed files
with
2,367 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
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,105 @@ | ||
--- | ||
vas: | ||
bmo01: | ||
stages: | ||
- path: examples/dt/bmo01/control-plane/nncp | ||
wait_conditions: | ||
- >- | ||
oc -n openstack wait nncp | ||
-l osp/nncm-config-type=standard | ||
--for jsonpath='{.status.conditions[0].reason}'=SuccessfullyConfigured | ||
--timeout=5m | ||
values: | ||
- name: network-values | ||
src_file: values.yaml | ||
build_output: nncp.yaml | ||
|
||
- pre_stage_run: | ||
- name: Apply cinder-lvm label on master-0 | ||
type: cr | ||
definition: | ||
metadata: | ||
labels: | ||
openstack.org/cinder-lvm: "" | ||
kind: Node | ||
resource_name: master-0 | ||
state: patched | ||
path: examples/dt/bmo01/control-plane | ||
wait_conditions: | ||
- >- | ||
oc -n openstack wait openstackcontrolplane | ||
controlplane | ||
--for condition=Ready | ||
--timeout=60m | ||
values: | ||
- name: network-values | ||
src_file: nncp/values.yaml | ||
- name: service-values | ||
src_file: service-values.yaml | ||
build_output: control-plane.yaml | ||
|
||
- pre_stage_run: | ||
- name: Patch Provisioning CR | ||
type: cr | ||
definition: | ||
spec: | ||
watchAllNamespaces: true | ||
virtualMediaViaExternalNetwork: true | ||
namespace: openshift-machine-api | ||
api_version: metal3.io/v1alpha1 | ||
kind: Provisioning | ||
resource_name: provisioning-configuration | ||
state: patched | ||
path: examples/dt/bmo01/dataplane/baremetalhosts | ||
wait_conditions: | ||
- >- | ||
oc -n openstack wait baremetalhosts.metal3.io | ||
-l app=openstack | ||
--for jsonpath=status.provisioning.state=available | ||
--timeout=10m | ||
values: | ||
- name: baremetalhost-values | ||
src_file: values.yaml | ||
build_output: baremetalhosts.yaml | ||
|
||
- path: examples/dt/bmo01/dataplane/secrets | ||
wait_conditions: | ||
- >- | ||
oc -n openstack wait secrets dataplane-ansible-ssh-private-key-secret | ||
--for jsonpath=metadata.uid | ||
- >- | ||
oc -n openstack wait secrets nova-migration-ssh-key | ||
--for jsonpath=metadata.uid | ||
values: | ||
- name: secret-values | ||
src_file: values.yaml | ||
build_output: dataplane-secrets.yaml | ||
|
||
- path: examples/dt/bmo01/dataplane/nodesets | ||
wait_conditions: | ||
- >- | ||
oc -n openstack wait openstackdataplanenodesets | ||
nodeset-0 | ||
--for condition=NodeSetBaremetalProvisionReady | ||
--timeout=40m | ||
- >- | ||
oc -n openstack wait openstackdataplanenodesets | ||
nodeset-1 | ||
--for condition=NodeSetBaremetalProvisionReady | ||
--timeout=40m | ||
values: | ||
- name: nodeset-values | ||
src_file: values.yaml | ||
build_output: dataplane-nodesets.yaml | ||
|
||
- path: examples/dt/bmo01/dataplane | ||
wait_conditions: | ||
- >- | ||
oc -n openstack wait openstackdataplanedeployment | ||
edpm-deployment | ||
--for condition=Ready | ||
--timeout=40m | ||
values: | ||
- name: deployment-values | ||
src_file: values.yaml | ||
build_output: edpm.yaml |
18 changes: 18 additions & 0 deletions
18
dt/bmo01/dataplane/baremetalhosts/baremetalhost_template.yaml
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,18 @@ | ||
--- | ||
apiVersion: metal3.io/v1alpha1 | ||
kind: BareMetalHost | ||
metadata: | ||
labels: {} | ||
name: _ignored_ | ||
namespace: openstack | ||
spec: | ||
architecture: x86_64 | ||
automatedCleaningMode: metadata | ||
bmc: | ||
address: _replaced_ | ||
credentialsName: _replaced_ | ||
bootMACAddress: _replaced_ | ||
bootMode: UEFI | ||
rootDeviceHints: {} | ||
online: false | ||
preprovisioningNetworkDataName: _replaced_ |
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,60 @@ | ||
--- | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: leaf0-0-preprovision-network-data | ||
namespace: openstack | ||
type: Opaque | ||
stringData: {} | ||
--- | ||
apiVersion: metal3.io/v1alpha1 | ||
kind: BareMetalHost | ||
metadata: | ||
labels: {} | ||
name: leaf0-0 | ||
namespace: openstack | ||
--- | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: leaf0-1-preprovision-network-data | ||
namespace: openstack | ||
type: Opaque | ||
stringData: {} | ||
--- | ||
apiVersion: metal3.io/v1alpha1 | ||
kind: BareMetalHost | ||
metadata: | ||
labels: {} | ||
name: leaf0-1 | ||
namespace: openstack | ||
--- | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: leaf1-0-preprovision-network-data | ||
namespace: openstack | ||
type: Opaque | ||
stringData: {} | ||
--- | ||
apiVersion: metal3.io/v1alpha1 | ||
kind: BareMetalHost | ||
metadata: | ||
labels: {} | ||
name: leaf1-0 | ||
namespace: openstack | ||
--- | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: leaf1-1-preprovision-network-data | ||
namespace: openstack | ||
type: Opaque | ||
stringData: {} | ||
--- | ||
apiVersion: metal3.io/v1alpha1 | ||
kind: BareMetalHost | ||
metadata: | ||
labels: {} | ||
name: leaf1-1 | ||
namespace: openstack |
Oops, something went wrong.