IPV4 with Multinode Ceph-NFS Job
Changing VIP from IPV6 to IPV4 Partial-Bug: 2082617 Change-Id: I112b4682b36fd8bfe9b0b2325578bedc1cd20dee
This commit is contained in:
ashrod98
committed by
Ashley Rodriguez
parent
ee3079db74
commit
10945e5466
1 changed files with 1 additions and 2 deletions
@@ -528,7 +528,6 @@
MANILA_SETUP_IPV6:false
NEUTRON_CREATE_INITIAL_NETWORKS:true
IP_VERSION:4
CEPH_INGRESS_IP:"{{hostvars['controller'].ansible_default_ipv6.address}}"
- job:
name:manila-tempest-plugin-multinode-base
@@ -608,7 +607,7 @@
MANILA_SETUP_IPV6:false
SHARE_DRIVER:manila.share.drivers.cephfs.driver.CephFSDriver
TARGET_DEV_OSD_DIR:/opt/stack
CEPH_INGRESS_IP:"{{hostvars['controller'].ansible_default_ipv6.address}}"
CEPH_INGRESS_IP:"{{hostvars['controller']['nodepool']['private_ipv4'] }}"
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.