diff options
Diffstat (limited to 'OPENECOMP-DEMO/vm-config/vm-controller/managers.properties')
-rw-r--r-- | OPENECOMP-DEMO/vm-config/vm-controller/managers.properties | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/OPENECOMP-DEMO/vm-config/vm-controller/managers.properties b/OPENECOMP-DEMO/vm-config/vm-controller/managers.properties new file mode 100644 index 0000000..6786d1b --- /dev/null +++ b/OPENECOMP-DEMO/vm-config/vm-controller/managers.properties @@ -0,0 +1,24 @@ + +org.openecomp.dcae.controller.service.docker.DockerServiceInstance.endpoint=http://IP:PORT +org.openecomp.dcae.controller.service.docker.DockerServiceInstance.user=console +org.openecomp.dcae.controller.service.docker.DockerServiceInstance.password=TBD + +org.openecomp.dcae.controller.service.docker.host.service.DockerHostServiceInstance.endpoint=http://IP:PORT +org.openecomp.dcae.controller.service.docker.host.service.DockerHostServiceInstance.user=console +org.openecomp.dcae.controller.service.docker.host.service.DockerHostServiceInstance.password=MDBmMzE0NTgyMDU1NmVj + +org.openecomp.dcae.controller.service.cdap.cluster.service.CdapClusterServiceInstance.endpoint=http://IP:PORT +org.openecomp.dcae.controller.service.cdap.cluster.service.CdapClusterServiceInstance.user=console +org.openecomp.dcae.controller.service.cdap.cluster.service.CdapClusterServiceInstance.password= NTJhYWU1NzAwMzc3OTk1 +org.openecomp.dcae.controller.service.cdap.cluster.service.CdapClusterServiceInstance.timeout= 600000 + +org.openecomp.dcae.controller.service.common.vm.service.CommonVmServiceInstance.endpoint=http://IP:PORT +org.openecomp.dcae.controller.service.common.vm.service.CommonVmServiceInstance.user=console +org.openecomp.dcae.controller.service.common.vm.service.CommonVmServiceInstance.password=MDBmMzE0NTgyMDU1NmVj + + + + + + + |