🚨 Add pre-commit
This commit is contained in:
parent
f85e69e08f
commit
e62f806e86
17 changed files with 158 additions and 80 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
## Networking
|
||||
|
||||
Networking has been a real pain. The RHOSP AIO deployment seems to force the vr-ctlplane interface to use dhcp. Originally I was trying to use static IPs configured with cloud-init (using bootcmd because of the version) but the deploy would die. To fix this I now speciiy MACs for the interfaces and then use an external DHCP server. Maybe this is configurable in the RHOSP standalone deploy. If so it would be better to use that. It would also be nice to do some feature switches so that if the version of virt-install allows I could use network-config instead of bootcmd
|
||||
Networking has been a real pain. The RHOSP AIO deployment seems to force the vr-ctlplane interface to use dhcp. Originally I was trying to use static IPs configured with cloud-init (using bootcmd because of the version) but the deploy would die. To fix this I now speciiy MACs for the interfaces and then use an external DHCP server. Maybe this is configurable in the RHOSP standalone deploy. If so it would be better to use that. It would also be nice to do some feature switches so that if the version of virt-install allows I could use network-config instead of bootcmd
|
||||
|
|
|
|||
|
|
@ -77,8 +77,8 @@ OSM_CMD $OSM_DIR/playbooks/export_networks.yml
|
|||
```
|
||||
|
||||
```bash
|
||||
60 less os-migrate-data-test-1/clouds.yaml
|
||||
61 less os-migrate-data-test-1/networks.yml
|
||||
67 $OSM_CMD $OSM_DIR/playbooks/export_subnets.yml
|
||||
68 less os-migrate-data-test-1/subnets.yml
|
||||
```
|
||||
60 less os-migrate-data-test-1/clouds.yaml
|
||||
61 less os-migrate-data-test-1/networks.yml
|
||||
67 $OSM_CMD $OSM_DIR/playbooks/export_subnets.yml
|
||||
68 less os-migrate-data-test-1/subnets.yml
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue