Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#153 from fao89/nodes
Browse files Browse the repository at this point in the history
Move nodes to top level of nodeset spec
  • Loading branch information
fao89 authored Sep 13, 2023
2 parents 38336ce + b955ab2 commit bc58d55
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions docs/openstack/edpm_adoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,24 +156,24 @@ done
value: "True"
- name: ANSIBLE_ENABLE_TASK_DEBUGGER
value: "True"
nodes:
standalone:
hostName: standalone
ansible:
ansibleHost: 192.168.122.100
networks:
- defaultRoute: true
fixedIP: 192.168.122.100
name: CtlPlane
subnetName: subnet1
- name: InternalApi
subnetName: subnet1
- name: Storage
subnetName: subnet1
- name: Tenant
subnetName: subnet1
nodeTemplate:
ansibleSSHPrivateKeySecret: dataplane-adoption-secret
nodes:
standalone:
hostName: standalone
ansible:
ansibleHost: 192.168.122.100
networks:
- defaultRoute: true
fixedIP: 192.168.122.100
name: CtlPlane
subnetName: subnet1
- name: InternalApi
subnetName: subnet1
- name: Storage
subnetName: subnet1
- name: Tenant
subnetName: subnet1
managementNetwork: ctlplane
ansible:
ansibleUser: root
Expand Down
32 changes: 16 additions & 16 deletions tests/roles/dataplane_adoption/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,24 +166,24 @@
value: "True"
- name: ANSIBLE_ENABLE_TASK_DEBUGGER
value: "True"
nodes:
standalone:
hostName: standalone
ansible:
ansibleHost: {{ edpm_node_ip }}
networks:
- defaultRoute: true
fixedIP: {{ edpm_node_ip }}
name: CtlPlane
subnetName: subnet1
- name: InternalApi
subnetName: subnet1
- name: Storage
subnetName: subnet1
- name: Tenant
subnetName: subnet1
nodeTemplate:
ansibleSSHPrivateKeySecret: {{ ansibleSSHPrivateKeySecret }}
nodes:
standalone:
hostName: standalone
ansible:
ansibleHost: {{ edpm_node_ip }}
networks:
- defaultRoute: true
fixedIP: {{ edpm_node_ip }}
name: CtlPlane
subnetName: subnet1
- name: InternalApi
subnetName: subnet1
- name: Storage
subnetName: subnet1
- name: Tenant
subnetName: subnet1
managementNetwork: ctlplane
ansible:
ansiblePort: 22
Expand Down

0 comments on commit bc58d55

Please sign in to comment.