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
h3. Creating an empty PVC

To create an empty PVC, just instantiate these components as:
{gliffy:name=PVC|size=M|version=2}

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

{section}
{column}
{gliffy:name=EmptyPVCModel|size=ML|version=3}
{column}
{column}

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

memberId: registry-node-1;
}
}

instance of PetalsContainer {
name: container-node-1;

containerId: container-node-1;
}
}