Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Updating samples
Browse files Browse the repository at this point in the history
- remove the symlinks
- update IPAM sample

Signed-off-by: Fabricio Aguiar <[email protected]>
  • Loading branch information
fao89 committed Sep 11, 2023
1 parent 02fbfd6 commit 7d2d79f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 15 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ spec:
hostName: edpm-compute-0
ansible:
ansibleHost: 192.168.122.100
ansibleUser: root
ansibleVars:
ctlplane_ip: 192.168.122.100
internal_api_ip: 172.17.0.100
Expand All @@ -37,7 +36,7 @@ spec:
fqdn_internal_api: edpm-compute-0.example.com
managementNetwork: ctlplane
ansible:
ansibleUser: root
ansibleUser: cloud-admin
ansiblePort: 22
ansibleVars:
service_net_map:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: OpenStackDataPlaneNodeSet
metadata:
name: openstack-edpm-ipam
spec:
ansibleSSHPrivateKeySecret: dataplane-ansible-ssh-private-key-secret
env:
- name: ANSIBLE_FORCE_COLOR
value: "True"
Expand All @@ -22,6 +21,7 @@ spec:
- libvirt
- nova
nodeTemplate:
ansibleSSHPrivateKeySecret: dataplane-ansible-ssh-private-key-secret
nodes:
edpm-compute-0:
hostName: edpm-compute-0
Expand Down Expand Up @@ -88,9 +88,6 @@ spec:
edpm_ovn_metadata_agent_metadata_agent_DEFAULT_nova_metadata_host: 127.0.0.1
edpm_ovn_metadata_agent_metadata_agent_DEFAULT_metadata_proxy_shared_secret: 12345678
edpm_ovn_metadata_agent_DEFAULT_bind_host: 127.0.0.1
ctlplane_dns_nameservers:
- 192.168.122.1
dns_search_domains: []
edpm_ovn_dbs:
- 192.168.122.1
registry_url: quay.io/podified-antelope-centos9
Expand Down
2 changes: 1 addition & 1 deletion docs/composable_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ service to execute for the `edpm-compute` `NodeSet`.
ansible:
ansibleHost: 172.20.12.67
ansibleSSHPrivateKeySecret: dataplane-ansible-ssh-private-key-secret
ansibleUser: root
ansibleUser: cloud-admin
ansibleVars:
ansible_ssh_transfer_method: scp
ctlplane_ip: 172.20.12.67
Expand Down
4 changes: 2 additions & 2 deletions docs/inheritance.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
network: ctlplane
nodeTemplate:
ansiblePort: 22
ansibleUser: root
ansibleUser: cloud-admin
managed: false
managementNetwork: ctlplane
networkConfig:
Expand All @@ -46,7 +46,7 @@ following from the `nodeTemplate` in node 1 and 2 above.

```yaml
ansiblePort: 22
ansibleUser: root
ansibleUser: cloud-admin
managed: false
managementNetwork: ctlplane
networkConfig:
Expand Down
4 changes: 2 additions & 2 deletions tests/kuttl/tests/dataplane-create-test/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
nodeTemplate:
ansible:
ansiblePort: 22
ansibleUser: root
ansibleUser: cloud-admin
ansibleVars:
ctlplane_dns_nameservers:
- 192.168.122.1
Expand Down Expand Up @@ -92,7 +92,7 @@ spec:
edpm-compute-0:
ansible:
ansibleHost: 192.168.122.100
ansibleUser: root
ansibleUser: cloud-admin
ansibleVars:
ctlplane_ip: 192.168.122.100
fqdn_internal_api: edpm-compute-0.example.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
hostName: edpm-compute-0
ansible:
ansibleHost: 192.168.122.100
ansibleUser: root
ansibleUser: cloud-admin
ansibleVars:
ctlplane_ip: 192.168.122.100
internal_api_ip: 172.17.0.100
Expand All @@ -37,7 +37,7 @@ spec:
fqdn_internal_api: edpm-compute-0.example.com
managementNetwork: ctlplane
ansible:
ansibleUser: root
ansibleUser: cloud-admin
ansiblePort: 22
ansibleVars:
service_net_map:
Expand Down

0 comments on commit 7d2d79f

Please sign in to comment.