python-tripleoclient/tripleoclient/v1
Harald Jensås 6ced9c71db ctlplane network attributes in overcloud environment
Set CtlplaneNetworkAttributes parameter in overcloud
environment. The parameter contains a map with network
and subnets data.

CtlplaneNetworkAttributes:
  network:
    dns_domain: ctlplane.localdomain.
    mtu: 1442
    name: ctlplane
    tags: ['192.168.24.0/24', '192.168.25.0/24']
  subnets:
    ctlplane-leaf1:
      cidr: 192.168.25.0/24
      dns_nameservers: ['8.8.8.8', '8.8.4.4']
      gateway_ip: 192.168.25.254
      host_routes:
      - {'destination': '192.168.24.0/24', 'nexthop': '192.168.25.254'}
      ip_version: 4
      name: ctlplane-leaf1

Also set the CtlplaneNetworkAttributes in the undercloud environment
from the data in undercloud.conf.

Also set the CtlplaneNetworkAttributes in the standalone environment.

Change-Id: I12f1ea965d489eb36353e988cc3ec947f72a35ad
2020-09-27 19:16:20 +02:00
..
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
container_image.py Build timeout as CLI arg for container image build 2020-09-22 09:49:50 -04:00
minion_config.py Replace ansible shell with python runner 2019-12-17 07:35:35 -06:00
overcloud_admin.py Update verbosity so it is consistently set 2020-04-04 03:46:36 +00:00
overcloud_backup.py Add backup functionality to Openstack client for undercloud and overcloud. 2020-06-09 11:23:54 -04:00
overcloud_bios.py Update verbosity so it is consistently set 2020-04-04 03:46:36 +00:00
overcloud_cell.py overcloud_cell: fix location of config-download 2020-08-17 15:17:57 -04:00
overcloud_config.py Make config_dir absolute path for ansible 2020-09-21 20:52:22 +02:00
overcloud_credentials.py Use ansible playbook for creating overcloudrc 2020-05-05 17:18:16 +05:30
overcloud_deploy.py ctlplane network attributes in overcloud environment 2020-09-27 19:16:20 +02:00
overcloud_export.py Merge "Stop to use the __future__ module." 2020-07-07 18:52:12 +00:00
overcloud_export_ceph.py Add openstack overcloud export ceph 2020-09-23 00:25:20 +00:00
overcloud_external_update.py Ensure root isn't used to run updates/upgrades 2020-09-14 13:58:33 +00:00
overcloud_external_upgrade.py Ensure root isn't used to run updates/upgrades 2020-09-14 13:58:33 +00:00
overcloud_image.py Add --temp-dir to overcloud image build 2020-09-11 13:10:10 -06:00
overcloud_netenv_validate.py Stop to use the __future__ module. 2020-06-21 00:01:31 +08:00
overcloud_node.py Throw warning if --limit used with a skip list in Heat 2020-07-16 10:14:17 -06:00
overcloud_parameters.py Add the ability to load vars from files 2020-04-09 12:35:51 -05:00
overcloud_plan.py Fix ignored parameters in create_deployment_plan 2020-08-06 09:31:16 +09:00
overcloud_plan_roles.py Remove mistral from the list_available_roles deploy workflow 2020-02-17 17:41:56 -06:00
overcloud_profiles.py Merge "Report node availability from "overcloud profiles list"" 2017-12-27 12:47:31 +00:00
overcloud_raid.py Update verbosity so it is consistently set 2020-04-04 03:46:36 +00:00
overcloud_roles.py Stop to use the __future__ module. 2020-06-21 00:01:31 +08:00
overcloud_update.py Ensure root isn't used to run updates/upgrades 2020-09-14 13:58:33 +00:00
overcloud_upgrade.py Ensure root isn't used to run updates/upgrades 2020-09-14 13:58:33 +00:00
tripleo_config.py Stop to use the __future__ module. 2020-06-21 00:01:31 +08:00
tripleo_deploy.py ctlplane network attributes in overcloud environment 2020-09-27 19:16:20 +02:00
tripleo_launch_heat.py Stop to use the __future__ module. 2020-06-21 00:01:31 +08:00
tripleo_upgrade.py Fix upgrade prompt 2020-05-11 10:07:51 -06:00
tripleo_validator.py Allow to pass a static inventory to the validator CLI 2020-09-08 07:50:03 +02:00
undercloud.py Fix package manager used during undercloud packages update 2020-07-15 13:58:52 +03:00
undercloud_backup.py Add backup functionality to Openstack client for undercloud and overcloud. 2020-06-09 11:23:54 -04:00
undercloud_config.py ctlplane network attributes in overcloud environment 2020-09-27 19:16:20 +02:00
undercloud_minion.py Add minion installation 2019-06-21 07:44:21 -06:00
undercloud_preflight.py Correct a typo in a string 2020-07-11 10:56:28 +08:00