- 07 Jan, 2016 1 commit
-
-
Tim Rozet authored
Change-Id: I4e16b4a4432c935715f0522956614c891a695f70 Signed-off-by:
Tim Rozet <trozet@redhat.com>
-
- 06 Jan, 2016 1 commit
-
-
Tim Rozet authored
Changes include: - Fixes Intel Pod 2 inventory file - Check for DHCP server on the host and disable - Adds realistic+common network-settings file - Modifies baremetal deployments to bridge to correct interface - Adds private/storage network OVS bridges - Parses network-settings into valid network-environment variables - If certain network-settings are missing they will be auto-detected Note: The actual settings set forth for deployment only include admin/external networks at the moment. Private/storage networks will be handled in an upcoming patch. JIRA: APEX-50 Change-Id: I0a1a86f37c08702a93fe167688c3149ba5573db4 Signed-off-by:
Tim Rozet <trozet@redhat.com>
-
- 05 Jan, 2016 1 commit
-
-
Tim Rozet authored
Testing if this fixes current CI breakage Change-Id: Ib4f75a9a1772c5363afab6d24b7a254f8cf6f6f8 Signed-off-by:
Tim Rozet <trozet@redhat.com>
-
- 21 Dec, 2015 1 commit
-
-
Viktor Tikkanen authored
If there are dedicated HW nodes for controller and compute nodes, it should be possible to define node roles in configuration files. This patch introduces "capabilities" property into pod_example_settings.yaml so as adds needed flavor definitions and overcloud deploy parameters into opnfv-deploy script. Change-Id: Ie62d3fa215aa168390d074c73fdb2fa03ecc67f5 Signed-off-by:
Viktor Tikkanen <viktor.tikkanen@nokia.com>
-
- 18 Dec, 2015 2 commits
- 15 Dec, 2015 2 commits
-
-
Tim Rozet authored
Fixes Include: - Fixed info print statement when using flat network - deploy now looks at arp table as well to determine instack IP address as default leases file may not exist - clean now uses --pool with vol-delete command JIRA: APEX-50 Change-Id: I664fd06e92e0890e0b65191851dfa81f8d8ac492 Signed-off-by:
Tim Rozet <trozet@redhat.com>
-
Dan Radez authored
Change-Id: I6e3a4266be28b0f661e4b8e818c616000060905b
-
- 14 Dec, 2015 1 commit
-
-
Dan Radez authored
- using the proposed patched for upstream - ensuring l3_ha is disabled - exposing support for an ODL only node Change-Id: I6f4a50300ea08322eea4ba466fc1a3b0fbcb5743 Signed-off-by:
Dan Radez <dradez@redhat.com>
-
- 08 Dec, 2015 1 commit
-
-
Dan Radez authored
Change-Id: I3ff4b0e9aecff8fc193017d0dc4cd3c4c1a6339c Signed-off-by:
Dan Radez <dradez@redhat.com>
-
- 07 Dec, 2015 3 commits
-
-
Dan Radez authored
Change-Id: I9f09c195352d2d88a3da4f42e09424d96d39722b
-
Tim Rozet authored
This patch allows deploy_settings.yaml and inventory settings to be passed in via cmdline. The deploy settings are overridden by cmdline arguments. For example, if a user specifies no_ha in cmdline it will override what is in deploy_settings.yaml. The inventory file provides yaml input for the baremetal topology. Fixes include: - New arguments for passing inventory and deploy_settings - "global_params" in deploy_settings are set as globals in script (unless already set via cmdline) - "deploy_options" are loaded into an array, and checked for deployment options (such as which SDN controller to use) - inventory file is parsed (for baremetal) into correct instack json output. The output is then written to a temp instackjson file and used for deployment. - renaming of copy_materials to copy_materials_to_instack - spelling fixes - cmdline argument checking with errors and warnings Note this patch does not yet tamper with setting network-environment settings. JIRA: APEX-53 Change-Id: I9dce197e23563480c584650ba967898312eab4e7 Signed-off-by:
Tim Rozet <trozet@redhat.com>
-
Dan Radez authored
Change-Id: I41881c914494e329570c76fba9f4e0f1dce50e50
-
- 03 Dec, 2015 2 commits
- 01 Dec, 2015 1 commit
-
-
Dan Radez authored
- make sure we connect to Instack - enable the ping site to be configurable - put ntp server in a variable so it can be made configurable later Change-Id: I2ec30f6bab0b48ec878bd25790145f7fff00964a
-
- 25 Nov, 2015 1 commit
-
-
Dan Radez authored
JIRA: APEX-35 Change-Id: Iebbf85bd59844716961c27bb81ff7bbda2d1a1bf
-
- 19 Nov, 2015 2 commits
-
-
Dan Radez authored
- virtual deploys still expect to pull pre-canned files from $CONFIG dir - non-virtual deploys now expect an instackenv.json and network-environment.yaml file in pwd on deploy JIRA: APEX-41 JIRA: APEX-49 Change-Id: Ib61ac7448917ec1ea728c23cb3406feab9058f77
-
Dan Radez authored
Change-Id: I2a506f95036b897309dbaf9120426bdf3f4a6337
-
- 17 Nov, 2015 1 commit
-
-
Dan Radez authored
- separating external traffic from internal traffic JIRA: APEX-41 Change-Id: Idcd01a514083c53a3133a75d3bcabf824a7a4377
-
- 12 Nov, 2015 1 commit
-
-
Dan Radez authored
The instackenv has 5 nodes in it but we were only putting two back into the pool. This patch puts all 5 back in the pool but doesn't throw the ha flags JIRA: APEX-45 Change-Id: I1c539eafca9ed2f674a1a954f75c175fe9efc5bb
-
- 08 Nov, 2015 1 commit
-
-
Dan Radez authored
- replacing the echo | cut with bash string slicing - replacing underscores with dashes in long args - adding no-ha to the usage display Change-Id: Ie87709c60a485bbcd97f168207e03d43bd85f24a
-
- 07 Nov, 2015 1 commit
-
-
Dan Radez authored
Change-Id: Iaaf5cbc790abd3b7af6f94b4e6d7e8ecfbbc6534
-
- 04 Nov, 2015 1 commit
-
-
Dan Radez authored
- updating end user output - adding option to ssh to supress excessive warnings Change-Id: Ibe44b4a580bcb1e60899b8f8aca8cbadc8e447a9
-
- 02 Nov, 2015 1 commit
-
-
Tim Rozet authored
Defaults the deploy to use HA and adds new param for using non-HA. JIRA: APEX-40 Change-Id: Ib3fc8b31ea13a3c590ceaa875197b4b9c1bb55a1 Signed-off-by:
Tim Rozet <trozet@redhat.com>
-
- 26 Oct, 2015 1 commit
-
-
Dan Radez authored
removing libvirt package depenency, qemu-kvm maybe enough probably will have to evolve this list over time remove the openvswitch agent bounce from deploy this was a workaround for a bug that has been fixed Change-Id: Iad556da3b08cca234bd4d584b1a42b6fa45d6e4f Signed-off-by:
Dan Radez <dradez@redhat.com>
-
- 22 Oct, 2015 1 commit
-
-
Dan Radez authored
- adding virtual and jenkins support tested - adding config file parameters to deploy - instack virt-sparsify disabled for now - adding clean script Change-Id: I26b5968e64fa79af166b11422f5d73812d8e96d1 Signed-off-by:
Dan Radez <dradez@redhat.com>
-
- 31 Aug, 2015 1 commit
-
-
Dan Radez authored
Change-Id: Ic193e3d10537da7b669e2d709d06fff176a21658 Signed-off-by:
Dan Radez <dradez@redhat.com>
-