Cloud Installation

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (7)

View Page History
To create an empty PVC, just instantiate the following Roboconf components provided with the Petals Roboconf template:
* {{PetalsRegistry-VM}},
* {{PetalsRegistryMaster}}, {{PetalsRegistryBootstrap}},
* {{PetalsRegistrySlave}},
* {{PetalsContainer-VM}},
* {{PetalsContainerBootstrap}},
* {{PetalsContainer}}.

Instance names of {{PetalsRegistryMaster}} {{PetalsRegistryBootstrap}} and {{PetalsRegistrySlave}} are used as Petals Registry member identifiers like the instance names of {{PetalsContainerBootstrap}} and {{PetalsContainer}} for the Petals container identifiers.

{section}
name: registry-bootstrap-vm;

instance of PetalsRegistryMaster PetalsRegistryBootstrap {
name: registry-bootstrap-node;
}
name: registry-vm-1;

instance of PetalsRegistrySlave {
name: registry-node;
}
name: registry-bootstrap-vm;

instance of PetalsRegistryMaster PetalsRegistryBootstrap {
name: registry-bootstrap-node;
}
name: registry-vm-1;

instance of PetalsRegistrySlave {
name: registry-node-1;
}