Giter Club home page Giter Club logo

ansible-tuleap's People

Contributors

atisne avatar dependabot[bot] avatar lesuisse avatar marclijour avatar tcottier-enalean avatar vaceletm avatar virtualtam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ansible-tuleap's Issues

Requisites should be updated

mysql-server and tuleap-install packages are not longer available in the repos in centOS 7.

TASK [Enalean.Tuleap : Install prerequisite packages] *******************************************************************************************************************************
[DEPRECATION WARNING]: Invoking "yum" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying `name: {{ item 
}}`, please use `name: [u'php-pecl-apc', u'mysql-server']` and remove the loop. This feature will be removed in version 2.11. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.
[DEPRECATION WARNING]: Invoking "yum" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying `name: {{ item 
}}`, please use `name: [u'php-pecl-apc', u'mysql-server']` and remove the loop. This feature will be removed in version 2.11. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.
failed: [centos7-server.name] (item=[u'php-pecl-apc', u'mysql-server']) => {"changed": false, "item": ["php-pecl-apc", "mysql-server"], "msg": "No package matching 'mysql-server' found available, installed or updated", "rc": 126, "results": ["php-pecl-apcu-4.0.11-1.el7.x86_64 providing php-pecl-apc is already installed", "No package matching 'mysql-server' found available, installed or updated"]}
ok: [centos6-server.name] => (item=[u'php-pecl-apc', u'mysql-server'])


TASK [Enalean.Tuleap : Install Tuleap] **********************************************************************************************************************************************
[DEPRECATION WARNING]: Invoking "yum" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying `name: {{ item 
}}`, please use `name: u'{{ tuleap_packages }}'` and remove the loop. This feature will be removed in version 2.11. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.
[DEPRECATION WARNING]: Invoking "yum" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying `name: {{ item 
}}`, please use `name: u'{{ tuleap_packages }}'` and remove the loop. This feature will be removed in version 2.11. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.
ok: [**centos6-server.name**] => (item=[u'tuleap', u'tuleap-install', u'tuleap-core-subversion', u'tuleap-plugin-agiledashboard', u'tuleap-plugin-graphontrackers', u'tuleap-theme-flamingparrot', u'tuleap-theme-burningparrot', u'tuleap-documentation', u'tuleap-api-explorer', u'tuleap-plugin-ldap', u'tuleap-plugin-mediawiki', u'php-mediawiki-tuleap-123', u'tuleap-plugin-git-gitolite3'])
failed: [**centos7-server.name**] (item=[u'tuleap', u'tuleap-install', u'tuleap-core-subversion', u'tuleap-plugin-agiledashboard', u'tuleap-plugin-graphontrackers', u'tuleap-theme-flamingparrot', u'tuleap-theme-burningparrot', u'tuleap-documentation', u'tuleap-api-explorer', u'tuleap-plugin-ldap', u'tuleap-plugin-mediawiki', u'php-mediawiki-tuleap-123', u'tuleap-plugin-git-gitolite3']) => {"changed": false, "item": ["tuleap", "tuleap-install", "tuleap-core-subversion", "tuleap-plugin-agiledashboard", "tuleap-plugin-graphontrackers", "tuleap-theme-flamingparrot", "tuleap-theme-burningparrot", "tuleap-documentation", "tuleap-api-explorer", "tuleap-plugin-ldap", "tuleap-plugin-mediawiki", "php-mediawiki-tuleap-123", "tuleap-plugin-git-gitolite3"], "msg": "No package matching 'tuleap-install' found available, installed or updated", "rc": 126, "results": ["tuleap-11.1.99.27-1.el7.noarch providing tuleap is already installed", "No package matching 'tuleap-install' found available, installed or updated"]}

Cannot access to trackers after updating from Tuleap 8.9 to 8.12

Hi,

I tried to update from Tuleap 8.9 to 8.12 by changing the "tuleap_packages_state" variable to "latest".
It was OK until I noticed I wasn't able anymore to access to the tracker plugin.

The solution seems to be to add "tuleap-plugin-tracker" to the list of "tuleap_packages".

Pierre

Timeout; Operation too slow

I'm getting the following error on the Tuleap Task:

TASK [Enalean.Tuleap : Install Tuleap]
...
Timeout on https://tuleap.net/pub/tuleap/yum/rhel/7/
stable/x86_64/tuleap-12.1-1.el7.noarch.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\n\n\nGPG key retrieval failed: [Errno 12] Timeout on https://tuleap.net/pub/tuleap/yum/gpg.key: (28, 'Operation too slow. Less than 1000 bytes/sec
transferred the last 30 seconds')
...

Is this really a problem with the mirror?
Can I force a specific mirror somehow?

I attached the complete log.

tuleap-error.log

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.