summaryrefslogtreecommitdiffstats
path: root/packer/templates
AgeCommit message (Collapse)AuthorFilesLines
2023-05-03Refactor: Update for pre-commitAndrew Grimberg3-9/+3
Change-Id: Ib15a07129c3e6a29ed75681af13c93e45a39a3e5 Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2023-03-29Fix: Update memcached packer templateJessica Wagantall1-3/+3
Update memcached packer template provisioner to pick up the ansible tools installed under the venv. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ia8234567c6dbf25021c2b51beea43717238655b5
2023-03-22Fix: Update redis templateAnil Belur1-3/+3
Update redis template provisioner to pick up the ansible tools installed under the venv. Issue-ID: CIMAN-33 Change-Id: I9bee4b2274565e887bf2e5cbfaf6792d087c3e44 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2023-03-22Fix: Update helm packer templateAnil Belur1-3/+3
Update helm packer template provisioner to pick up the ansible tools installed under the venv. Issue-ID: CIMAN-33 Change-Id: If43a26d157f2c4da2714962e4df4a2c8922ab1d2 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2022-04-23Fix: Update arch and flavor in memcached templateAnil Belur1-1/+3
When you list images arch shows up empty. Use V3 flavor over V1. Issue-ID: CIMAN-33 Change-Id: I587c13ab90a9f2611f1cac8c3a3394be0ef68681 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2022-04-23Fix: Update arch and flavor in helm templateAnil Belur1-1/+3
When you list images arch shows up empty. Use V3 flavor instead of V1. Issue-ID: CIMAN-33 Change-Id: I31bd7fd66ef4507d1aedcb6af0ad8a1fbff11a1d Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2021-07-14Drop AVAILABILITY_ZONEMohammed Naser3-3/+0
By default, OpenStack will schedule you into the right availablity zone that has capacity, hard coding this can potentially result in not being able to provision new virtual machines. This patch drops the hard-wired value and lets Nova on the scheduling size pick the correct availability zone. Issue-ID: CIMAN-407 Change-Id: I4524c3c48595f79c903f159a81e3bb138dd9e9d0 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2021-03-18Set builder name and type to "openstack"Anil Belur3-3/+3
Based on the input provided on the Gihub packer issue hard-coded for our parser to be able to decode the rest of the config properly." This would require to hardcode the builder name and type in the templates. This change requires an update in global-jjb v0.60.3 and common-packer v0.7.4. Change-Id: I506959b8c1999619877432ebba7a6947ce0b0c2c LF-JIRA: https://jira.linuxfoundation.org/browse/RELENG-3448 Issue-ID: CIMAN-33 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-10-25Update memcached/redis packer templatesJessica Wagantall2-2/+2
Update memcached and redis image information to an available one. Change-Id: Id8bd716894ea722d65650897b1bec92afade350d Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-27Expand rendered image name to include sec and msAnil Belur3-4/+4
Expand rendered image name to include seconds and milliseconds. This reduces the probability of image name collisions on the cloud from 1/60 to 1/60000. The initial change Ic1853ba7566def397b8bce389e2779fe3020c7ce was reverted, since the change had issues bringing up an instance on the OpenStack cloud provider. This was because the default `instance_name` value is taken as the `image_name`, when the instance_name is unset, the instance_name does not allow FQDN format hostname ending with a period+number. The workaround is to use separate `instance_name` parameter in your builder which does not end with period+number. Fixed upstream in common-packer [1.]. [1.] https://gerrit.linuxfoundation.org/infra/#/c/10986/ JIRA: https://jira.linuxfoundation.org/browse/RELENG-971 Issue-ID: CIMAN-168 Change-Id: I451dd8956fbd2b97a47b5064d9802108f4fc3115 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-07-24Fix memcache/redis packerJessica Wagantall2-60/+81
Update common packer - Remove centos unused distros - Add memcache and redis yaml file - Update json templates Change-Id: I1092d4a7ce957c8c31780045639b0819933af588 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-05-21Add helm and kubernetes build imageJeremy Phelps1-0/+64
Change-Id: I852052abd33bbcdfb0a3b5a95fbc6f02d86113e6 Issue-ID: CIMAN-155 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-03-27Upgrade to common-packerJessica Wagantall3-107/+2
- Enable builder.json - Relove unused provision scripts - Update ci-management-packer-jobs - Update builder.yaml Change-Id: I0c9abcd33fd3acb84690863dca966a01731dc64c Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-25Add memcached to Jenkins build environmentGary Wu1-0/+54
Change-Id: Ieb29292035d599c2114f32e0d50bdb4bb463fd29 Issue-id: INT-114 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-08-04Add packer environment with redis installedGary Wu1-0/+54
Change-Id: I964f7a3811df7d5aff61c93fcdaef6307b50373f Issue-id: CIMAN-14 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-05-03Initial coala delint (packer)Andrew Grimberg2-4/+6
Initial coala delint for packer Issue: CIMAN-2 Change-Id: I2ccd6ee569d6cbe4bcc842a1228ca6b6375141f6 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-07Configure docker imageAndrew Grimberg2-55/+2
Create a docker image, this is based on the Open-O robot image Change-Id: I4f16494da4605753f09257107889210488ec0512 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-01-30Initial ci-management uploadAndrew Grimberg3-0/+158
* Configure initial jobs and validate Jenkins environment * Do not hook up packer build jobs at this time Change-Id: I1818e8680d215318410f6beff5af054db03e7fa1 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>