Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
This patch adds dovetail option to deploy settings, installs
dovetail image to undercloud.
Change-Id: If7a763d9f6b27655dbb1f5855f438ab11bd88a82
Signed-off-by: zshi <zshi@redhat.com>
|
|
This won't be used in the vast majority of cases, but where someone
wants to use an ipv6 external network on the undercloud, this will
be needed.
Change-Id: Ibb41e0fee7c112c19446d96eb195c0df552c90d1
Signed-off-by: Michael Chapman <woppin@gmail.com>
|
|
opnfv-tht-pr: 109
Change-Id: Iad64221f4ced02eb78661ded6c9185554698200b
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
opnfv-tht-pr: 110
Change-Id: I8db5f2788a93323c1c115acc159f5edfc3a627f2
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
Currently we allow specifying ram per Overcloud VM. If the node is
detected as ODL, we bump the RAM to a minimum of 10GB. There is a need
to be able to specify the RAM per compute node in cases where we need
controller RAM to be high, but want compute nodes to be low (like CSIT)
- in order to keep the memory footprint as small as possible.
Changes Include:
- Adds '--virtual-compute-ram' argument that will override the
'--virtual-ram' param for compute nodes
- Fixes a bug where if ODL is used and RAM is overridden to 10GB for
Control nodes, it was also accidentally being set for compute nodes
- Modifies '--virtual-ram' to be '--virtual-default-ram' in order to
clarify this parameter sets the default amount of RAM for all
overcloud nodes which may be overridden by a role specific arg
Change-Id: Ia36082aa2167d9897f3ec6753d08804352301c63
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
opnfv-tht-pr: 97
opnfv-puppet-tripleo-pr: 10
Change-Id: Idfc109fc984f20b096a23d12864a027146a9c74c
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
|
|
|
|
|
|
Builds 6Wind ZRPC, Quagga, and dependencies required for OpenDaylight
with BGPVPN scenario. Packages are built into RPMs, and left on the
overcloud disk in /root/quagga. They are then installed at deploy time
if VPN feature flag is enabled. Note, for proper upstream we should
create a zrpc OOO service, but that can be a follow up patch. For that
we would also need official packaging/build system upstream somewhere.
JIRA: APEX-357
Changes Include:
- Build thrift rpm
- Build c-capnproto rpm
- Build quagga rpm
- Build zrpcd rpm
- Configure bgpd
- Detect deploy with VPN and install pkgs
- Enable zrpcd with systemd
Change-Id: I9825694f46aaab48a3d1cd5fc4d9a24c7370e8fa
Signed-off-by: Tim Rozet <trozet@redhat.com>
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
|
|
Changes:
- Kernel parameters are now set through first-boot.yaml during deployment. No custom
images will be built. Note that all nodes will be configured the same way, we only
use compute's kernel parameter settings currently (from deploy settings file)
- Add support for VPP interface type in network settings file, it is now possible
to specify vpp_interface type and uio_driver for tenant nic in network settings
file. A new example config, network_settings_vpp.yaml is added.
- Add support for odl_l2-fdio scenario.
Limitations:
- Physical NIC names must be specified in network settings file, numbered nic names
such as nic1 are not supported for fdio scenarios.
- The same kernel parameters will be configured for all nodes. The paramters will be
taken from compute kernel parameter section in deploy settings file.
opnfv-tht-pr: 104
opnfv-puppet-tripleo-pr: 12
os-net-config-pr: 3
Change-Id: Ie9d6151e6e58d11da3c66fbcabe4a0886c3fa152
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
Change-Id: Iefe3e0a3e8cdd9e84b3d094eaa1dcea552552be2
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
|
|
Updated the docs structure according to directives and MS6
Change-Id: I36e92cbc58328528ebb91ff4f54ee701f5477443
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
|
|
Change-Id: Idc60b0304f8f37d2daa7aa6cd220be7859121352
Signed-off-by: rssaravana <saravanakumar.somaskandan@huawei.com>
|
|
Change-Id: I5e9b8dd51be347f08e8ab8205a70121b903347fd
Signed-off-by: rssaravana <saravanakumar.somaskandan@huawei.com>
|
|
|
|
|
|
We used this a while back for additional debug output to prove the quota
setting were correct. Now with composable services, it isn't always
guaranteed that cinder is used. Since we don't use this output for
anything, this patch removes it.
Change-Id: I27ba64761a5ec1bfbe9da0c3e331ba91010d1186
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Enables ODL clustering by default for all HA ODL scenarios.
opnfv-tht-pr: 107
opnfv-puppet-tripleo: 14
JIRA: APEX-390
Change-Id: I17934b5300e0cc9de36c24b4cd5b06ea54d05b8d
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
Adding the creation of the Gluon dummy network and subnet
to the post installation steps.
Bumping the version of Gluon to the latest.
opnfv-tht-pr: 106
Change-Id: I5123916f0e153cbd1e70e443d9c8af38ac55fdef
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
|
|
Change-Id: Iff08b7c7eabfafe3661d8d30e0a81cc38b44eaa3
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
opnfv-tht-pr: 98
opnfv-puppet-tripleo-pr: 11
Change-Id: I971bb2c94eb9500c81b25adf5019fd02f8e90053
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
In order to make gluon really deployable some more things
need to be done:
- Add pull request 103 which add yaml files which
point to gluon puppet
- Rename the scenario to odl-gluon similar to bgpvpn
scenario
- Add tht of gluon to overcloud-deploy-functions.sh
JIRA: APEX-379
opnfv-tht-pr: 103
opnfv-puppet-tripleo-pr: 13
Change-Id: I3ccfb5a279f1df21c4da79fc47039b3c0b6e5495
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
|
|
Also includes minor change for tox working directory to move up one dir
(build dir) for congress. This is due to https://github.com/tox-dev/tox/issues/66
Removes networking_bgpvpn.conf, and uses neutron service_providers to
set. This is because we do not have upstream patches to configure
bgpvpn conf file via OOO and having 2 definitions breaks deploy.
Change-Id: I9846bd959c1ed8e2e81f3ae30470ec357da3fc8f
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: Ib9e118983a0f59dbf416fa157f312eacc73763a3
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Adds default password 'stack'
Change-Id: Ib45c0382f09b4d772d83eb984eee227cb3e23083
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
|
|
We currently use networking-odl package from opnfv fds repo, this
is no longer needed as networking-odl is packaged in RDO.
Change-Id: Ie9301cd627ab5131d4cd698dd7e4ef435d8e59c0
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
|
|
|
|
|
|
This patch adds first version of gluon scenario config file,
as well as introducing etcd service in puppet-fdio and T-H-T.
JIRA: APEX-379
opnfv-tht-pr: 96
opnfv-puppet-tripleo-pr: 9
Change-Id: Icef29520d093e005dba9cbc5cf0e3fd1ed893cf4
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
|
|
The build system is broken since CentOS-7-1511 is
not found on the mirror http://mirrors.cat.pdx.edu.
1511 is deprecated as written in:
http://mirror.pregi.net/centos/7.2.1511/readme
Fixes: https://build.opnfv.org/ci/job/apex-build-master/340/console
Change-Id: I20d5cfddebb4be338f8b712bbe4d02dcbab30e5d
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
|
|
This patch adds yardstick option to deploy settings, installs docker and
yardstick image to undercloud.
Change-Id: I3a2a1d6bcdfe5becd11d6d9f22218837c572d5da
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
|
|
stable/danube is based on latest stable/newton with our hieradata/dpdk
patches rebased on top.
JIRA: APEX-386
Change-Id: Ia7b6a1b55bfeb727d1de4532bef79594dcd8b7f7
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
opnfv-tht-pr: 100
Change-Id: I5db74e9ec74d6d03fde1650739d934ddfeec45ec
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
|
|
Since the project_id is not in the overcloudrc
glance clinet is failing.
Since os_tenant_name is not in overcloudrc
rally setup is failing.
Change-Id: Iaec4031d3419e8380fb8789288e587c44d600971
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
|
|
Since Boron ODL servers always the l3 usecase
so the l2 differentiation does not make sense
anymore.
Depends: https://gerrit.opnfv.org/gerrit/27605
Change-Id: I8bb55387001dfc81845134639ab4e913072f9a27
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
|
|
|
|
|
|
We had already disabled this via puppet, but the code upstream was moved
into python. This patch now disables it in python.
JIRA: APEX-382
Change-Id: Ib8bb82945244818b1de0f26e3e80f599be72e8f6
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
|
|
|