Are you really trying to deploy 6.0.0? It looks like 6.1.1 should be available.
As of Core version 6.0, we started publishing self-extracting Docker images, instead of opening up the Docker repositories for public access. The Core installation guide, starting at around chapter 5, walks through importing those Docker images so that Control Center shouldn't attempt to do the Docker image pull.
Hope this helps.
Subject: |
RE: Zenoss Core 6.0.0 deploy error |
Author: |
Peter Dragon |
Posted: |
2018-03-19 14:34 |
Adding Zenoss Core to a standard deployment As per the Chapter 5 instructions
[root@jaxdvzen01 ~]# chmod +x /root/install-zenoss-*.run
[root@jaxdvzen01 ~]# for image in install-zenoss-*.run
> do
> /bin/echo -en "\nLoading $image..."
> yes | ./$image
> done
Loading install-zenoss-core_6.1_6.1.0_1.run...
Docker image imported locally
[root@jaxdvzen01 ~]# docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
zenoss/core_6.1 6.1.0_1 0d75b2aab3a0 3 months ago 1.522 GB
zenoss/serviced-isvcs v40 88cd6c24cc82 2 years ago 828.1 MB
zenoss/isvcs-zookeeper v3 46fa0a2fc4bf 2 years ago 443.6 MB
[root@jaxdvzen01 ~]# serviced template add /opt/serviced/templates/zenoss*.json
e462901e09ea519948e47e7926d0a9a9
[root@jaxdvzen01 ~]# serviced template list
TemplateID Name Description
e462901e09ea519948e47e7926d0a9a9 Zenoss.core Zenoss Core
[root@jaxdvzen01 ~]# serviced template deploy e462901e09ea519948e47e7926d0a9a9 default zenoss6-d
Deploying template - please wait...
Error: image zenoss/core_6.1:6.1.2_1 not found
Still no joy...
------------------------------
[Peter] [Dragon]
------------------------------
Subject: |
RE: Zenoss Core 6.0.0 deploy error |
Author: |
Peter Dragon |
Posted: |
2018-03-19 14:58 |
I see part of the issue, when doing the "yum --enablerepo=zenoss-stable install -y zenoss-core-service" it installed "zenoss-core-6.1.2_1.json" and the issue I am getting is like the OP's issue. But the work around to import the .run file off the download link only offers the .run version 6.1.1, and not the 6.1.2...
Is there a link to that version I am just not seeing?
------------------------------
[Peter] [Dragon] IT Engineer
------------------------------
Subject: |
RE: Zenoss Core 6.0.0 deploy error |
Author: |
Peter Dragon |
Posted: |
2018-03-19 15:28 |
I was able to correct my issue, by removing the rpm for 6.1.2, which came from the stable repository. and manual downloaded the 6.1.0 rpm and then did a manual install of it. Then I was able to import the image template as there was no version mismatch.
So it looks like a issue with the .rpm for 6.1.2 when using the stable repo. Manually rolling back to 6.1.0 works fine.
------------------------------
[Peter] [Dragon] IT Engineer
------------------------------
Subject: |
RE: Zenoss Core 6.0.0 deploy error |
Author: |
Mark Nettmann |
Posted: |
2018-05-30 07:53 |
I am getting a similar issue, with 6.1.
I am following the official guide here:
Core Installation Guide 6.1.2 | Zenoss
I am getting this:
[root@zenoss5 ~]# serviced template deploy d1a6b0cfebe4302c42282b4109dbd97c default Production
Deploying template - please wait...
API error (404): {"message":"pull access denied for zenoss/core_6.1, repository does not exist or may require 'docker login'"}
[root@zenoss5 ~]#
I have created a docker hub account, and tried 'docker login' and have the same error.
I would really appreciate some help. I dont know which RPM to remove as I understood this to be a docker container, not a stand alone package.
Same issue here:
Installation/Getting Started.
Any help or pointers appreciated.
------------------------------
Mark Nettmann
Mech Warrior
LSD
------------------------------