- 07 Dec, 2015 1 commit
-
-
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>
-
- 04 Dec, 2015 2 commits
- 03 Dec, 2015 3 commits
- 02 Dec, 2015 2 commits
-
-
Dan Radez authored
- switching to updated source from RDO project - adding md5sum check Change-Id: Ib7b7172596ae38522694090529e81db3cc7ff03d
-
Tim Rozet authored
yaml inputs are broken up into: -build settings -deploy options -network definition -pod baremetal information JIRA: APEX-53 Change-Id: Iee85b17beb37ce82bf9312dcce61e09ae924dfc5 Signed-off-by:
Tim Rozet <trozet@redhat.com>
-
- 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
-
- 20 Nov, 2015 1 commit
-
-
Dan Radez authored
-
- 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
-
- 18 Nov, 2015 3 commits
-
-
Dan Radez authored
- adding isohybrid so isos can be written to a USB - adding base group to yum comps file for iso install Change-Id: I3a8bda84b1a704f01e433f43533e63452f1a6e83
-
Dan Radez authored
Change-Id: If748e8fade74d3764c624f2b3a790421be4667e2
-
Dan Radez authored
- adding vol-delete to help ensure volumes are cleaned up - adding brbm clean up Change-Id: I3cbb79b09c6ac77dbc3c452938dbd6a6d03c815b
-
- 17 Nov, 2015 1 commit
-
-
Dan Radez authored
- separating external traffic from internal traffic JIRA: APEX-41 Change-Id: Idcd01a514083c53a3133a75d3bcabf824a7a4377
-
- 16 Nov, 2015 1 commit
-
-
Tim Rozet authored
-
- 13 Nov, 2015 1 commit
-
-
Dan Radez authored
Change-Id: I6a0a63f04c0693b9dd2f4a137475ef00c2377455
-
- 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
-
- 11 Nov, 2015 1 commit
-
-
Tim Rozet authored
-
- 09 Nov, 2015 1 commit
-
-
Dan Radez authored
Change-Id: I4e18bc0ddfb39a11c75070012743e6a68ecb70f6
-
- 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 3 commits
- 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>
-
- 20 Oct, 2015 1 commit
-
-
Dan Radez authored
Change-Id: I6564c384db33a18f851dc35de6e1cb52e919753d Signed-off-by:
Dan Radez <dradez@redhat.com>
-
- 16 Oct, 2015 3 commits
-
-
Dan Radez authored
- clearing out the glance image builds, we download those from RDO - cleaning out the underlay attachment, that should happen in the deployment - no need to start the instack VM back up since the glance images are being downloaded Change-Id: I82098c9e908d58a704ce8b183d902032dd056be5 Signed-off-by:
Dan Radez <dradez@redhat.com>
-
Tim Rozet authored
-
Dan Radez authored
- increasing memory and vcpus for the VM - dumping yum cache - virt-sparsifying the instack disk image - remove cleaning stack dir so we actually cache its contents Change-Id: Ie35a2daeba69a1b53a749ef3423ac6356408ff97 Signed-off-by:
Dan Radez <dradez@redhat.com>
-
- 15 Oct, 2015 1 commit
-
-
Dan Radez authored
Change-Id: Id34ae51c351abc6793a4afa484c86b2e2c8e56e8 Signed-off-by:
Dan Radez <dradez@redhat.com>
-
- 14 Oct, 2015 1 commit
-
-
Dan Radez authored
Change-Id: I61cd1ff95c0940dcc5ef7d8dfcab507c5609b072 Signed-off-by:
Dan Radez <dradez@redhat.com>
-
- 09 Oct, 2015 2 commits
-
-
Dan Radez authored
Change-Id: I17a7bef84af194063f748773131dd3b8dc7c72dc Signed-off-by:
Dan Radez <dradez@redhat.com>
-
Dan Radez authored
Change-Id: Id03828b1a61c2f9a3c56821d8ca31f2d82251c9b Signed-off-by:
Dan Radez <dradez@redhat.com>
-
- 08 Oct, 2015 1 commit
-
-
Tim Rozet authored
Also fixes node vms naming issue where naming is changed from baremetal_x to baremetalbrbm_x in liberty. Change-Id: I8b791d71466d7c5c1037e45839e689a9aac0dd8f Signed-off-by:
Tim Rozet <trozet@redhat.com>
-
- 06 Oct, 2015 1 commit
-
-
Dan Radez authored
cleaning up the VMs after the build and fixing my bad spelling updating the rpm to include all the files nessesary to launch instack adding brbm to the build and rpm fixing stack directory creation adding glance images to the rpm Change-Id: Ia553dfa89bbd16a72139be240f47353eac8867f6 Signed-off-by:
Dan Radez <dradez@redhat.com>
-