Age | Commit message (Collapse) | Author | Files | Lines |
|
Scenarios were failing to deploy due to lack of disk space after making
multiple overcloud images for each role. This removes the per role
images after uploading into glance.
JIRA: APEX-279
Change-Id: I09df89e778d36cb08df26df83ae0d7cda267799f
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit c552a3c5b0c1c34293930fef8525057fc519a457)
|
|
Duplicate neutron::config class declarations during SDNVPN scenario were
causing deployments to fail. Modified it to be a neutron_config
provider instead.
opnfv-tht-pr: 82
JIRA: APEX-278
Change-Id: I44868ee95d1fc4c976d7a606e94bf087459ff2f8
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
We don't want NTP update to fail the entire deployment, as the ntp server
is hard coded in deploy.sh and the server is not always accessible.
Change-Id: I044484e4f81d7580ce4d4824a4bcc4b6b8f7d0f1
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit f8b642fcbd7433957b14aaed9b16f54f981f522b)
|
|
|
|
JIRA: APEX-159
Change-Id: Ib257ad9f386abc03930265471336ee71c6c1de05
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit d72b6e1d007400ca21a8e4ab548ec05dfddc5851)
|
|
Change-Id: Ib1c76fda004050bd55cac02cdca6bd867d5cc36c
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit c61d6a7ac8a0f809b36241aebeed55cd252421c8)
|
|
|
|
Change-Id: I00ac84b48eb8cdb5371b6d56d5d2346b3c8928cf
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
Change-Id: I04be6a9ff2a89b5058d6872b7023f9e3fd4c02cd
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit e8291fa16cc569c3982eb7610ef0d4813cdabf54)
|
|
Change-Id: I277e7acb0dc3dd365f82bc6241dfb5b457cdd312
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit f71bee80dac179ed9db1963a71b8b1a22efc2e08)
|
|
Since the VMs use ntpdate to set the correct time, the host should
also have the correct time.
JIRA: APEX-246
Change-Id: I55ba59398f56ad25df283336c8ed75e6a3652fe4
Signed-off-by: Randy Levensalor <r.levensalor@cablelabs.com>
(cherry picked from commit c0932570ffd81fdd603a8961b5034916c76edc2e)
|
|
JIRA: COPPER-22
Change-Id: Ic6342214d04e364ab00af29d7cec1d898b6de2f8
Signed-off-by: blsaws <bryan.sullivan@att.com>
(cherry picked from commit 5a7ad9fbf738a995498e43fed9dae02d8667df67)
|
|
stable/colorado
|
|
|
|
JIRA: COPPER-22
Add open issue with Congress in HA mode.
Signed-off-by: blsaws <bryan.sullivan@att.com>
Change-Id: Ie3dc863468f736f75fa01e766bbe65fba3d792dd
Signed-off-by: blsaws <bryan.sullivan@att.com>
(cherry picked from commit 32d4caa9c9124bc2f248f2e31cfa3066a7c3c871)
|
|
Python 3.4 is required and not installed by default in Centos 7
Change-Id: I246d4cc746df9c5070a8e4707b92015825489d9c
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
(cherry picked from commit 5d0895118f83ea53173e64b7e5fdf5fb49727460)
|
|
Change-Id: Ief94c2ee18270b2b53dd9f51bec57b2e24e06cc2
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
(cherry picked from commit 6e7062cc5f15ae0a448bcf45147b7b0be3717d8e)
|
|
Increase the tollerence for installing on slower networks.
"/etc/ironic/ironic.conf"
[disk_utils]
iscsi_verify_attempts=30
[disk_partitioner]
check_device_max_retries=40
Using openstack-config, since that is being used to configure other attributes.
Jira : APEX-267
Signed-off-by: RandyL <r.levensalor@cablelabs.com>
Change-Id: I9da3a1ee6a5e6767462c0135c45aadee64790ab4
(cherry picked from commit b23aabab1bb5d6fb88e035897f08cdf864d69eac)
|
|
Change-Id: I7b6adb231de888b010ad444f4962965ee251effc
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
(cherry picked from commit 58bc90d143303c1f9d4e9f174294f71dfa8303d6)
|
|
Add inline yaml to deploy_settings.yaml describing all the available options,
and mention this in the documentation.
JIRA: APEX-259
JIRA: APEX-256
Change-Id: If86b1b1d4db2701d1d584fcfd62d6f1b5d53014b
Signed-off-by: Michael Chapman <woppin@gmail.com>
|
|
ODL L3 and SDNVPN had duplicate NeutronServicePlugins entries that were
overriding features to just be 'router'. This removes the duplicates.
Also, QOS needed to be removed for SDNVPN plugins, because QOS has a bug
with ML2 driver for stable/mitaka.
opnfv-tht-pr: 81
JIRA: APEX-219
Change-Id: Ieb132c85a1d3c81012142db0519f19299274d032
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
- We now check if vairables (public/private)_(compute/controller)_interface
are set before performing substitution. If those variables are not set,
default values (nic2 for private and nic3 for public) are used.
- Change TenantNIC and PublicNIC variables to be role specific.
opnfv-tht-pr: 80
Change-Id: I4c0c9d5c2239ea1914b5d2de63f2b5c4f63c8fb0
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
Added scenario release notes for
* os-odl_l2-fdio-noha
Change-Id: Ia8484cda42c9e64bb8966582069a95d9b0d14cd3
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
(cherry picked from commit 174fd5ffc51ab4c35f13bffbe48c109f73e6b425)
|
|
- Update TenantNIC and PublicNIC in numa.yaml
- Use OVS rather than linux bridge for virtual deployment on jump host
- Fix controller and compute IP arrays in T-H-T
- Move networking-vpp repo for vlan rewrite patch
JIRA: APEX-261
opnfv-tht-pr: 79
Change-Id: I4b3b6b09613e7c47869617e15aafec8e7b59d18f
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit 37d2dc147574a6d5bdd5cae44e2ac02f8cac4d59)
|
|
RPM package does not work in Centos, honeycomb service file does not start honeycomb service.
This reverts commit e026a7a16e567bbc16d8131495f9177237d87e2a.
Change-Id: I73324b6bbb8c8df8f481d6e833dfb3f9e30361c1
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
Change-Id: I1583cc5af95c8ce4e51794e2ea1a9e4827722a63
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit ebed0b80aa6c55aa37e7eddf70d6b8ddf19ad65f)
|
|
opnfv-tht-pr: 78
Change-Id: I12028c34190e526da05be2ef90a93edb531303d6
Signed-off-by: Michael Chapman <woppin@gmail.com>
(cherry picked from commit 2d1fe3d60417cd50befbc4a24955cb3807fcb12d)
|
|
JIRA: APEX-263
opnfv-tht-pr: 77
Change-Id: I98471df02c03a7d90a588a8d7f96182851b7089c
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit 679af36b640e7da95ac55293a0a93e2bec0e0811)
|
|
- Add puppet neutron support for configuring both ML2 driver and
networking-vpp agent
- Update THT to invoke new puppet classes.
JIRA: APEX-261
opnfv-tht-pr: 76
Change-Id: Iab21713eb711e9f24fa66cba30c895e43a3e945e
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit d327766d7e7ff91f4ed1a11cfcda70254420f524)
|
|
JIRA: APEX-258
Change-Id: Ia055f317147cc63b479cf1dbc1a85f05acc0726a
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit a715ec7cd3677b22c6961342491d61637a487586)
|
|
|
|
|
|
|
|
VPP was overriding kernel settings with its defaults for all deployments
by installing the VPP RPM. This removes that file, and sets the
settings appropriately for the FDIO scenarios only, based on number of
huge pages per profile.
JIRA: APEX-255
Change-Id: If39b220a7c34cbfd673afe1881c1a9bdb3fdc2e0
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
|
|
We currently default that instances should be pinned to the first CPU of
the nova-compute host. We want to remove this default, and have the
default as all CPUs. This patch removes it for fdio and ovs-dpdk
scenarios.
opnfv-tht-pr: 74
JIRA: APEX-187
Change-Id: Iacaa699eb3948b58beff1628dfd1bf008c4c9c5a
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
JIRA: APEX-260
Change-Id: Ie6a546b9cdde8fa016cf1d50c4641ed97f51306d
Signed-off-by: Michael Chapman <michapma@redhat.com>
(cherry picked from commit 784b4820b8868a01f0e09f82052208bc47090173)
|
|
pip will attempt to build this from source, so it needs some
libraries.
Change-Id: I85820789c5e99b72454e648b21de525bccf314a3
Signed-off-by: Michael Chapman <woppin@gmail.com>
(cherry picked from commit c5904a139026826c3dea1a63e5ff21953aa4869a)
|
|
L3 Agent needs to use OVS driver for external interfaces and NSDriver
for Internal interfaces.
JIRA: APEX-252
opnfv-tht-pr: 73
Change-Id: Ic96e30421a1f1308c358a644e5602ca738091695
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
JIRA: APEX-257
Change-Id: I21913a6e41a2fd1565b1950345d15d0b5d47cb9c
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 28f239b761c4b1bbe3d96c9eb2801e93db14dc7d)
|
|
Change-Id: I5dea9d61c2fc0b9d5af1ff88823f4ec3cb92c8d5
Signed-off-by: Michael Chapman <woppin@gmail.com>
(cherry picked from commit 61b970e992fb514cb222482dfe5cafb7221be01d)
|
|
Numa topologies use this filter to associate a pinning spec
with a host aggregate.
opnfv-tht-pr: 75
Change-Id: If229e0077faa81734f7e93f9e9c652538c7577d5
Signed-off-by: Michael Chapman <woppin@gmail.com>
(cherry picked from commit 5f76e4a2e4edd56527fc3f7966d1745dd0e9cf54)
|
|
Now if an inventory file is provided to clean, those nodes will be
powered off.
JIRA: APEX-250
Change-Id: I2d78285717726c3d1c9d7d88c38e706d4617e337
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Bug where IP was being detected on DPDK interface, which is attached to
br-phy and has no IP. IP parsing is only needed on FDIO deployments -
so moving that part into the fdio clause.
JIRA: APEX-119
opnfv-tht-pr: 72
Change-Id: I7540a97de399271eebae907f868a7ed044f3aefe
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
for the colorado branch. Use GS_PATHNAME to make url to retrieve ovsnfv artifacts release independent." into stable/colorado
|
|
|