updated docs
diff --git a/README b/README deleted file mode 100644 index 069c02d..0000000 --- a/README +++ /dev/null
@@ -1,5 +0,0 @@ -Apigee OPDK Playbook Maintenance Cassandra Replication Factor -============================================================= - -This playbook uses the cassandra roles to modify the Cassandra Replication Factor. -
diff --git a/README.md b/README.md index 4f115fe..f40f251 100644 --- a/README.md +++ b/README.md
@@ -18,4 +18,14 @@ ```ansible-playbook update.yml -vv -b -e replication_factor=3``` ### Tags -The tasks of this playbook have been partitioned work between datacenter \ No newline at end of file +Playbook Name | Tag Name | Description +--- | --- | ---- +update.yml | dc-1 | All tasks on dc-1 only +update.yml | dc-2 | All tasks on dc-2 only +update.yml | restart | Restart apigee components other than ds profile components +replication_factor_update.yml | cache | Update ansible cache, includes apigee specific attributes +replication_factor_update.yml | update | Update replication factor +replication_factor_update.yml | repair | Perform nodetool repair +replication_factor_update.yml | restart | Restart all apigee components on the node +replication_factor_update.yml | stop | Stop all apigee components on the node +replication_factor_update.yml | start | Start all apigee components on the node