HP Operations Orchestration Community Edition
2.8K
######################################################################## Please Note! We have created a new repo for HP Software images, and we will maintain the OOCE image there.
From now on, please pull from hpsoftware/ooce:
https://registry.hub.docker.com/u/hpsoftware/ooce/
########################################################################
HP Operations Orchestration Community Edition images
The images in the repository include HP Operations Orchestration Community Edition Central Server with deployed content for orchestrating Docker, Puppet, Nexus, Jenkins and more. It uses a Postgres 9.3 DB.
Volumes: "/etc/postgresql", "/var/log/postgresql", "/var/lib/postgresql"
Exposed Ports: 8080(http),8443(https),5432(Postgres)
HP OO Central logs are located in /usr/local/hp/oo/central/var/logs
The documentation for the deployed content packs is saved in /usr/local/hp/oo/content
Database Administrator credentials: User: postgres Password: foobar
Usage:
sudo docker run -t -i --name ooce -p 0000:8080 -p 0000:8443 -p 0000:5432 -d hpoo/ooce:latest
Then run the docker ps command in order to see which ports on your docker host were allocated. It takes about two minutes until Central is up. To access Central, open a browser to http://:
The images are tagged in the following format: .
e.g. The first image for OOCE 10.20 is tagged as 10.20.1
In case you want to create new flows and operations, you will need the Windows based HP Operations Orchestration Studio. In order to install OO Studio and develop your own content:
Copy the studio installation and the content packs from your container (named ooce in this example) to your Docker host: docker cp ooce:/usr/local/hp/oo/content/. .
Copy the files from your Docker host to you Windows desktop.
Install HP OO Studio (community-installer-win64-studio.exe).
Open Studio and deploy the content packs.
For more details, guides and documentation of HP Operations Orchestration, visit us at https://hpln.hp.com/group/operations-orchestration
Content type
Image
Digest
sha256:aaa8e4c9b…
Size
4.2 GB
Last updated
almost 11 years ago
docker pull hpoo/ooce