You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and it looks like distrib fails to install salt-minion on centos hosts because it try to install using apt-get
$ kitchen converge centos-7
-----> Starting Kitchen (v1.23.2)
-----> Converging <default-centos-7>...
Preparing files for transfer
Preparing salt-minion
Preparing pillars into /srv/pillar
Preparing state collection
neither collection_name or formula have been set, assuming this is a pre-built collection
Preparing state_top
Preparing scripts into /etc/salt/scripts
sudo: apt-get: command not found
sudo: apt-get: command not found
No salt-minion installed, install must have failed!!
salt_install = distrib
salt_url = https://bootstrap.saltstack.com
bootstrap_options =
salt_version = latest
salt_apt_repo = https://repo.saltstack.com/apt/ubuntu/16.04/amd64/
salt_apt_repo_key = https://repo.saltstack.com/apt/ubuntu/16.04/amd64/latest/SALTSTACK-GPG-KEY.pub
salt_ppa = ppa:saltstack/salt
salt_yum_rpm_key = https://repo.saltstack.com/yum/redhat/7/x86_64/archive/latest/SALTSTACK-GPG-KEY.pub
salt_yum_repo = https://repo.saltstack.com/yum/redhat///archive/latest
salt_yum_repo_key = https://repo.saltstack.com/yum/redhat///archive/latest/SALTSTACK-GPG-KEY.pub
salt_yum_repo_latest = https://repo.saltstack.com/yum/redhat/salt-repo-latest-2.el7.noarch.rpm
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: 1 actions failed.
>>>>>> Converge failed on instance <default-centos-7>. Please see .kitchen/logs/default-centos-7.log for more details
>>>>>> ----------------------
>>>>>> Please see .kitchen/logs/kitchen.log for more details
>>>>>> Also try running `kitchen diagnose --all` for configuration
The text was updated successfully, but these errors were encountered:
Hi,
I use this
.kitchen.yml
fileand it looks like
distrib
fails to install salt-minion on centos hosts because it try to install usingapt-get
The text was updated successfully, but these errors were encountered: