README.md in open-dock-0.0.10 vs README.md in open-dock-0.0.11

- old
+ new

@@ -124,28 +124,30 @@ # image: ubuntu/postgresql ``` Create containers at host: `ops ship host example.com` -### Commands +### TODO: Configuration with Chef -Create/delete domain names, create/delete hosts and ship/unship hosts: +Configuration with chef commands -* `ops create host HOST_NAME` create the host defined by the name of the file in the 'ops/hosts' folder. -* `ops delete host HOST_NAME` -* `ops create domain DOMAIN_NAME [IP_ADDRESS]` create a domain to be managed by DigitalOcean. -* `ops delete domain DOMAIN_NAME [IP_ADDRESS]` -* `ops ship host HOST_NAME` run the containers in the host. -* `ops unship host HOST_NAME` +* `ops configure CONTAINER_NAME HOST_NAME`: configure with chef a container in host. Here you need to install knife-solo gem. + * knife solo cook [container_user]@[HOST_NAME] -p [container_ssh_port] -### TODO: Configuration with Chef +### Commands -Configuration with chef commands +Create/delete domain names, create/delete hosts and ship/unship hosts: -* `ops configure host HOST_NAME`: configure with chef all containers in host. Here you need to install knife-solo gem. - * knife solo cook [container_user]@[container_dns_name] -p [container_ssh_port] +* `ops create HOST_NAME` create the host defined by the name of the file in the 'ops/hosts' folder. +* `ops delete HOST_NAME` +* TODO: `ops recreate HOST_NAME` delete/create the host. +* `ops ship HOST_NAME` run the containers in the host. +* `ops unship HOST_NAME` +* TODO: `ops reship HOST_NAME` unship/ship all containers from host. +* TODO: `ops configure CONTAINER_NAME HOST_NAME` configure container with chef. + ## Contributing 1. Fork it ( https://github.com/[my-github-username]/open-dock/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) @@ -158,6 +160,12 @@ ## Release notes ### v0.0.10 -* First publication: split 'open-dock' gem from 'prun-ops' gem +* First publication: split 'open-dock' gem from 'prun-ops' gem + +### v0.0.11 + +* Remove create/delete domain commands +* Remove "host" word from all commands +* Remove /ops folder from providers, hosts and containers subfolders \ No newline at end of file