Hi,
all!
I want to add an cartridge on apache stratos,and the guide told me that i
need configure the puppet master first.Then i read the falling
pages:
https://cwiki.apache.org/confluence/display/STRATOS/4.1.x+Configuring+Puppet+Master
But after i run the “ ./puppetinstall -m -d test.org” The script can not
know the OS X system,it seems that the script “puppetinstall” only can run on
the Debian,RedHat,SUSE as the snippet from the script shown to me.
--------------------------------------snippet from the script
“puppetinstall”————————————————
“function get_distro(){
# Check for distribution
print_message "Checking for the distribution ... "
if [ -f /etc/debian_version ]; then
OSDIST="Debian"
print_ok
elif [ -f /etc/redhat-release ]; then
OSDIST="RedHat"
print_ok
elif [ -f /etc/SuSE-release ]; then
OSDIST="SUSE"
print_ok
else
OSDIST="unknown"
print_ok
fi
}
“
--------------------------------------snippet from the script
“puppetinstall”————————————————
Then i try to install the puppet master manually with the help of
following page
http://docs.puppetlabs.com/puppet/3.8/reference/post_install.html
But the progress of installation includes pre-install and
post-install.After I finish the pre-install and some part of the post install.I
get a loss what to do then . it seems a litter hard for me.
I want to save time and need some help who run the stratos on the OS X
just like me.Please,Thanks!