Commit Graph

42 Commits

Author SHA1 Message Date
Geoff Jacobs
ee759efead ITOPSENG-283 upstream ansible example had wrong syntax 🤦 2019-10-30 11:45:57 +11:00
Geoff Jacobs
7d90e8b65a ITOPSENG-283 more debug 2019-10-30 11:21:34 +11:00
Steve Smith
07e97ba35e DCD-686: Fix some issues with packages on Amazon Linux. 2019-10-09 13:00:53 +11:00
Steve Smith
87ac31ea3a DCD-686: Move back to pipenv-based Ansible installation to work around bugs (again). 2019-10-04 13:55:37 +10:00
Steve Smith
60b823cd02 DCD-686: Try with python3. 2019-10-04 12:10:07 +10:00
Steve Smith
ba25ab8f73 DCD-686: Update to Debian Buster for better compability with Amazon Linux 2. 2019-10-04 11:57:54 +10:00
Steve Smith
5e85f71ae8 DCD-686: Update pipelines config. 2019-10-04 11:39:43 +10:00
Steve Smith
f5ebeaedb0 DCD-686: Amazon Linux 2 has updated its Ansible packages so we can remove pipenv from the installation phase. 2019-10-03 14:23:05 +10:00
Steve Smith
46adc9af3f DCD-686: Move to Python 3.7 and update packages to support AWS operations. 2019-10-03 13:29:21 +10:00
Steve Smith
8888b8c183 DCD-662: Update custom params var name to match QuickStarts. 2019-09-23 09:08:54 +10:00
Steve Smith
84e37e7df9 DCD-658: Rename extra parameter variable for clarity. 2019-09-17 08:48:30 +10:00
Steve Smith
c687f8ab76 DCD-658: Break up commandline for clarity. 2019-09-16 11:56:22 +10:00
Steve Smith
2299596613 DCD-658: Add injection of custom parameters to the ansible commandline. 2019-09-16 11:53:37 +10:00
Varun Arbatti
522706467e Merged in DCD-621-parallelize-builds (pull request #20)
DCD-621 parallelize builds

* DCD-621: Parallelizes tests ny invoking the parralelize script

* DCD-621: Removes leading / to start jira command in product_startup role

* DCD-621: Runs a scenario by name instead of using the all parameter

* DCD-621: A better find all scenarios function to ensure we look at relevant molecule scenarios. Better logging too

* DCD-510: Parallelizes tests further, running in 26 batches on 1 each. The pipeline file is now generated using Jinja

* DCD-510: Adds a pre check stage to verify if number of batches match actual number of scenarios. This test will fail (deliberately)

* DCD-510: Adds a pre check stage to verify if number of batches match actual number of scenarios. Fixes 'test' failure

* DCD-590: Adds note to development.md on how to generate a pipeline file. Adds a makefile and updates a few script commands

* DCD-590: Better documentation in development README document. Updates YML with instructions on how to fix issues with the prevalidation stage

Approved-by: Steve Smith <ssmith@atlassian.com>
Approved-by: Ben Partridge <bpartridge@atlassian.com>
2019-08-30 06:22:53 +00:00
Varun Arbatti
90cd3f5f98 DCD-621: Cleans up comments & extracts batch number to a variable 2019-08-29 16:49:25 +10:00
Varun Arbatti
8cf01382af DCD-621: Changes pipelines to run scenarios in parallel. (9 batches of 3 scenarios each) 2019-08-29 16:12:14 +10:00
Azra Sulthana
2c25fb2020 added /usr/local/bin to PATH 2019-07-17 13:43:31 +05:30
Steve Smith
3eb5af4cd2 DCD-386: Typo 2019-06-14 10:23:40 +10:00
Steve Smith
b12d204267 DCD-386: Use noconfirm for package installation. 2019-06-13 15:58:25 +10:00
Steve Smith
e1dab14a7f DCD-386: Cleanups and clarifications. 2019-06-13 15:30:56 +10:00
Steve Smith
8925cd5af9 DCD-386: Use sync rather than install to use locked package versions. 2019-06-13 15:24:31 +10:00
Steve Smith
5716f863d1 DCD-386: Use pacapt to install pip from the system. 2019-06-13 15:06:29 +10:00
Steve Smith
cda21df138 DCD-386: Initial test of pipenv. 2019-06-13 13:57:56 +10:00
Steve Smith
8aa7f94890 Merge branch 'master' into DCD-386-bitbucket-deployments 2019-06-11 15:25:48 +10:00
Steve Smith
8826f7e4c2 DCD-386: Consistent order for test runs. 2019-06-11 10:59:34 +10:00
Steve Smith
5976b7f706 DCD-386: Use the six module to paper over Python changes. 2019-06-11 09:43:26 +10:00
Varun Arbatti
6ba93d181d DCD-427: pip list with columns display 2019-06-10 18:37:39 +02:00
Varun Arbatti
ce75792ce7 DCD-000: unpins cryptography before ansible install 2019-06-10 18:17:01 +02:00
Varun Arbatti
93ea0b41a7 DCD-000: Updates cryptography before ansible install 2019-06-10 17:57:45 +02:00
Varun Arbatti
8cc8c6b160 DCD-000: Updates setuptools before installing ansible 2019-06-10 17:53:44 +02:00
Ben Partridge
bc0873730c Merged in DCD-407-jdbc-url-for-aurora (pull request #3)
Allow for JDBC Query params and include stderr in bootstrap logs

Approved-by: Steve Smith <ssmith@atlassian.com>
2019-06-04 07:02:41 +00:00
Ben Partridge
6d00d3827e Redirects stderr to stdout in bootstrap script so all logs are output to
logfile
2019-06-04 11:08:28 +10:00
Steve Smith
ecfd5309fc DCD-386: Enable Bitbucket Pipelines testing with Molecule. 2019-06-03 12:14:26 +10:00
Steve Smith
34c05a4645 DCD-224: Make sure we only pick the roles. 2019-05-08 16:34:14 +10:00
Steve Smith
d898ad37de DCD-224: Add quick script to run all molecule tests. 2019-05-08 16:33:01 +10:00
Steve Smith
1ff55764eb DCD-224: Use /bin/bash for compatability. 2019-05-02 15:22:31 +10:00
Steve Smith
2933e3c7af DCD-224: Add wrapper for installing Ansible 2019-04-17 16:15:36 +10:00
Steve Smith
1874454163 DCD-224: Use provided Ansible virtualenv if provided. 2019-04-17 12:43:56 +10:00
Steve Smith
1a0cee7aab DCD-224: Add optional logging of playbook output. 2019-04-08 10:26:12 +10:00
Steve Smith
54baed6cca DCD-224: Add fetching of EC2 metadata and generation of EFS mount from it. 2019-04-01 15:38:26 +11:00
Steve Smith
84cb4ec9ae DCD-224: Add wrapper script to import environment vars from file. 2019-04-01 14:48:06 +11:00
Steve Smith
9c7252821a DCD-224: Add a helper script and local inventory. 2019-03-22 14:20:29 +11:00