Coder Social home page Coder Social logo

sergevs / ansible-serviced-zenoss Goto Github PK

View Code? Open in Web Editor NEW
15.0 7.0 12.0 39 KB

Zenoss Deployment Tool: ansible playbook to deploy docker, serviced control center and zenoss monitoring system

License: MIT License

Shell 72.57% HCL 27.43%
docker zenoss contol-center ansible playbook zenoss-monitoring

ansible-serviced-zenoss's People

Contributors

jadbaz avatar sergevs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ansible-serviced-zenoss's Issues

Incorrect destination directory in "distribute ssh files and keys"

Copying the ssh keys fails with the error:
failed: [35.224.101.16] (item=id_rsa) => {"changed": false, "checksum": "5dd9f8c62a7478a6452786731bd26603f8812659", "item": "id_rsa", "msg": "Destination directory .ssh does not exist"}
failed: [35.224.101.16] (item=id_rsa.pub) => {"changed": false, "checksum": "d1374ff736889ed95d43832fde852fb7b425f53f","item": "id_rsa.pub", "msg": "Destination directory .ssh does not exist"}
failed: [35.224.101.16] (item=authorized_keys) => {"changed": false, "checksum": "d1374ff736889ed95d43832fde852fb7b425f53f", "item": "authorized_keys", "msg": "Destination directory .ssh does not exist"}
failed: [35.224.101.16] (item=known_hosts) => {"changed": false, "checksum": "e59cd5f8c0d6037853d68e4a82911f6102a5a4db", "item": "known_hosts", "msg": "Destination directory .ssh does not exist"}
to retry, use: --limit @/vagrant/zenoss_google/site.retry

In ssh-auth.yml, the copy line:

  • name: distribute ssh files and keys
    copy: src={{ inventory_dir }}/workdir/{{ item }} dest=.ssh/{{ item }} mode=600
    Should be:
  • name: distribute ssh files and keys
    copy: src={{ inventory_dir }}/workdir/{{ item }} dest=/home/{{ serviced_user }}/.ssh/{{ item }} mode=600

Still learning git to submit a pull request.

User/Passwd

HI community,

What is de default username and password to log into the control center ??.

BR,

Edgar

Not serviving restart

I had Zenoss deployed using this ansible script and it was running fine. Yesterday, due to an emergency, the instance needed to be restarted and after reboot, the services are not starting. The main dependency docker is not starting and nothing else is starting.

I can see LVM intact however docker is not starting.

Anyone has seen this issue before?

docker-ce version pinning

Hi!
There is a default version mismatch for docker-ce package on Ubuntu 16.04 installation, so serviced package installation fails.
Workaround:

echo 'Package: docker-ce
Pin: version 17.09.0~ce-0~ubuntu
Pin-Priority: 900' >/etc/apt/preferences.d/docker

Then install.

Storage driver as a variable

I think it would be useful if the storage driver could be specified as a variable to this script.
A simpler request could be to specify whether or not VFS is used as a storage driver.
LVM is sometimes tricky to configure and VFS works out of the box in all environments.

Autodeployment for Linux without Docker

Hello,

Can I use this same playbook to deploy Zenoss Core complete nine yards on native linux debian? If yes, can someone guide on how to proceed?

Thanks,
Mayur Patel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.