diff options
author | James Gu <james.gu@att.com> | 2020-10-12 14:37:31 -0700 |
---|---|---|
committer | James Gu <james.gu@att.com> | 2020-11-12 15:46:18 -0800 |
commit | 7ceb4a376a68e263a16d4305ac2dcb9d96fe90fa (patch) | |
tree | 8ef8561e5c5a05e5242d72c9d1ba44cb3e191810 /site/intel-pod17/networks | |
parent | 1b8eb8687d92408008f9716237034b7589d09253 (diff) |
functest healthcheck failures
- Overrides the default new user role value with "_member_"
- Updated treasuremap ref to include inflight upstream patches for
healthcheck Updated nova and neutron overrides due to pod 15 PCI
address changes for VFs
- Added site name input in test.sh so it can used to test for all
intel pod envs
- Added init_cloud in the deployment script to create test image,
flavor and provider network
- Updated the heat template for pod 15 and 17 public network creation
Signed-off-by: James Gu <james.gu@att.com>
Change-Id: I6738d80e98332a3523e541d5178d8a920e28def5
Diffstat (limited to 'site/intel-pod17/networks')
-rw-r--r-- | site/intel-pod17/networks/physical/networks.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/intel-pod17/networks/physical/networks.yaml b/site/intel-pod17/networks/physical/networks.yaml index 5c438f5..a0c5ca6 100644 --- a/site/intel-pod17/networks/physical/networks.yaml +++ b/site/intel-pod17/networks/physical/networks.yaml @@ -245,8 +245,8 @@ data: ranges: - type: reserved # NEWSITE-CHANGEME: Update to the start and end addresses to be used for the Floating IP pool - start: 10.10.175.31 - end: 10.10.175.128 + start: 10.10.175.1 + end: 10.10.175.19 routes: - subnet: 0.0.0.0/0 # NEWSITE-CHANGEME: Update to the gateway address for this network |