mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Add development and testing doc.
This commit is contained in:
@@ -31,7 +31,9 @@ helper-script `bin/ansible-with-atl-env` and the corresponding
|
||||
|
||||
(None currently; TBW)
|
||||
|
||||
## Development philosophy
|
||||
## Development
|
||||
|
||||
### Development philosophy
|
||||
|
||||
The suite is intended to consist of a number of small, composable roles that can
|
||||
be combined together into playbooks. Wherever possible the roles should be
|
||||
@@ -48,6 +50,11 @@ them natively (e.g. the `jira_config` role depends on the `atl_cluster_node_id`
|
||||
var being defined; on AWS this is provided by the `aws_common` role, which
|
||||
should be run first).
|
||||
|
||||
### Development and testing
|
||||
|
||||
See [Development](DEVELOPMENT.md) for details on setting up a development
|
||||
environment and running tests.
|
||||
|
||||
## Ansible layout
|
||||
|
||||
* Helper scripts are in `bin/`. In particular the `bin/ansible-with-atl-env`
|
||||
|
||||
Reference in New Issue
Block a user