Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Trying to make Odoo on Clouder 0.9.0 work #214

Open
thomaspaulb opened this issue Feb 11, 2017 · 4 comments
Open

Trying to make Odoo on Clouder 0.9.0 work #214

thomaspaulb opened this issue Feb 11, 2017 · 4 comments

Comments

@thomaspaulb
Copy link

Have been able to install the "salt master" and "salt minion" containers, but when I try to install any other, for example a Postgresql container, I am getting this error:

2017-02-11 18:05:43 : command : docker exec sfit-salt-exec bash -c  "salt sfit.mydomain.tla state.apply container_purge pillar=\"{'container_name': 'sfit-psql-data'}\" "
2017-02-11 18:05:45 : stdout : No minions matched the target. No command was sent, no jid was assigned.

And I don't see the associated images or containers on my server anywhere. What should I do?

@YannickB
Copy link
Owner

Hello thomas,

As this point, I think it's better to look at the master branch now, and use the oneclick http://clouder.readthedocs.io/en/latest/getting-started.html

We'll drop the salt use for now, it's too complicated to jump in and, like the error you had, sometimes minions have trouble to contact salt master.

Let us know if you manage to make the master branch working for you.

@thomaspaulb
Copy link
Author

thomaspaulb commented Feb 11, 2017 via email

@YannickB
Copy link
Owner

My dev environment is Clouder on Odoo9, deploying Odoo10. Shall work on Clouder on Odoo 10 though.

@renzo1974
Copy link

The modules of master branch are not visible in Odoo 9.0 because of missing openerp.py file. So I had to run the following command to rename all the manifest files back to the old name.

for x in $(find . -name __manifest__.py); do mv $x $(echo "$x" | sed 's/__manifest__/__openerp__/'); done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants