Stop generating adminrc

We no longer need this file because now providers use the clouds.yaml
file instead.

Change-Id: Ib8888851c4cd60f35673a0d2ce30e99fb2d09c99
This commit is contained in:
Takashi Kajinami 2023-03-21 20:37:19 +09:00
parent 5fd976945d
commit 8f5817258a
3 changed files with 0 additions and 10 deletions

View File

@ -331,8 +331,6 @@ fi
# system status & informations
sudo cp /etc/passwd $LOG_DIR/etc
sudo cp /etc/group $LOG_DIR/etc
sudo cp /root/openrc $LOG_DIR/openrc.txt
sudo chmod 777 $LOG_DIR/openrc.txt
sudo cp -r /etc/openstack $LOG_DIR/etc
sudo chmod 777 $LOG_DIR/etc/openstack/puppet/admin-clouds.yaml
df -h > $LOG_DIR/df.txt

View File

@ -131,13 +131,6 @@ class openstack_integration::keystone (
roles => ['member'],
}
class { 'openstack_extras::auth_file':
password => 'a_big_secret',
project_domain_name => 'Default',
user_domain_name => 'Default',
auth_url => "${::openstack_integration::config::keystone_auth_uri}/v3/",
}
# We need tempest users to have the creator role to be able to store
# secrets in barbican. We do this by adding the creator role to the
# tempest_roles list in tempest.conf.

View File

@ -113,6 +113,5 @@ class openstack_integration::sahara (
Nova_flavor<||> -> Sahara_node_group_template<||>
Class['sahara::keystone::auth'] -> Sahara_node_group_template<||>
Class['openstack_extras::auth_file'] -> Sahara_node_group_template<||>
}
}