-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve tests on Travis + NodeJS/npm + Drop support for Ansible < 2.4 #59
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
352711b
to
2296999
Compare
2296999
to
4942d2a
Compare
…ension in databases
…he name and the locale to use) --HG-- extra : amend_source : 431764418151480683f6daed76049cb48cf4ba58
…plate string: {{ ansible_ssh_user }} (issue OCA#3)
Odoo uses gevent for the live chat feature, which is automatically started when workers are used
This makes it clearer if the server also has plain user accounts
…ntrol on the repository checkout. A checkout will always occured on the first playbook run, even with 'odoo_repo_update: False' (fix issue OCA#8).
…nfig/postgresql/service) + Put some variables in 'vars/main.yml'
Ansible seems to ignore when is not explicitly set to , which may cause the repository to be cloned as the user .
…on is now applied on the 'template1' database (fixing OCA#12)
…nsible manages this now
…es' configuration option (--load command line option) (OCA#43)
* [IMP] Add support for Odoo 10.0 * [FIX] Always generate the Odoo init script even if 'odoo_init' is set to False
…and move condition from main.yml into postgres.yml Note that this no longer functions for odoo_config_db_host as 'localhost' or '127.0.0.1', but that didn't make sense to me anyway
…atibility with Ansible 2.1
…_time' to prevent the false-positive regarding 'changed' state on APT tasks (Ansible 2.2 bug)
Delegating to the current ansible_host works only if the host matches the inventory name and default ssh port is used. Using the inventory name instead will let Ansible do the translation. For example, when using Vagrant we'll have ansible_host=127.0.0.1 and use a random ssh port, wherease ansible_host works as expected.
There's not Xenial package for wkhtmltox 0.12.1, but the trusty one should work just fine Fixes OCA#45
…all extra Debian packages required to run the buildout recipe
…s on the temporary files Ansible needs to create when becoming an unprivileged user...')
…s on the temporary files Ansible needs to create when becoming an unprivileged user...')
…L has changed (gna.org is down)
…on pinned in the Buildout configuration file
… release + Odoo version), it duplicates some data but it's easier to maintain over time
4942d2a
to
96a9301
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This role is now tested on the following systems thanks to LXD:
Other points:
WIP: Support for Debian stretch