changes for 2.0

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-13 22:23:28 +02:00
parent 2f30ebf1f0
commit 24cbc1b717
2 changed files with 6 additions and 1 deletions

5
README
View File

@ -154,6 +154,11 @@ working, break your setup or eat the tree in your garden.
### Upgrading from 1.7 to 2.0
* Ensure python (>= 3.2) is installed on the server
* Use "cdist config host" instead of "cdist-deploy-to host"
* Use "cdist config -p host1 host2" instead of "cdist-mass-deploy"
* Use **\_\_object_fq** instead of **\_\_self** in manifests
### Upgrading from 1.6 to 1.7
* If you used the global explorer **hardware_type**, you need to change

View File

@ -171,7 +171,7 @@ __object::
__object_id::
The type unique object id.
Available for: type manifest, type explorer, type gencode
__self::
__object_fq::
The full qualified name of the current object.
Available for: type manifest, type explorer, type gencode
__target_host::