install-coprhd

install-coprhd.ps1 will install the latest coprhd ( open-source emc vipr, see https://coprhd.github.io/ ).
start the deployment with

.\install-coprhd.ps1 -Defaults

as a base, an OpenSuse Master image is required and will be downloaded from labbuildr repo on azure.
image

after successful download, the base machine is built
image the configuration of the machine will be adjusted to meet the requirements of CoprHD once the basic machine config is done, the machine will be started and the basic network configuration is done. make sure to have a proper default gateway / openwrt installed for the virtual machine to access the internet.

image

right after the basic network configs and ssh configuration is finished, the machine will clone into CoprHD on GitHub all bash command issued will be displayed form invoke-vmxbash ( vmxtoolkit bash for powershell ) with a state of success or failed.

image
the log written under /tmp for the installation can be viewed from inside the vm with

tail -f /tmp/installPackages.log

the log used can be taken form the powershell command ( in this example installPackages.log ).
image

a zypper cache is installed in your sources directory, to speed up subsequent deployments of coprhd.
image

the same applies to the build process of CoprHD
image

image
once CoprHD is installed, the deployment has finished.
image
in order to access the UI for further configuration, you may need to restart the vm. login to the ui with root/ChangeMe
image
during the initail setup, you are asked to change the passwords:
image
enter your dns server ( e.g. dcnode and or OpenWRT ) as well as ntp server. if building in default labbuildr environment, the dcnode can be used as ntp.
image
you may finish now or enter an smtp server.
here is an example for using Office365 as smtp relay:
image