python-tripleoclient/tripleoclient/tests
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
..
config undercloud: disable Mistral and Zaqar by default 2020-09-25 12:11:35 +00:00
fixture_data Remove unused write_overcloudrc() function 2020-05-13 13:19:14 +05:30
v1 ctlplane network attributes in overcloud environment 2020-09-27 19:16:20 +02:00
v2 Allow the container build tools to run config-less 2020-08-24 12:44:21 +00:00
workflows Fix ignored parameters in create_deployment_plan 2020-08-06 09:31:16 +09:00
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
base.py Save DefaultPasswords values for undercloud deploy 2017-04-26 20:38:00 +01:00
fakes.py Further cleanup unit tests 2020-06-19 08:44:28 +05:30
test_export.py Add openstack overcloud export ceph 2020-09-23 00:25:20 +00:00
test_overcloud_credentials.py Use ansible playbook for creating overcloudrc 2020-05-05 17:18:16 +05:30
test_plugin.py Raise a new ValueError with the contents of the JSON is parsing fails 2020-02-14 09:39:19 +00:00
test_utils.py Convert to 'raw' images when uploading 2020-09-11 11:12:30 +02:00