Skip to content

Commit

Permalink
Merge pull request #8 from fabriziopandini/pycompose
Browse files Browse the repository at this point in the history
declarative approach added
  • Loading branch information
fabriziopandini authored Nov 1, 2016
2 parents e91fdcb + 66df751 commit c53b686
Show file tree
Hide file tree
Showing 16 changed files with 1,476 additions and 784 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ Gemfile.lock
Vagrantfile

# Test
provisioning
provisioning
declarative.yaml
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# 0.2.2 (December 31, 2015)

breaking changes!
breaking changes!
* nodes instances number defined into node method (instances attributes removed)
* cluster.nodes return only nodes (before nodes with index were returned)

Expand All @@ -31,3 +31,7 @@ other changes:

NB. breaking change
ansible_group_vars_path and ansible_host_vars_path are not supported anymore

# 0.7.0 (November 02, 2016)

* introduced support for declarative cluster definition
Loading

0 comments on commit c53b686

Please sign in to comment.