changes for 2.0
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
2f30ebf1f0
commit
24cbc1b717
2 changed files with 6 additions and 1 deletions
5
README
5
README
|
@ -154,6 +154,11 @@ working, break your setup or eat the tree in your garden.
|
||||||
|
|
||||||
### Upgrading from 1.7 to 2.0
|
### 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
|
### Upgrading from 1.6 to 1.7
|
||||||
|
|
||||||
* If you used the global explorer **hardware_type**, you need to change
|
* If you used the global explorer **hardware_type**, you need to change
|
||||||
|
|
|
@ -171,7 +171,7 @@ __object::
|
||||||
__object_id::
|
__object_id::
|
||||||
The type unique object id.
|
The type unique object id.
|
||||||
Available for: type manifest, type explorer, type gencode
|
Available for: type manifest, type explorer, type gencode
|
||||||
__self::
|
__object_fq::
|
||||||
The full qualified name of the current object.
|
The full qualified name of the current object.
|
||||||
Available for: type manifest, type explorer, type gencode
|
Available for: type manifest, type explorer, type gencode
|
||||||
__target_host::
|
__target_host::
|
||||||
|
|
Loading…
Reference in a new issue