update to 1.2.0-25
This commit is contained in:
Родитель
7eddef3532
Коммит
b40d0f4a2b
|
@ -1,8 +0,0 @@
|
|||
FROM ubuntu:14.04
|
||||
ENV tmpdir /opt
|
||||
RUN /usr/bin/apt-get update && /usr/bin/apt-get install -y libc-bin wget openssl curl sudo python-ctypes sysv-rc
|
||||
COPY ./docker /usr/bin/
|
||||
COPY setup.sh main.sh $tmpdir/
|
||||
WORKDIR ${tmpdir}
|
||||
RUN chmod 775 $tmpdir/*.sh; sync; $tmpdir/setup.sh; chmod 755 /usr/bin/docker
|
||||
CMD [ "/opt/main.sh" ]
|
Двоичные данные
1.1.0-239/docker
Двоичные данные
1.1.0-239/docker
Двоичный файл не отображается.
|
@ -1,19 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
service omid start
|
||||
|
||||
if [ -z $INT ]; then
|
||||
/opt/microsoft/omsagent/bin/omsadmin.sh -w $WSID -s $KEY
|
||||
else
|
||||
echo WORKSPACE_ID=$WSID > /etc/omsagent-onboard.conf
|
||||
echo SHARED_KEY=$KEY >> /etc/omsagent-onboard.conf
|
||||
echo URL_TLD=int2.microsoftatlanta-int >> /etc/omsagent-onboard.conf
|
||||
/opt/microsoft/omsagent/bin/omsadmin.sh
|
||||
fi
|
||||
|
||||
sed -i -e 's/^ bind 127.0.0.1$/ bind 0.0.0.0/g' /etc/opt/microsoft/omsagent/conf/omsagent.conf
|
||||
sed -i -e 's/bind 127.0.0.1/bind 0.0.0.0/g' /etc/opt/microsoft/omsagent/conf/omsagent.d/container.conf
|
||||
|
||||
service omsagent start
|
||||
|
||||
sleep inf
|
|
@ -1,14 +0,0 @@
|
|||
TMPDIR="/opt"
|
||||
cd $TMPDIR
|
||||
wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/v1.1.0-239/omsagent-1.1.0-239.universal.x64.sh
|
||||
chmod 775 $TMPDIR/*.sh
|
||||
$TMPDIR/omsagent-1.1.0-239.universal.x64.sh --extract
|
||||
mv $TMPDIR/omsbundle* $TMPDIR/omsbundle
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omi*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/scx*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omsagent*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omsconfig*.deb
|
||||
/$TMPDIR/omsbundle/oss-kits/docker-cimprov-1.0.0-*.universal.x86_64.sh --install
|
||||
rm -rf $TMPDIR/omsbundle
|
||||
rm -f $TMPDIR/omsagent*.sh
|
||||
rm -f $TMPDIR/*.deb
|
|
@ -1,8 +0,0 @@
|
|||
FROM ubuntu:14.04
|
||||
ENV tmpdir /opt
|
||||
RUN /usr/bin/apt-get update && /usr/bin/apt-get install -y libc-bin wget openssl curl sudo python-ctypes sysv-rc
|
||||
COPY ./docker /usr/bin/
|
||||
COPY setup.sh main.sh $tmpdir/
|
||||
WORKDIR ${tmpdir}
|
||||
RUN chmod 775 $tmpdir/*.sh; sync; $tmpdir/setup.sh; chmod 755 /usr/bin/docker
|
||||
CMD [ "/opt/main.sh" ]
|
Двоичные данные
1.1.0-269/docker
Двоичные данные
1.1.0-269/docker
Двоичный файл не отображается.
|
@ -1,19 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
service omid start
|
||||
|
||||
if [ -z $INT ]; then
|
||||
/opt/microsoft/omsagent/bin/omsadmin.sh -w $WSID -s $KEY
|
||||
else
|
||||
echo WORKSPACE_ID=$WSID > /etc/omsagent-onboard.conf
|
||||
echo SHARED_KEY=$KEY >> /etc/omsagent-onboard.conf
|
||||
echo URL_TLD=int2.microsoftatlanta-int >> /etc/omsagent-onboard.conf
|
||||
/opt/microsoft/omsagent/bin/omsadmin.sh
|
||||
fi
|
||||
|
||||
sed -i -e 's/^ bind 127.0.0.1$/ bind 0.0.0.0/g' /etc/opt/microsoft/omsagent/conf/omsagent.conf
|
||||
sed -i -e 's/bind 127.0.0.1/bind 0.0.0.0/g' /etc/opt/microsoft/omsagent/conf/omsagent.d/container.conf
|
||||
|
||||
service omsagent start
|
||||
|
||||
sleep inf
|
|
@ -1,15 +0,0 @@
|
|||
TMPDIR="/opt"
|
||||
cd $TMPDIR
|
||||
#wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/v1.1.0-239/omsagent-1.1.0-239.universal.x64.sh
|
||||
wget https://atlantapublicint2.blob.core.windows.net:443/resources/omsagent-1.1.0-269.universal.x64.sh
|
||||
chmod 775 $TMPDIR/*.sh
|
||||
$TMPDIR/omsagent-1.1.0-269.universal.x64.sh --extract
|
||||
mv $TMPDIR/omsbundle* $TMPDIR/omsbundle
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omi*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/scx*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omsagent*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omsconfig*.deb
|
||||
/$TMPDIR/omsbundle/oss-kits/docker-cimprov-1.0.0-*.universal.x86_64.sh --install
|
||||
rm -rf $TMPDIR/omsbundle
|
||||
rm -f $TMPDIR/omsagent*.sh
|
||||
rm -f $TMPDIR/*.deb
|
|
@ -1,8 +0,0 @@
|
|||
FROM ubuntu:14.04
|
||||
ENV tmpdir /opt
|
||||
RUN /usr/bin/apt-get update && /usr/bin/apt-get install -y libc-bin wget openssl curl sudo python-ctypes sysv-rc
|
||||
COPY ./docker /usr/bin/
|
||||
COPY setup.sh main.sh $tmpdir/
|
||||
WORKDIR ${tmpdir}
|
||||
RUN chmod 775 $tmpdir/*.sh; sync; $tmpdir/setup.sh; chmod 755 /usr/bin/docker
|
||||
CMD [ "/opt/main.sh" ]
|
Двоичные данные
1.2.0-0/docker
Двоичные данные
1.2.0-0/docker
Двоичный файл не отображается.
|
@ -1,19 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
service omid start
|
||||
|
||||
if [ -z $INT ]; then
|
||||
/opt/microsoft/omsagent/bin/omsadmin.sh -w $WSID -s $KEY
|
||||
else
|
||||
echo WORKSPACE_ID=$WSID > /etc/omsagent-onboard.conf
|
||||
echo SHARED_KEY=$KEY >> /etc/omsagent-onboard.conf
|
||||
echo URL_TLD=int2.microsoftatlanta-int >> /etc/omsagent-onboard.conf
|
||||
/opt/microsoft/omsagent/bin/omsadmin.sh
|
||||
fi
|
||||
|
||||
sed -i -e 's/^ bind 127.0.0.1$/ bind 0.0.0.0/g' /etc/opt/microsoft/omsagent/conf/omsagent.conf
|
||||
sed -i -e 's/bind 127.0.0.1/bind 0.0.0.0/g' /etc/opt/microsoft/omsagent/conf/omsagent.d/container.conf
|
||||
|
||||
service omsagent start
|
||||
|
||||
sleep inf
|
|
@ -1,15 +0,0 @@
|
|||
TMPDIR="/opt"
|
||||
cd $TMPDIR
|
||||
#wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/v1.1.0-239/omsagent-1.1.0-239.universal.x64.sh
|
||||
wget https://atlantapublicint2.blob.core.windows.net:443/resources/omsagent-1.2.0-0.universal.x64.sh
|
||||
chmod 775 $TMPDIR/*.sh
|
||||
$TMPDIR/omsagent-1.2.0-0.universal.x64.sh --extract
|
||||
mv $TMPDIR/omsbundle* $TMPDIR/omsbundle
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omi*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/scx*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omsagent*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omsconfig*.deb
|
||||
/$TMPDIR/omsbundle/oss-kits/docker-cimprov-1.0.0-9universal.x86_64.sh --install
|
||||
rm -rf $TMPDIR/omsbundle
|
||||
rm -f $TMPDIR/omsagent*.sh
|
||||
rm -f $TMPDIR/*.deb
|
|
@ -1,8 +0,0 @@
|
|||
FROM ubuntu:14.04
|
||||
ENV tmpdir /opt
|
||||
RUN /usr/bin/apt-get update && /usr/bin/apt-get install -y libc-bin wget openssl curl sudo python-ctypes sysv-rc
|
||||
COPY ./docker /usr/bin/
|
||||
COPY setup.sh main.sh $tmpdir/
|
||||
WORKDIR ${tmpdir}
|
||||
RUN chmod 775 $tmpdir/*.sh; sync; $tmpdir/setup.sh; chmod 755 /usr/bin/docker
|
||||
CMD [ "/opt/main.sh" ]
|
Двоичные данные
1.2.0-13/docker
Двоичные данные
1.2.0-13/docker
Двоичный файл не отображается.
|
@ -1,19 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
service omid start
|
||||
|
||||
if [ -z $INT ]; then
|
||||
/opt/microsoft/omsagent/bin/omsadmin.sh -w $WSID -s $KEY
|
||||
else
|
||||
echo WORKSPACE_ID=$WSID > /etc/omsagent-onboard.conf
|
||||
echo SHARED_KEY=$KEY >> /etc/omsagent-onboard.conf
|
||||
echo URL_TLD=int2.microsoftatlanta-int >> /etc/omsagent-onboard.conf
|
||||
/opt/microsoft/omsagent/bin/omsadmin.sh
|
||||
fi
|
||||
|
||||
sed -i -e 's/^ bind 127.0.0.1$/ bind 0.0.0.0/g' /etc/opt/microsoft/omsagent/conf/omsagent.conf
|
||||
sed -i -e 's/bind 127.0.0.1/bind 0.0.0.0/g' /etc/opt/microsoft/omsagent/conf/omsagent.d/container.conf
|
||||
|
||||
service omsagent start
|
||||
|
||||
sleep inf
|
|
@ -1,15 +0,0 @@
|
|||
TMPDIR="/opt"
|
||||
cd $TMPDIR
|
||||
#wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/v1.1.0-239/omsagent-1.1.0-239.universal.x64.sh
|
||||
wget https://atlantapublicint2.blob.core.windows.net:443/resources/omsagent-1.2.0-13.universal.x64.sh
|
||||
chmod 775 $TMPDIR/*.sh
|
||||
$TMPDIR/omsagent-1.2.0-13.universal.x64.sh --extract
|
||||
mv $TMPDIR/omsbundle* $TMPDIR/omsbundle
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omi*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/scx*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omsagent*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omsconfig*.deb
|
||||
/$TMPDIR/omsbundle/oss-kits/docker-cimprov-1.0.0-*.x86_64.sh --install
|
||||
rm -rf $TMPDIR/omsbundle
|
||||
rm -f $TMPDIR/omsagent*.sh
|
||||
rm -f $TMPDIR/*.deb
|
|
@ -1,14 +1,14 @@
|
|||
TMPDIR="/opt"
|
||||
cd $TMPDIR
|
||||
wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/v1.1.0-217/omsagent-1.1.0-217.universal.x64.sh
|
||||
wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_GA_v1.2.0-25/omsagent-1.2.0-25.universal.x64.sh
|
||||
chmod 775 $TMPDIR/*.sh
|
||||
$TMPDIR/omsagent-1.1.0-217.universal.x64.sh --extract
|
||||
$TMPDIR/omsagent-1.2.0-25.universal.x64.sh --extract
|
||||
mv $TMPDIR/omsbundle* $TMPDIR/omsbundle
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omi*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/scx*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omsagent*.deb
|
||||
/usr/bin/dpkg -i $TMPDIR/omsbundle/100/omsconfig*.deb
|
||||
/$TMPDIR/omsbundle/oss-kits/docker-cimprov-1.0.0-*.universal.x86_64.sh --install
|
||||
/$TMPDIR/omsbundle/oss-kits/docker-cimprov-1.0.0-*.x86_64.sh --install
|
||||
rm -rf $TMPDIR/omsbundle
|
||||
rm -f $TMPDIR/omsagent*.sh
|
||||
rm -f $TMPDIR/*.deb
|
|
@ -1,12 +1,10 @@
|
|||
# Trying the container solution pack for Microsoft Operations Management Suite
|
||||
# Trying the container solution for Microsoft Operations Management Suite
|
||||
|
||||
The Microsoft Operations Management Suite (OMS) is a software-as-a-service offering from Microsoft that allows Enterprise IT to manage any hybrid cloud. It offers log analytics, automation, backup and recovery, and security and compliance. Sign up for a free account at [http://mms.microsoft.com](http://mms.microsoft.com) or read more about here: [https://www.microsoft.com/en-us/server-cloud/operations-management-suite/overview.aspx](https://www.microsoft.com/en-us/server-cloud/operations-management-suite/overview.aspx)
|
||||
|
||||
This container solution pack will generate a container which will runs OMS agent within. This is for Linux OS which has restriction in installing the Operations Management Suite Agent directly. However, it can also be used with other support Linux OS as well.
|
||||
This container solution will generate a container which will runs OMS agent within. This is for Linux OS which has restriction in installing the Operations Management Suite Agent directly. However, it can also be used with other support Linux OS as well.
|
||||
|
||||
## Joining the private preview
|
||||
|
||||
You must be a member of the private preview to use this feature. To join, drop us a line at OMSContainers@microsoft.com.
|
||||
This is a public preview product.
|
||||
|
||||
### Supported Linux Operating Systems and Docker:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче