Bug #9706
closedkatello-installer - dev install has several errors reported
Description
Scenario:
- OS: RHEL6
- using katello-deploy
- using the 'direct deployment' install (not vagrant)
- command-line:
./setup.rb --devel --devel-user=username --deployment-dir=/home/username/github/
Issue:
Several errors are reported during the installer run. As a result, when the run is complete the dev install is not actually functional.
E.g.
Installing Notice: /Stage[main]/Katello_devel::Install/Packag [77%]
Could not set 'file' on ensure: No such file or directory - /home/bbucking/github/foreman/config/settings.plugins.d/gutterball.yaml20150310-28188-13bcty8.lock at 14:/usr/share/katello-installer/modules/katello/manifests/plugin/gutterball/config.pp
Could not set 'file' on ensure: No such file or directory - /home/bbucking/github/foreman/config/settings.plugins.d/gutterball.yaml20150310-28188-13bcty8.lock at 14:/usr/share/katello-installer/modules/katello/manifests/plugin/gutterball/config.pp
Installing Error: Could not set 'file' on ensure: No such fil [77%] /Stage[main]/Katello::Plugin::Gutterball::Config/File[/home/bbucking/github//foreman/config/settings.plugins.d/gutterball.yaml]/ensure: change from absent to file failed: Could not set 'file' on ensure: No such file or directory - /home/bbucking/github/foreman/config/settings.plugins.d/gutterball.yaml20150310-28188-13bcty8.lock at 14:/usr/share/katello-installer/modules/katello/manifests/plugin/gutterball/config.pp
Installing Notice: /Stage[main]/Katello_devel::Setup/Katello_ [99%] sudo su bbucking -c '/bin/bash --login -c "rvm use 1.9.3-p448 && bundle install --without mysql:mysql2"' returned 5 instead of one of [0]
/Stage[main]/Katello_devel::Setup/Katello_devel::Rvm_bundle[install --without mysql:mysql2]/Exec[rvm-bundle-install --without mysql:mysql2]/returns: change from notrun to 0 failed: sudo su bbucking -c '/bin/bash --login -c "rvm use 1.9.3-p448 && bundle install --without mysql:mysql2"' returned 5 instead of one of [0]
Installing Notice: /Stage[main]/Katello_devel::Setup/Katello_ [99%] /Stage[main]/Katello_devel::Setup/Katello_devel::Rvm_bundle[install --without mysql:mysql2]/Exec[rvm-bundle-install --without mysql:mysql2]: Failed to call refresh: sudo su bbucking -c '/bin/bash --login -c "rvm use 1.9.3-p448 && bundle install --without mysql:mysql2"' returned 5 instead of one of [0]
/Stage[main]/Katello_devel::Setup/Katello_devel::Rvm_bundle[install --without mysql:mysql2]/Exec[rvm-bundle-install --without mysql:mysql2]: sudo su bbucking -c '/bin/bash --login -c "rvm use 1.9.3-p448 && bundle install --without mysql:mysql2"' returned 5 instead of one of [0]
Installing Notice: /Stage[main]/Katello_devel::Setup/Katello_ [99%] /Stage[main]/Katello_devel::Setup/Katello_devel::Rvm_bundle[exec rake db:migrate]/Exec[rvm-bundle-exec rake db:migrate]: Failed to call refresh: sudo su bbucking -c '/bin/bash --login -c "rvm use 1.9.3-p448 && bundle exec rake db:migrate"' returned 1 instead of one of [0]
/Stage[main]/Katello_devel::Setup/Katello_devel::Rvm_bundle[exec rake db:migrate]/Exec[rvm-bundle-exec rake db:migrate]: sudo su bbucking -c '/bin/bash --login -c "rvm use 1.9.3-p448 && bundle exec rake db:migrate"' returned 1 instead of one of [0]
Installing Notice: /Stage[main]/Katello_devel::Setup/Katello_ [99%] /Stage[main]/Katello_devel::Setup/Katello_devel::Rvm_bundle[exec rake db:seed]/Exec[rvm-bundle-exec rake db:seed]: Failed to call refresh: sudo su bbucking -c '/bin/bash --login -c "rvm use 1.9.3-p448 && SEED_ADMIN_PASSWORD=\"changeme\" SEED_LOCATION=\"Default Location\" SEED_ORGANIZATION=\"Default Organization\" bundle exec rake db:seed"' returned 1 instead of one of [0]
/Stage[main]/Katello_devel::Setup/Katello_devel::Rvm_bundle[exec rake db:seed]/Exec[rvm-bundle-exec rake db:seed]: sudo su bbucking -c '/bin/bash --login -c "rvm use 1.9.3-p448 && SEED_ADMIN_PASSWORD=\"changeme\" SEED_LOCATION=\"Default Location\" SEED_ORGANIZATION=\"Default Organization\" bundle exec rake db:seed"' returned 1 instead of one of [0]
Files
Updated by Eric Helms about 10 years ago
- Category set to Installer
- Status changed from New to Ready For Testing
- Target version set to 67
- Translation missing: en.field_release set to 31
- Triaged changed from No to Yes
- Pull request https://github.com/Katello/puppet-katello_devel/pull/33 added
- Pull request deleted (
)
Updated by Eric Helms over 9 years ago
- Status changed from Ready For Testing to Closed