Skip to content

Commit

Permalink
Related-Bug: #1488259 - Package xmltodict missing from SMlite and SMg…
Browse files Browse the repository at this point in the history
…r install

The package xmltodict was being installed as part of client postinst
Now brought in through Smgr postinst and SMLite postinst
This will allow starting of SMgr service before Client is installed

Change-Id: Ice433d0c54e9feaf860494c2f07baa7e5f3093cf
  • Loading branch information
nitishkrishna committed Sep 1, 2015
1 parent a11df41 commit cc79d09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/deb_server_manager_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ if [ "$SM" != "" ]; then
fi
else
if [ "$SMLITE" != "" ]; then
echo "Installing Server Manager Lite Package"
echo "$space$arrow$install_str Server Manager Lite"
apt-get -y install contrail-server-manager-lite >> $log_file 2>&1
echo "$space$space$arrow Starting Server Manager Lite Service"
Expand Down
2 changes: 2 additions & 0 deletions common/debian/contrail-server-manager-lite/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ easy_install argparse
easy_install paramiko
easy_install pycrypto
easy_install ordereddict
easy_install pycurl
pip install xmltodict

# Copying the specific puppet conf files needed for provisioning:
cp /etc/contrail_smgr/puppet/auth.conf /etc/puppet/
Expand Down
2 changes: 2 additions & 0 deletions common/debian/contrail-server-manager/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ easy_install argparse
easy_install paramiko
easy_install pycrypto
easy_install ordereddict
easy_install pycurl
pip install xmltodict

# Stage 2: Copy config files into place

Expand Down

0 comments on commit cc79d09

Please sign in to comment.