[container.go:317] map[] [container.go:344] ----- Starting Docker Build ----- [container.go:403] &{Step 1/34 : ARG BASE=centos:7 } [container.go:403] &{ } [container.go:403] &{Step 2/34 : FROM $BASE } [container.go:403] &{ } [container.go:403] &{---> d8d74285adeb } [container.go:403] &{Step 3/34 : ENV PLATFORM=$PLATFORM } [container.go:403] &{ } [container.go:403] &{---> Using cache } [container.go:403] &{---> 8219fe0b06e1 } [container.go:403] &{Step 4/34 : ENV PLATFORM=redhat } [container.go:403] &{ } [container.go:403] &{---> Using cache } [container.go:403] &{---> af3c9bdbdfa9 } [container.go:403] &{Step 5/34 : ARG ANSIBLE_VERSION=2.7 } [container.go:403] &{ } [container.go:403] &{---> Using cache } [container.go:403] &{---> e5224b624922 } [container.go:403] &{Step 6/34 : ARG TINI_RPM_NAME=tini_0.18.0.rpm } [container.go:403] &{ } [container.go:403] &{---> Using cache } [container.go:403] &{---> ebeefcc1f076 } [container.go:403] &{Step 7/34 : ARG TINI_URL=https://github.com/krallin/tini/releases/download/v0.18.0 } [container.go:403] &{ } [container.go:403] &{---> Using cache } [container.go:403] &{---> bf038bf165b7 } [container.go:403] &{Step 8/34 : ARG SAS_RPM_REPO_URL=https://ses.sas.download/ses/ } [container.go:403] &{ } [container.go:403] &{---> Using cache } [container.go:403] &{---> ee8152e9b3f6 } [container.go:403] &{Step 9/34 : USER root } [container.go:403] &{ } [container.go:403] &{---> Using cache } [container.go:403] &{---> 4d8b28536f50 } [container.go:403] &{Step 10/34 : WORKDIR /tmp/sas } [container.go:403] &{ } [container.go:403] &{---> Using cache } [container.go:403] &{---> e59fd8658307 } [container.go:403] &{Step 11/34 : COPY SAS_Viya_deployment_data.zip ./ } [container.go:403] &{ } [container.go:403] &{---> Using cache } [container.go:403] &{---> a42dddba93a1 } [container.go:403] &{Step 12/34 : EXPOSE 80 443 5570 } [container.go:403] &{ } [container.go:403] &{---> Using cache } [container.go:403] &{---> fae9164e0f26 } [container.go:403] &{Step 13/34 : ENTRYPOINT ["/usr/bin/tini", "--", "/opt/sas/viya/home/bin/entrypoint"] } [container.go:403] &{ } [container.go:403] &{---> Using cache } [container.go:403] &{---> a0e0ca238fa2 } [container.go:403] &{Step 14/34 : RUN set -e; echo; echo "####### JLS 20210314 Test connection to local mirror and get IP"; echo; echo $(hostname -a); echo $(hostname -A); echo $(hostname -d); echo $(hostname -i); echo $(nc -zv 172.22.168.128 180); curl --remote-name http://172.22.168.128:180/sas_repos/repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum/Packages/s ; curl http://172.22.168.128:180/sas_repos/repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum/Packages/s ; echo; echo "####### JLS 20210314 END Test connection to local mirror and get IP"; echo; } [container.go:403] &{ } [container.go:403] &{---> Running in 6702111c98e3 } [container.go:403] &{####### JLS 20210314 Test connection to local mirror and get IP } [container.go:403] &{ } [container.go:403] &{fa4c439a0e13 } [container.go:403] &{ } [container.go:403] &{172.17.0.4 } [container.go:403] &{/bin/sh: nc: command not found  } [container.go:403] &{ } [container.go:403] &{ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed  } [container.go:403] &{ 0  } [container.go:403] &{0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 } [container.go:403] &{ 100 391 100 391 0 0 6591 0 --:--:-- --:--:-- --:--:-- 6627  } [container.go:403] &{ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed  } [container.go:403] &{ 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 } [container.go:403] &{ 100 391 100 391 0 0 65935 0 --:--:-- --:--:-- --:--:-- 78200  } [container.go:403] &{ 301 Moved Permanently

Moved Permanently

The document has moved here.


Apache/2.4.41 (Ubuntu) Server at 172.22.168.128 Port 180
} [container.go:403] &{####### JLS 20210314 END Test connection to local mirror and get IP } [container.go:403] &{Removing intermediate container 6702111c98e3 } [container.go:403] &{---> abe855033264 } [container.go:403] &{Step 15/34 : RUN set -e; echo; echo "####### Go ahead and add the packages that the Ansible playbook will look for"; echo; if [ "$PLATFORM" = "redhat" ]; then rpm --rebuilddb; yum install --assumeyes java-1.8.0-openjdk libselinux-python which; yum clean all; rm --verbose --recursive --force /root/.cache /var/cache/yum; elif [ "$PLATFORM" = "suse" ]; then zypper --non-interactive install -y java-1_8_0-openjdk tar curl hostname iproute2 which gzip; zypper clean --all; rm --verbose --recursive --force /var/cache/zypp; sed -i 's/^*/#*/g' /etc/security/limits.conf; fi; } [container.go:403] &{ } [container.go:403] &{---> Running in 97c03f6cefa6 } [container.go:403] &{####### Go ahead and add the packages that the Ansible playbook will look for } [container.go:403] &{Loaded plugins: fastestmirror } [container.go:403] &{Determining fastest mirrors } [container.go:403] &{* base: mirror.ehv.weppel.nl } [container.go:403] &{* extras: mirror.hostnet.nl } [container.go:403] &{* updates: mirror.wd6.net } [container.go:403] &{Package which-2.20-7.el7.x86_64 already installed and latest version Resolving Dependencies } [container.go:403] &{--> Running transaction check ---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.282.b08-1.el7_9 will be installed } [container.go:403] &{--> Processing Dependency: java-1.8.0-openjdk-headless(x86-64) = 1:1.8.0.282.b08-1.el7_9 for package: 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libXcomposite(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: gtk2(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 } [container.go:403] &{---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package alsa-lib.x86_64 0:1.1.8-1.el7 will be installed } [container.go:403] &{---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed } [container.go:403] &{--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64 } [container.go:403] &{---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed } [container.go:403] &{--> Processing Dependency: pango >= 1.20.0-1 for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libtiff >= 3.6.1 for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: atk >= 1.29.4-2 for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 } [container.go:403] &{---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.272.b10-1.el7_9 will be updated } [container.go:403] &{---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.282.b08-1.el7_9 will be an update } [container.go:403] &{---> Package libX11.x86_64 0:1.6.7-3.el7_9 will be installed } [container.go:403] &{--> Processing Dependency: libX11-common >= 1.6.7-3.el7_9 for package: libX11-1.6.7-3.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.7-3.el7_9.x86_64 } [container.go:403] &{---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed } [container.go:403] &{---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed } [container.go:403] &{---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed } [container.go:403] &{---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed } [container.go:403] &{---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package atk.x86_64 0:2.28.1-2.el7 will be installed } [container.go:403] &{---> Package cairo.x86_64 0:1.15.12-4.el7 will be installed } [container.go:403] &{--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64 } [container.go:403] &{---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed } [container.go:403] &{--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64 } [container.go:403] &{---> Package gtk-update-icon-cache.x86_64 0:3.22.30-6.el7 will be installed } [container.go:403] &{---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed } [container.go:403] &{---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed } [container.go:403] &{---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed } [container.go:403] &{---> Package libX11-common.noarch 0:1.6.7-3.el7_9 will be installed } [container.go:403] &{---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed } [container.go:403] &{---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed } [container.go:403] &{---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed } [container.go:403] &{---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed } [container.go:403] &{---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed } [container.go:403] &{---> Package libtiff.x86_64 0:4.0.3-35.el7 will be installed } [container.go:403] &{--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-35.el7.x86_64 } [container.go:403] &{---> Package libxcb.x86_64 0:1.13-1.el7 will be installed } [container.go:403] &{--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13-1.el7.x86_64 } [container.go:403] &{---> Package pango.x86_64 0:1.42.4-4.el7_7 will be installed } [container.go:403] &{--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-4.el7_7.x86_64 } [container.go:403] &{--> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-4.el7_7.x86_64 } [container.go:403] &{--> Processing Dependency: harfbuzz(x86-64) >= 1.4.2 for package: pango-1.42.4-4.el7_7.x86_64 } [container.go:403] &{--> Processing Dependency: fribidi(x86-64) >= 1.0 for package: pango-1.42.4-4.el7_7.x86_64 } [container.go:403] &{--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.42.4-4.el7_7.x86_64 } [container.go:403] &{--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 } [container.go:403] &{--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 } [container.go:403] &{--> Processing Dependency: libfribidi.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 } [container.go:403] &{--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package fribidi.x86_64 0:1.0.2-1.el7_7.1 will be installed } [container.go:403] &{---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed } [container.go:403] &{--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7.5-2.el7.x86_64 } [container.go:403] &{---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed } [container.go:403] &{---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed } [container.go:403] &{---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed } [container.go:403] &{---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed } [container.go:403] &{---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed } [container.go:403] &{--> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 } [container.go:403] &{--> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 } [container.go:403] &{---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed } [container.go:403] &{--> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 } [container.go:403] &{---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed } [container.go:403] &{---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed } [container.go:403] &{---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed } [container.go:403] &{---> Package mesa-libEGL.x86_64 0:18.3.4-12.el7_9 will be installed } [container.go:403] &{--> Processing Dependency: mesa-libgbm = 18.3.4-12.el7_9 for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 } [container.go:403] &{---> Package mesa-libGL.x86_64 0:18.3.4-12.el7_9 will be installed } [container.go:403] &{--> Processing Dependency: mesa-libglapi = 18.3.4-12.el7_9 for package: mesa-libGL-18.3.4-12.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-18.3.4-12.el7_9.x86_64 } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed } [container.go:403] &{---> Package libdrm.x86_64 0:2.4.97-2.el7 will be installed } [container.go:403] &{--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.97-2.el7.x86_64 } [container.go:403] &{---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed } [container.go:403] &{---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed } [container.go:403] &{---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed } [container.go:403] &{---> Package mesa-libgbm.x86_64 0:18.3.4-12.el7_9 will be installed } [container.go:403] &{---> Package mesa-libglapi.x86_64 0:18.3.4-12.el7_9 will be installed } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package libpciaccess.x86_64 0:0.14-1.el7 will be installed } [container.go:403] &{--> Processing Dependency: hwdata for package: libpciaccess-0.14-1.el7.x86_64 } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package hwdata.x86_64 0:0.252-9.7.el7 will be installed } [container.go:403] &{--> Finished Dependency Resolution } [container.go:403] &{Dependencies Resolved } [container.go:403] &{================================================================================ Package Arch Version Repository Size ================================================================================ Installing: java-1.8.0-openjdk x86_64 1:1.8.0.282.b08-1.el7_9 updates 307 k libselinux-python x86_64 2.5-15.el7 base 236 k Installing for dependencies: alsa-lib x86_64 1.1.8-1.el7 base 425 k atk x86_64 2.28.1-2.el7 base 263 k cairo x86_64 1.15.12-4.el7 base 741 k fribidi x86_64 1.0.2-1.el7_7.1 base 79 k gdk-pixbuf2 x86_64 2.36.12-3.el7 base 570 k giflib x86_64 4.1.6-9.el7 base 40 k graphite2 x86_64 1.3.10-1.el7_3 base 115 k gtk-update-icon-cache x86_64 3.22.30-6.el7 updates 27 k gtk2 x86_64 2.24.31-1.el7 base 3.4 M harfbuzz x86_64 1.7.5-2.el7 base 267 k hicolor-icon-theme noarch 0.12-7.el7 base 42 k hwdata x86_64 0.252-9.7.el7 base 2.5 M jasper-libs x86_64 1.900.1-33.el7 base 150 k jbigkit-libs x86_64 2.0-11.el7 base 46 k libICE x86_64 1.0.9-9.el7 base 66 k libSM x86_64 1.2.2-2.el7 base 39 k libX11 x86_64 1.6.7-3.el7_9 updates 607 k libX11-common noarch 1.6.7-3.el7_9 updates 164 k libXau x86_64 1.0.8-2.1.el7 base 29 k libXcomposite x86_64 0.4.4-4.1.el7 base 22 k libXcursor x86_64 1.1.15-1.el7 base 30 k libXdamage x86_64 1.1.4-4.1.el7 base 20 k libXext x86_64 1.3.3-3.el7 base 39 k libXfixes x86_64 5.0.3-1.el7 base 18 k libXft x86_64 2.3.2-2.el7 base 58 k libXi x86_64 1.7.9-1.el7 base 40 k libXinerama x86_64 1.1.3-2.1.el7 base 14 k libXrandr x86_64 1.5.1-2.el7 base 27 k libXrender x86_64 0.9.10-1.el7 base 26 k libXtst x86_64 1.2.3-1.el7 base 20 k libXxf86vm x86_64 1.1.4-1.el7 base 18 k libdrm x86_64 2.4.97-2.el7 base 151 k libglvnd x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 89 k libglvnd-egl x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 44 k libglvnd-glx x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 125 k libpciaccess x86_64 0.14-1.el7 base 26 k libthai x86_64 0.1.14-9.el7 base 187 k libtiff x86_64 4.0.3-35.el7 base 172 k libwayland-client x86_64 1.15.0-1.el7 base 33 k libwayland-server x86_64 1.15.0-1.el7 base 39 k libxcb x86_64 1.13-1.el7 base 214 k libxshmfence x86_64 1.2-1.el7 base 7.2 k mesa-libEGL x86_64 18.3.4-12.el7_9 updates 110 k mesa-libGL x86_64 18.3.4-12.el7_9 updates 166 k mesa-libgbm x86_64 18.3.4-12.el7_9 updates 39 k mesa-libglapi x86_64 18.3.4-12.el7_9 updates 46 k pango x86_64 1.42.4-4.el7_7 base 280 k pixman x86_64 0.34.0-1.el7 base 248 k Updating for dependencies: java-1.8.0-openjdk-headless x86_64 1:1.8.0.282.b08-1.el7_9 updates 33 M Transaction Summary ================================================================================ Install 2 Packages (+48 Dependent packages) Upgrade ( 1 Dependent package) } [container.go:403] &{Total download size: 45 M Downloading packages: } [container.go:403] &{Delta RPMs disabled because /usr/bin/applydeltarpm not installed. } [container.go:403] &{-------------------------------------------------------------------------------- } [container.go:403] &{Total 2.9 MB/s | 45 MB 00:15 } [container.go:403] &{Running transaction check } [container.go:403] &{Running transaction test } [container.go:403] &{Transaction test succeeded } [container.go:403] &{Running transaction } [container.go:403] &{Installing : mesa-libglapi-18.3.4-12.el7_9.x86_64 1/52 } [container.go:403] &{Installing : libxshmfence-1.2-1.el7.x86_64 2/52 } [container.go:403] &{Installing : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 3/52 } [container.go:403] &{Installing : libwayland-server-1.15.0-1.el7.x86_64 4/52 } [container.go:403] &{Installing : libICE-1.0.9-9.el7.x86_64 5/52 } [container.go:403] &{Installing : libSM-1.2.2-2.el7.x86_64 6/52 } [container.go:403] &{Installing : atk-2.28.1-2.el7.x86_64 7/52 } [container.go:403] &{Installing : libthai-0.1.14-9.el7.x86_64 8/52 } [container.go:403] &{Installing : graphite2-1.3.10-1.el7_3.x86_64 9/52 } [container.go:403] &{Installing : harfbuzz-1.7.5-2.el7.x86_64 10/52 } [container.go:403] &{Installing : jasper-libs-1.900.1-33.el7.x86_64 11/52 } [container.go:403] &{Installing : libXau-1.0.8-2.1.el7.x86_64 12/52 } [container.go:403] &{Installing : libxcb-1.13-1.el7.x86_64 13/52 } [container.go:403] &{Installing : jbigkit-libs-2.0-11.el7.x86_64 14/52 } [container.go:403] &{Installing : libtiff-4.0.3-35.el7.x86_64 15/52 } [container.go:403] &{Installing : pixman-0.34.0-1.el7.x86_64 16/52 } [container.go:403] &{Updating : 1:java-1.8.0-openjdk-headless-1.8.0.282.b08-1.el7_9.x86_ 17/52 } [container.go:403] &{Installing : libX11-common-1.6.7-3.el7_9.noarch 18/52 } [container.go:403] &{Installing : libX11-1.6.7-3.el7_9.x86_64 19/52 } [container.go:403] &{Installing : libXext-1.3.3-3.el7.x86_64 20/52 } [container.go:403] &{Installing : libXrender-0.9.10-1.el7.x86_64 21/52 } [container.go:403] &{Installing : libXfixes-5.0.3-1.el7.x86_64 22/52 } [container.go:403] &{Installing : libXi-1.7.9-1.el7.x86_64 23/52 } [container.go:403] &{Installing : libXdamage-1.1.4-4.1.el7.x86_64 24/52 } [container.go:403] &{Installing : gdk-pixbuf2-2.36.12-3.el7.x86_64 25/52 } [container.go:403] &{Installing : libXcomposite-0.4.4-4.1.el7.x86_64 26/52 } [container.go:403] &{Installing : gtk-update-icon-cache-3.22.30-6.el7.x86_64 27/52 } [container.go:403] &{Installing : libXtst-1.2.3-1.el7.x86_64 28/52 } [container.go:403] &{Installing : libXcursor-1.1.15-1.el7.x86_64 29/52 } [container.go:403] &{Installing : libXft-2.3.2-2.el7.x86_64 30/52 } [container.go:403] &{Installing : libXrandr-1.5.1-2.el7.x86_64 31/52 } [container.go:403] &{Installing : libXinerama-1.1.3-2.1.el7.x86_64 32/52 } [container.go:403] &{Installing : libXxf86vm-1.1.4-1.el7.x86_64 33/52 } [container.go:403] &{Installing : giflib-4.1.6-9.el7.x86_64 34/52 } [container.go:403] &{Installing : fribidi-1.0.2-1.el7_7.1.x86_64 35/52 } [container.go:403] &{Installing : alsa-lib-1.1.8-1.el7.x86_64 36/52 } [container.go:403] &{Installing : hicolor-icon-theme-0.12-7.el7.noarch 37/52 } [container.go:403] &{Installing : libwayland-client-1.15.0-1.el7.x86_64 38/52 } [container.go:403] &{Installing : hwdata-0.252-9.7.el7.x86_64 39/52 } [container.go:403] &{Installing : libpciaccess-0.14-1.el7.x86_64 40/52 } [container.go:403] &{Installing : libdrm-2.4.97-2.el7.x86_64 41/52 } [container.go:403] &{Installing : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 42/52 } [container.go:403] &{Installing : mesa-libGL-18.3.4-12.el7_9.x86_64 43/52 } [container.go:403] &{Installing : mesa-libgbm-18.3.4-12.el7_9.x86_64 44/52 } [container.go:403] &{Installing : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 45/52 } [container.go:403] &{Installing : mesa-libEGL-18.3.4-12.el7_9.x86_64 46/52 } [container.go:403] &{Installing : cairo-1.15.12-4.el7.x86_64 47/52 } [container.go:403] &{Installing : pango-1.42.4-4.el7_7.x86_64 48/52 } [container.go:403] &{Installing : gtk2-2.24.31-1.el7.x86_64 49/52 } [container.go:403] &{Installing : 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 50/52 } [container.go:403] &{Installing : libselinux-python-2.5-15.el7.x86_64 51/52 } [container.go:403] &{Cleanup : 1:java-1.8.0-openjdk-headless-1.8.0.272.b10-1.el7_9.x86_ 52/52 } [container.go:403] &{Verifying : libXext-1.3.3-3.el7.x86_64 1/52 } [container.go:403] &{Verifying : libpciaccess-0.14-1.el7.x86_64 2/52 } [container.go:403] &{Verifying : libXi-1.7.9-1.el7.x86_64 3/52 } [container.go:403] &{Verifying : libICE-1.0.9-9.el7.x86_64 4/52 } [container.go:403] &{Verifying : giflib-4.1.6-9.el7.x86_64 5/52 } [container.go:403] &{Verifying : libXinerama-1.1.3-2.1.el7.x86_64 6/52 } [container.go:403] &{Verifying : libXrender-0.9.10-1.el7.x86_64 7/52 } [container.go:403] &{Verifying : hwdata-0.252-9.7.el7.x86_64 8/52 } [container.go:403] &{Verifying : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 9/52 } [container.go:403] &{Verifying : libXxf86vm-1.1.4-1.el7.x86_64 10/52 } [container.go:403] &{Verifying : libwayland-server-1.15.0-1.el7.x86_64 11/52 } [container.go:403] &{Verifying : libXcursor-1.1.15-1.el7.x86_64 12/52 } [container.go:403] &{Verifying : libwayland-client-1.15.0-1.el7.x86_64 13/52 } [container.go:403] &{Verifying : gtk2-2.24.31-1.el7.x86_64 14/52 } [container.go:403] &{Verifying : hicolor-icon-theme-0.12-7.el7.noarch 15/52 } [container.go:403] &{Verifying : alsa-lib-1.1.8-1.el7.x86_64 16/52 } [container.go:403] &{Verifying : gdk-pixbuf2-2.36.12-3.el7.x86_64 17/52 } [container.go:403] &{Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 18/52 } [container.go:403] &{Verifying : mesa-libglapi-18.3.4-12.el7_9.x86_64 19/52 } [container.go:403] &{Verifying : libtiff-4.0.3-35.el7.x86_64 20/52 } [container.go:403] &{Verifying : fribidi-1.0.2-1.el7_7.1.x86_64 21/52 } [container.go:403] &{Verifying : pango-1.42.4-4.el7_7.x86_64 22/52 } [container.go:403] &{Verifying : 1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 23/52 } [container.go:403] &{Verifying : libXtst-1.2.3-1.el7.x86_64 24/52 } [container.go:403] &{Verifying : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 25/52 } [container.go:403] &{Verifying : libxcb-1.13-1.el7.x86_64 26/52 } [container.go:403] &{Verifying : libXft-2.3.2-2.el7.x86_64 27/52 } [container.go:403] &{Verifying : libdrm-2.4.97-2.el7.x86_64 28/52 } [container.go:403] &{Verifying : mesa-libGL-18.3.4-12.el7_9.x86_64 29/52 } [container.go:403] &{Verifying : gtk-update-icon-cache-3.22.30-6.el7.x86_64 30/52 } [container.go:403] &{Verifying : harfbuzz-1.7.5-2.el7.x86_64 31/52 } [container.go:403] &{Verifying : libX11-common-1.6.7-3.el7_9.noarch 32/52 } [container.go:403] &{Verifying : libX11-1.6.7-3.el7_9.x86_64 33/52 } [container.go:403] &{Verifying : libselinux-python-2.5-15.el7.x86_64 34/52 } [container.go:403] &{Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.282.b08-1.el7_9.x86_ 35/52 } [container.go:403] &{Verifying : pixman-0.34.0-1.el7.x86_64 36/52 } [container.go:403] &{Verifying : jbigkit-libs-2.0-11.el7.x86_64 37/52 } [container.go:403] &{Verifying : cairo-1.15.12-4.el7.x86_64 38/52 } [container.go:403] &{Verifying : libxshmfence-1.2-1.el7.x86_64 39/52 } [container.go:403] &{Verifying : mesa-libgbm-18.3.4-12.el7_9.x86_64 40/52 } [container.go:403] &{Verifying : libXau-1.0.8-2.1.el7.x86_64 41/52 } [container.go:403] &{Verifying : libSM-1.2.2-2.el7.x86_64 42/52 } [container.go:403] &{Verifying : jasper-libs-1.900.1-33.el7.x86_64 43/52 } [container.go:403] &{Verifying : graphite2-1.3.10-1.el7_3.x86_64 44/52 } [container.go:403] &{Verifying : mesa-libEGL-18.3.4-12.el7_9.x86_64 45/52 } [container.go:403] &{Verifying : libXrandr-1.5.1-2.el7.x86_64 46/52 } [container.go:403] &{Verifying : libthai-0.1.14-9.el7.x86_64 47/52 } [container.go:403] &{Verifying : libXdamage-1.1.4-4.1.el7.x86_64 48/52 } [container.go:403] &{Verifying : libXfixes-5.0.3-1.el7.x86_64 49/52 } [container.go:403] &{Verifying : atk-2.28.1-2.el7.x86_64 50/52 } [container.go:403] &{Verifying : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 51/52 } [container.go:403] &{Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.272.b10-1.el7_9.x86_ 52/52 } [container.go:403] &{Installed: java-1.8.0-openjdk.x86_64 1:1.8.0.282.b08-1.el7_9 libselinux-python.x86_64 0:2.5-15.el7 Dependency Installed: alsa-lib.x86_64 0:1.1.8-1.el7 atk.x86_64 0:2.28.1-2.el7 cairo.x86_64 0:1.15.12-4.el7 fribidi.x86_64 0:1.0.2-1.el7_7.1 gdk-pixbuf2.x86_64 0:2.36.12-3.el7 giflib.x86_64 0:4.1.6-9.el7 graphite2.x86_64 0:1.3.10-1.el7_3 gtk-update-icon-cache.x86_64 0:3.22.30-6.el7 gtk2.x86_64 0:2.24.31-1.el7 harfbuzz.x86_64 0:1.7.5-2.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 hwdata.x86_64 0:0.252-9.7.el7 jasper-libs.x86_64 0:1.900.1-33.el7 jbigkit-libs.x86_64 0:2.0-11.el7 libICE.x86_64 0:1.0.9-9.el7 libSM.x86_64 0:1.2.2-2.el7 libX11.x86_64 0:1.6.7-3.el7_9 libX11-common.noarch 0:1.6.7-3.el7_9 libXau.x86_64 0:1.0.8-2.1.el7 libXcomposite.x86_64 0:0.4.4-4.1.el7 libXcursor.x86_64 0:1.1.15-1.el7 libXdamage.x86_64 0:1.1.4-4.1.el7 libXext.x86_64 0:1.3.3-3.el7 libXfixes.x86_64 0:5.0.3-1.el7 libXft.x86_64 0:2.3.2-2.el7 libXi.x86_64 0:1.7.9-1.el7 libXinerama.x86_64 0:1.1.3-2.1.el7 libXrandr.x86_64 0:1.5.1-2.el7 libXrender.x86_64 0:0.9.10-1.el7 libXtst.x86_64 0:1.2.3-1.el7 libXxf86vm.x86_64 0:1.1.4-1.el7 libdrm.x86_64 0:2.4.97-2.el7 libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libpciaccess.x86_64 0:0.14-1.el7 libthai.x86_64 0:0.1.14-9.el7 libtiff.x86_64 0:4.0.3-35.el7 libwayland-client.x86_64 0:1.15.0-1.el7 libwayland-server.x86_64 0:1.15.0-1.el7 libxcb.x86_64 0:1.13-1.el7 libxshmfence.x86_64 0:1.2-1.el7 mesa-libEGL.x86_64 0:18.3.4-12.el7_9 mesa-libGL.x86_64 0:18.3.4-12.el7_9 mesa-libgbm.x86_64 0:18.3.4-12.el7_9 mesa-libglapi.x86_64 0:18.3.4-12.el7_9 pango.x86_64 0:1.42.4-4.el7_7 pixman.x86_64 0:0.34.0-1.el7 Dependency Updated: java-1.8.0-openjdk-headless.x86_64 1:1.8.0.282.b08-1.el7_9 } [container.go:403] &{Complete! } [container.go:403] &{Loaded plugins: fastestmirror } [container.go:403] &{Cleaning repos: base extras updates } [container.go:403] &{Cleaning up list of fastest mirrors } [container.go:403] &{removed directory: ‘/var/cache/yum/x86_64/7/updates/packages’ removed directory: ‘/var/cache/yum/x86_64/7/updates/gen’ removed directory: ‘/var/cache/yum/x86_64/7/updates’ removed ‘/var/cache/yum/x86_64/7/.gpgkeyschecked.yum’ removed directory: ‘/var/cache/yum/x86_64/7/base/packages’ removed directory: ‘/var/cache/yum/x86_64/7/base/gen’ removed directory: ‘/var/cache/yum/x86_64/7/base’ removed directory: ‘/var/cache/yum/x86_64/7/extras/packages’ removed directory: ‘/var/cache/yum/x86_64/7/extras/gen’ removed directory: ‘/var/cache/yum/x86_64/7/extras’ removed ‘/var/cache/yum/x86_64/7/timedhosts’ removed directory: ‘/var/cache/yum/x86_64/7’ removed directory: ‘/var/cache/yum/x86_64’ removed directory: ‘/var/cache/yum’ } [container.go:403] &{Removing intermediate container 97c03f6cefa6 } [container.go:403] &{---> de7f2bdbaed8 } [container.go:403] &{Step 16/34 : RUN set -e; if [ "$PLATFORM" = "redhat" ]; then rpm --rebuilddb; curl --silent --output ${TINI_RPM_NAME} --location ${TINI_URL}/${TINI_RPM_NAME}; yum install --assumeyes ${TINI_RPM_NAME}; rm --verbose ${TINI_RPM_NAME}; yum clean all; rm --verbose --recursive --force /root/.cache /var/cache/yum; elif [ "$PLATFORM" = "suse" ]; then zypper install -y curl ; curl --silent --output ${TINI_RPM_NAME} --location ${TINI_URL}/${TINI_RPM_NAME}; rpm -i ${TINI_RPM_NAME}; rm --verbose ${TINI_RPM_NAME}; zypper clean ; rm --verbose --recursive --force /var/cache/zypp; else echo; echo "####### [ERROR] : Unknown platform of \"$PLATFORM\" passed in"; echo; exit 1; fi } [container.go:403] &{ } [container.go:403] &{---> Running in f4058637e053 } [container.go:403] &{Loaded plugins: fastestmirror } [container.go:403] &{Examining tini_0.18.0.rpm: tini-0.18.0-1.x86_64 } [container.go:403] &{Marking tini_0.18.0.rpm to be installed } [container.go:403] &{Resolving Dependencies } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package tini.x86_64 0:0.18.0-1 will be installed } [container.go:403] &{--> Finished Dependency Resolution } [container.go:403] &{Dependencies Resolved } [container.go:403] &{================================================================================ Package Arch Version Repository Size ================================================================================ Installing: tini x86_64 0.18.0-1 /tini_0.18.0 873 k Transaction Summary ================================================================================ Install 1 Package } [container.go:403] &{Total size: 873 k Installed size: 873 k } [container.go:403] &{Downloading packages: } [container.go:403] &{Running transaction check } [container.go:403] &{Running transaction test } [container.go:403] &{Transaction test succeeded } [container.go:403] &{Running transaction } [container.go:403] &{Installing : tini-0.18.0-1.x86_64 1/1 } [container.go:403] &{Verifying : tini-0.18.0-1.x86_64 1/1 } [container.go:403] &{Installed: tini.x86_64 0:0.18.0-1 } [container.go:403] &{Complete! } [container.go:403] &{removed ‘tini_0.18.0.rpm’ } [container.go:403] &{Loaded plugins: fastestmirror } [container.go:403] &{Cleaning repos: base extras updates } [container.go:403] &{removed directory: ‘/var/cache/yum/x86_64/7/updates/packages’ removed directory: ‘/var/cache/yum/x86_64/7/updates/gen’ removed directory: ‘/var/cache/yum/x86_64/7/updates’ removed ‘/var/cache/yum/x86_64/7/.gpgkeyschecked.yum’ removed directory: ‘/var/cache/yum/x86_64/7/base/packages’ removed directory: ‘/var/cache/yum/x86_64/7/base/gen’ removed directory: ‘/var/cache/yum/x86_64/7/base’ removed directory: ‘/var/cache/yum/x86_64/7/extras/packages’ removed directory: ‘/var/cache/yum/x86_64/7/extras/gen’ removed directory: ‘/var/cache/yum/x86_64/7/extras’ removed directory: ‘/var/cache/yum/x86_64/7’ removed directory: ‘/var/cache/yum/x86_64’ removed directory: ‘/var/cache/yum’ } [container.go:403] &{Removing intermediate container f4058637e053 } [container.go:403] &{---> 23bc6768820d } [container.go:403] &{Step 17/34 : RUN set -e; echo; echo "####### Run the Ansible playbook to create the main layer"; echo; if [ "$PLATFORM" = "redhat" ]; then rpm --rebuilddb; echo; echo "####### Add the packages to support running the Ansible playbook"; echo; yum install --assumeyes https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm ; yum install --assumeyes python-setuptools python-devel openssl-devel; yum install --assumeyes python-pip gcc wget tree automake python-six; pip install --upgrade pip==19.3 setuptools==44.0 ; pip install ansible==${ANSIBLE_VERSION}; yum install --assumeyes python iproute openssh-clients initscripts sudo; elif [ "$PLATFORM" = "suse" ]; then zypper --non-interactive install -y python-setuptools python-pyOpenSSL python-devel; zypper --non-interactive install -y openssh sudo; easy_install pip; zypper remove -y python-cryptography ; pip install ansible==${ANSIBLE_VERSION}; fi; } [container.go:403] &{ } [container.go:403] &{---> Running in d38a548bd11b } [container.go:403] &{####### Run the Ansible playbook to create the main layer } [container.go:403] &{####### Add the packages to support running the Ansible playbook } [container.go:403] &{Loaded plugins: fastestmirror } [container.go:403] &{Examining /var/tmp/yum-root-i3p9wF/epel-release-latest-7.noarch.rpm: epel-release-7-13.noarch } [container.go:403] &{Marking /var/tmp/yum-root-i3p9wF/epel-release-latest-7.noarch.rpm to be installed } [container.go:403] &{Resolving Dependencies } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package epel-release.noarch 0:7-13 will be installed } [container.go:403] &{--> Finished Dependency Resolution } [container.go:403] &{Dependencies Resolved } [container.go:403] &{================================================================================ Package Arch Version Repository Size ================================================================================ Installing: epel-release noarch 7-13 /epel-release-latest-7.noarch 25 k Transaction Summary ================================================================================ Install 1 Package } [container.go:403] &{Total size: 25 k } [container.go:403] &{Installed size: 25 k } [container.go:403] &{Downloading packages: } [container.go:403] &{Running transaction check } [container.go:403] &{Running transaction test } [container.go:403] &{Transaction test succeeded } [container.go:403] &{Running transaction } [container.go:403] &{Installing : epel-release-7-13.noarch 1/1 } [container.go:403] &{Verifying : epel-release-7-13.noarch 1/1 } [container.go:403] &{Installed: epel-release.noarch 0:7-13 Complete! } [container.go:403] &{Loaded plugins: fastestmirror } [container.go:403] &{Determining fastest mirrors } [container.go:403] &{* base: centos.mirror.liteserver.nl } [container.go:403] &{* epel: mirror.hostnet.nl } [container.go:403] &{* extras: mirror.nforce.com } [container.go:403] &{* updates: mirror.mijn.host } [container.go:403] &{Resolving Dependencies } [container.go:403] &{--> Running transaction check ---> Package openssl-devel.x86_64 1:1.0.2k-21.el7_9 will be installed } [container.go:403] &{--> Processing Dependency: openssl-libs(x86-64) = 1:1.0.2k-21.el7_9 for package: 1:openssl-devel-1.0.2k-21.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: zlib-devel(x86-64) for package: 1:openssl-devel-1.0.2k-21.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: krb5-devel(x86-64) for package: 1:openssl-devel-1.0.2k-21.el7_9.x86_64 } [container.go:403] &{---> Package python-devel.x86_64 0:2.7.5-90.el7 will be installed } [container.go:403] &{--> Processing Dependency: python2-rpm-macros > 3-30 for package: python-devel-2.7.5-90.el7.x86_64 } [container.go:403] &{--> Processing Dependency: python-rpm-macros > 3-30 for package: python-devel-2.7.5-90.el7.x86_64 } [container.go:403] &{---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed } [container.go:403] &{--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package krb5-devel.x86_64 0:1.15.1-50.el7 will be installed } [container.go:403] &{--> Processing Dependency: libkadm5(x86-64) = 1.15.1-50.el7 for package: krb5-devel-1.15.1-50.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libverto-devel for package: krb5-devel-1.15.1-50.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libselinux-devel for package: krb5-devel-1.15.1-50.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.15.1-50.el7.x86_64 } [container.go:403] &{--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.15.1-50.el7.x86_64 } [container.go:403] &{---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated } [container.go:403] &{--> Processing Dependency: openssl-libs(x86-64) = 1:1.0.2k-19.el7 for package: 1:openssl-1.0.2k-19.el7.x86_64 } [container.go:403] &{---> Package openssl-libs.x86_64 1:1.0.2k-21.el7_9 will be an update } [container.go:403] &{---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed } [container.go:403] &{--> Processing Dependency: python-ipaddress for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch } [container.go:403] &{--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch } [container.go:403] &{---> Package python-rpm-macros.noarch 0:3-34.el7 will be installed } [container.go:403] &{--> Processing Dependency: python-srpm-macros for package: python-rpm-macros-3-34.el7.noarch } [container.go:403] &{---> Package python2-rpm-macros.noarch 0:3-34.el7 will be installed } [container.go:403] &{---> Package zlib-devel.x86_64 0:1.2.7-19.el7_9 will be installed } [container.go:403] &{--> Processing Dependency: zlib = 1.2.7-19.el7_9 for package: zlib-devel-1.2.7-19.el7_9.x86_64 } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed } [container.go:403] &{---> Package libcom_err-devel.x86_64 0:1.42.9-19.el7 will be installed } [container.go:403] &{---> Package libkadm5.x86_64 0:1.15.1-50.el7 will be installed } [container.go:403] &{---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed } [container.go:403] &{--> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64 } [container.go:403] &{--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64 } [container.go:403] &{---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed } [container.go:403] &{---> Package openssl.x86_64 1:1.0.2k-19.el7 will be updated } [container.go:403] &{---> Package openssl.x86_64 1:1.0.2k-21.el7_9 will be an update } [container.go:403] &{---> Package python-backports.x86_64 0:1.0-8.el7 will be installed } [container.go:403] &{---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed } [container.go:403] &{---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed } [container.go:403] &{---> Package zlib.x86_64 0:1.2.7-18.el7 will be updated } [container.go:403] &{---> Package zlib.x86_64 0:1.2.7-19.el7_9 will be an update } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed } [container.go:403] &{---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed } [container.go:403] &{--> Finished Dependency Resolution } [container.go:403] &{Dependencies Resolved } [container.go:403] &{================================================================================ Package Arch Version Repository Size ================================================================================ Installing: openssl-devel x86_64 1:1.0.2k-21.el7_9 updates 1.5 M python-devel x86_64 2.7.5-90.el7 updates 399 k python-setuptools noarch 0.9.8-7.el7 base 397 k Installing for dependencies: keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k krb5-devel x86_64 1.15.1-50.el7 base 273 k libcom_err-devel x86_64 1.42.9-19.el7 base 32 k libkadm5 x86_64 1.15.1-50.el7 base 179 k libselinux-devel x86_64 2.5-15.el7 base 187 k libsepol-devel x86_64 2.5-10.el7 base 77 k libverto-devel x86_64 0.2.5-4.el7 base 12 k pcre-devel x86_64 8.32-17.el7 base 480 k python-backports x86_64 1.0-8.el7 base 5.8 k python-backports-ssl_match_hostname noarch 3.5.0.1-1.el7 base 13 k python-ipaddress noarch 1.0.16-2.el7 base 34 k python-rpm-macros noarch 3-34.el7 base 9.1 k python-srpm-macros noarch 3-34.el7 base 8.8 k python2-rpm-macros noarch 3-34.el7 base 8.1 k zlib-devel x86_64 1.2.7-19.el7_9 updates 50 k Updating for dependencies: openssl x86_64 1:1.0.2k-21.el7_9 updates 493 k openssl-libs x86_64 1:1.0.2k-21.el7_9 updates 1.2 M zlib x86_64 1.2.7-19.el7_9 updates 90 k Transaction Summary ================================================================================ Install 3 Packages (+15 Dependent packages) Upgrade ( 3 Dependent packages) } [container.go:403] &{Total download size: 5.4 M Downloading packages: } [container.go:403] &{Delta RPMs disabled because /usr/bin/applydeltarpm not installed. } [container.go:403] &{-------------------------------------------------------------------------------- } [container.go:403] &{Total 1.9 MB/s | 5.4 MB 00:02 } [container.go:403] &{Running transaction check } [container.go:403] &{Running transaction test } [container.go:403] &{Transaction test succeeded } [container.go:403] &{Running transaction } [container.go:403] &{Updating : zlib-1.2.7-19.el7_9.x86_64 1/24 } [container.go:403] &{Updating : 1:openssl-libs-1.0.2k-21.el7_9.x86_64 2/24 } [container.go:403] &{Installing : zlib-devel-1.2.7-19.el7_9.x86_64 3/24 } [container.go:403] &{Installing : libcom_err-devel-1.42.9-19.el7.x86_64 4/24 } [container.go:403] &{Installing : python-srpm-macros-3-34.el7.noarch 5/24 } [container.go:403] &{Installing : python-rpm-macros-3-34.el7.noarch 6/24 } [container.go:403] &{Installing : python-ipaddress-1.0.16-2.el7.noarch 7/24 } [container.go:403] &{Installing : python2-rpm-macros-3-34.el7.noarch 8/24 } [container.go:403] &{Installing : python-backports-1.0-8.el7.x86_64 9/24 } [container.go:403] &{Installing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 10/24 } [container.go:403] &{Installing : libkadm5-1.15.1-50.el7.x86_64 11/24 } [container.go:403] &{Installing : libverto-devel-0.2.5-4.el7.x86_64 12/24 } [container.go:403] &{Installing : libsepol-devel-2.5-10.el7.x86_64 13/24 } [container.go:403] &{Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 14/24 } [container.go:403] &{Installing : pcre-devel-8.32-17.el7.x86_64 15/24 } [container.go:403] &{Installing : libselinux-devel-2.5-15.el7.x86_64 16/24 } [container.go:403] &{Installing : krb5-devel-1.15.1-50.el7.x86_64 17/24 } [container.go:403] &{Installing : 1:openssl-devel-1.0.2k-21.el7_9.x86_64 18/24 } [container.go:403] &{Installing : python-setuptools-0.9.8-7.el7.noarch 19/24 } [container.go:403] &{Installing : python-devel-2.7.5-90.el7.x86_64 20/24 } [container.go:403] &{Updating : 1:openssl-1.0.2k-21.el7_9.x86_64 21/24 } [container.go:403] &{Cleanup : 1:openssl-1.0.2k-19.el7.x86_64 22/24 } [container.go:403] &{Cleanup : 1:openssl-libs-1.0.2k-19.el7.x86_64 23/24 } [container.go:403] &{Cleanup : zlib-1.2.7-18.el7.x86_64 24/24 } [container.go:403] &{Verifying : libselinux-devel-2.5-15.el7.x86_64 1/24 } [container.go:403] &{Verifying : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 2/24 } [container.go:403] &{Verifying : zlib-1.2.7-19.el7_9.x86_64 3/24 } [container.go:403] &{Verifying : pcre-devel-8.32-17.el7.x86_64 4/24 } [container.go:403] &{Verifying : python-setuptools-0.9.8-7.el7.noarch 5/24 } [container.go:403] &{Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 6/24 } [container.go:403] &{Verifying : libsepol-devel-2.5-10.el7.x86_64 7/24 } [container.go:403] &{Verifying : python-devel-2.7.5-90.el7.x86_64 8/24 } [container.go:403] &{Verifying : libverto-devel-0.2.5-4.el7.x86_64 9/24 } [container.go:403] &{Verifying : python-rpm-macros-3-34.el7.noarch 10/24 } [container.go:403] &{Verifying : 1:openssl-1.0.2k-21.el7_9.x86_64 11/24 } [container.go:403] &{Verifying : libkadm5-1.15.1-50.el7.x86_64 12/24 } [container.go:403] &{Verifying : python-backports-1.0-8.el7.x86_64 13/24 } [container.go:403] &{Verifying : zlib-devel-1.2.7-19.el7_9.x86_64 14/24 } [container.go:403] &{Verifying : 1:openssl-libs-1.0.2k-21.el7_9.x86_64 15/24 } [container.go:403] &{Verifying : python2-rpm-macros-3-34.el7.noarch 16/24 } [container.go:403] &{Verifying : 1:openssl-devel-1.0.2k-21.el7_9.x86_64 17/24 } [container.go:403] &{Verifying : krb5-devel-1.15.1-50.el7.x86_64 18/24 } [container.go:403] &{Verifying : python-ipaddress-1.0.16-2.el7.noarch 19/24 } [container.go:403] &{Verifying : python-srpm-macros-3-34.el7.noarch 20/24 } [container.go:403] &{Verifying : libcom_err-devel-1.42.9-19.el7.x86_64 21/24 } [container.go:403] &{Verifying : zlib-1.2.7-18.el7.x86_64 22/24 } [container.go:403] &{Verifying : 1:openssl-1.0.2k-19.el7.x86_64 23/24 } [container.go:403] &{Verifying : 1:openssl-libs-1.0.2k-19.el7.x86_64 24/24 } [container.go:403] &{Installed: openssl-devel.x86_64 1:1.0.2k-21.el7_9 python-devel.x86_64 0:2.7.5-90.el7 python-setuptools.noarch 0:0.9.8-7.el7 Dependency Installed: keyutils-libs-devel.x86_64 0:1.5.8-3.el7 krb5-devel.x86_64 0:1.15.1-50.el7 libcom_err-devel.x86_64 0:1.42.9-19.el7 libkadm5.x86_64 0:1.15.1-50.el7 libselinux-devel.x86_64 0:2.5-15.el7 libsepol-devel.x86_64 0:2.5-10.el7 libverto-devel.x86_64 0:0.2.5-4.el7 pcre-devel.x86_64 0:8.32-17.el7 python-backports.x86_64 0:1.0-8.el7 python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 python-ipaddress.noarch 0:1.0.16-2.el7 python-rpm-macros.noarch 0:3-34.el7 python-srpm-macros.noarch 0:3-34.el7 python2-rpm-macros.noarch 0:3-34.el7 zlib-devel.x86_64 0:1.2.7-19.el7_9 Dependency Updated: openssl.x86_64 1:1.0.2k-21.el7_9 openssl-libs.x86_64 1:1.0.2k-21.el7_9 zlib.x86_64 0:1.2.7-19.el7_9 } [container.go:403] &{Complete! } [container.go:403] &{Loaded plugins: fastestmirror } [container.go:403] &{Loading mirror speeds from cached hostfile } [container.go:403] &{* base: centos.mirror.liteserver.nl } [container.go:403] &{* epel: mirror.hostnet.nl } [container.go:403] &{* extras: mirror.nforce.com } [container.go:403] &{* updates: mirror.mijn.host } [container.go:403] &{Resolving Dependencies } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package automake.noarch 0:1.13.4-3.el7 will be installed } [container.go:403] &{--> Processing Dependency: perl >= 5.006 for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: autoconf >= 2.65 for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(warnings) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(vars) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(threads) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(strict) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(constant) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(POSIX) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(IO::File) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(Getopt::Long) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(File::stat) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(File::Spec) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(File::Path) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(File::Copy) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(File::Compare) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(File::Basename) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(Exporter) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(Errno) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(DynaLoader) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(Class::Struct) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(Carp) for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{--> Processing Dependency: /usr/bin/perl for package: automake-1.13.4-3.el7.noarch } [container.go:403] &{---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed } [container.go:403] &{--> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 } [container.go:403] &{--> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 } [container.go:403] &{--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64 } [container.go:403] &{---> Package python-six.noarch 0:1.9.0-2.el7 will be installed } [container.go:403] &{---> Package python2-pip.noarch 0:8.1.2-14.el7 will be installed } [container.go:403] &{---> Package tree.x86_64 0:1.6.0-10.el7 will be installed } [container.go:403] &{---> Package wget.x86_64 0:1.14-18.el7_6.1 will be installed } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package autoconf.noarch 0:2.69-11.el7 will be installed } [container.go:403] &{--> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(Text::ParseWords) for package: autoconf-2.69-11.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch } [container.go:403] &{---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed } [container.go:403] &{---> Package glibc-devel.x86_64 0:2.17-323.el7_9 will be installed } [container.go:403] &{--> Processing Dependency: glibc-headers = 2.17-323.el7_9 for package: glibc-devel-2.17-323.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: glibc = 2.17-323.el7_9 for package: glibc-devel-2.17-323.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-323.el7_9.x86_64 } [container.go:403] &{---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed } [container.go:403] &{---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed } [container.go:403] &{---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed } [container.go:403] &{---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed } [container.go:403] &{--> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64 } [container.go:403] &{---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed } [container.go:403] &{---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed } [container.go:403] &{---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed } [container.go:403] &{---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed } [container.go:403] &{--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch } [container.go:403] &{---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed } [container.go:403] &{---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed } [container.go:403] &{---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed } [container.go:403] &{---> Package perl-constant.noarch 0:1.27-2.el7 will be installed } [container.go:403] &{---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package glibc.x86_64 0:2.17-317.el7 will be updated } [container.go:403] &{--> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64 } [container.go:403] &{---> Package glibc.x86_64 0:2.17-323.el7_9 will be an update } [container.go:403] &{---> Package glibc-headers.x86_64 0:2.17-323.el7_9 will be installed } [container.go:403] &{--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-323.el7_9.x86_64 } [container.go:403] &{--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-323.el7_9.x86_64 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed } [container.go:403] &{---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed } [container.go:403] &{---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed } [container.go:403] &{---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed } [container.go:403] &{---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed } [container.go:403] &{--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch } [container.go:403] &{---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed } [container.go:403] &{--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch } [container.go:403] &{--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch } [container.go:403] &{---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed } [container.go:403] &{---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed } [container.go:403] &{---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed } [container.go:403] &{---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed } [container.go:403] &{---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed } [container.go:403] &{---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed } [container.go:403] &{---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed } [container.go:403] &{---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed } [container.go:403] &{---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated } [container.go:403] &{---> Package glibc-common.x86_64 0:2.17-323.el7_9 will be an update } [container.go:403] &{---> Package kernel-headers.x86_64 0:3.10.0-1160.15.2.el7 will be installed } [container.go:403] &{---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed } [container.go:403] &{---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed } [container.go:403] &{---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed } [container.go:403] &{--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch } [container.go:403] &{--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch } [container.go:403] &{---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed } [container.go:403] &{--> Running transaction check ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed } [container.go:403] &{---> Package perl-parent.noarch 1:0.225-244.el7 will be installed } [container.go:403] &{--> Finished Dependency Resolution } [container.go:403] &{Dependencies Resolved } [container.go:403] &{================================================================================ Package Arch Version Repository Size ================================================================================ Installing: automake noarch 1.13.4-3.el7 base 679 k gcc x86_64 4.8.5-44.el7 base 16 M python-six noarch 1.9.0-2.el7 base 29 k python2-pip noarch 8.1.2-14.el7 epel 1.7 M tree x86_64 1.6.0-10.el7 base 46 k wget x86_64 1.14-18.el7_6.1 base 547 k Installing for dependencies: autoconf noarch 2.69-11.el7 base 701 k cpp x86_64 4.8.5-44.el7 base 5.9 M glibc-devel x86_64 2.17-323.el7_9 updates 1.1 M glibc-headers x86_64 2.17-323.el7_9 updates 691 k kernel-headers x86_64 3.10.0-1160.15.2.el7 updates 9.0 M libgomp x86_64 4.8.5-44.el7 base 159 k libmpc x86_64 1.0.1-3.el7 base 51 k m4 x86_64 1.4.16-10.el7 base 256 k mpfr x86_64 3.1.1-4.el7 base 203 k perl x86_64 4:5.16.3-299.el7_9 updates 8.0 M perl-Carp noarch 1.26-244.el7 base 19 k perl-Data-Dumper x86_64 2.145-3.el7 base 47 k perl-Encode x86_64 2.51-7.el7 base 1.5 M perl-Exporter noarch 5.68-3.el7 base 28 k perl-File-Path noarch 2.09-2.el7 base 26 k perl-File-Temp noarch 0.23.01-3.el7 base 56 k perl-Filter x86_64 1.49-3.el7 base 76 k perl-Getopt-Long noarch 2.40-3.el7 base 56 k perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k perl-PathTools x86_64 3.40-5.el7 base 82 k perl-Pod-Escapes noarch 1:1.04-299.el7_9 updates 52 k perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k perl-Pod-Usage noarch 1.63-3.el7 base 27 k perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k perl-Socket x86_64 2.010-5.el7 base 49 k perl-Storable x86_64 2.45-3.el7 base 77 k perl-Test-Harness noarch 3.28-3.el7 base 302 k perl-Text-ParseWords noarch 3.29-4.el7 base 14 k perl-Thread-Queue noarch 3.02-2.el7 base 17 k perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k perl-Time-Local noarch 1.2300-2.el7 base 24 k perl-constant noarch 1.27-2.el7 base 19 k perl-libs x86_64 4:5.16.3-299.el7_9 updates 690 k perl-macros x86_64 4:5.16.3-299.el7_9 updates 44 k perl-parent noarch 1:0.225-244.el7 base 12 k perl-podlators noarch 2.5.1-3.el7 base 112 k perl-threads x86_64 1.87-4.el7 base 49 k perl-threads-shared x86_64 1.43-6.el7 base 39 k Updating for dependencies: glibc x86_64 2.17-323.el7_9 updates 3.6 M glibc-common x86_64 2.17-323.el7_9 updates 12 M Transaction Summary ================================================================================ Install 6 Packages (+39 Dependent packages) Upgrade ( 2 Dependent packages) } [container.go:403] &{Total download size: 64 M Downloading packages: } [container.go:403] &{Delta RPMs disabled because /usr/bin/applydeltarpm not installed. } [container.go:403] &{warning: /var/cache/yum/x86_64/7/epel/packages/python2-pip-8.1.2-14.el7.noarch.rpm: Header V4 RSA/SHA256 Signature, key ID 352c64e5: NOKEY  } [container.go:403] &{Public key for python2-pip-8.1.2-14.el7.noarch.rpm is not installed } [container.go:403] &{-------------------------------------------------------------------------------- } [container.go:403] &{Total 2.4 MB/s | 64 MB 00:26 } [container.go:403] &{Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 } [container.go:403] &{Importing GPG key 0x352C64E5: Userid : "Fedora EPEL (7) " Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5 Package : epel-release-7-13.noarch (@/epel-release-latest-7.noarch) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7  } [container.go:403] &{Running transaction check } [container.go:403] &{Running transaction test } [container.go:403] &{Transaction test succeeded } [container.go:403] &{Running transaction } [container.go:403] &{Updating : glibc-common-2.17-323.el7_9.x86_64 1/49 } [container.go:403] &{Updating : glibc-2.17-323.el7_9.x86_64 2/49 } [container.go:403] &{Installing : mpfr-3.1.1-4.el7.x86_64 3/49 } [container.go:403] &{Installing : libmpc-1.0.1-3.el7.x86_64 4/49 } [container.go:403] &{Installing : 1:perl-parent-0.225-244.el7.noarch 5/49 } [container.go:403] &{Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 6/49 } [container.go:403] &{Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 7/49 } [container.go:403] &{Installing : perl-podlators-2.5.1-3.el7.noarch 8/49 } [container.go:403] &{Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 9/49 } [container.go:403] &{Installing : perl-Encode-2.51-7.el7.x86_64 10/49 } [container.go:403] &{Installing : perl-Pod-Usage-1.63-3.el7.noarch 11/49 } [container.go:403] &{Installing : perl-Text-ParseWords-3.29-4.el7.noarch 12/49 } [container.go:403] &{Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64 13/49 } [container.go:403] &{Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 14/49 } [container.go:403] &{Installing : perl-Exporter-5.68-3.el7.noarch 15/49 } [container.go:403] &{Installing : perl-constant-1.27-2.el7.noarch 16/49 } [container.go:403] &{Installing : perl-Socket-2.010-5.el7.x86_64 17/49 } [container.go:403] &{Installing : perl-Time-Local-1.2300-2.el7.noarch 18/49 } [container.go:403] &{Installing : perl-Carp-1.26-244.el7.noarch 19/49 } [container.go:403] &{Installing : perl-Storable-2.45-3.el7.x86_64 20/49 } [container.go:403] &{Installing : perl-PathTools-3.40-5.el7.x86_64 21/49 } [container.go:403] &{Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 22/49 } [container.go:403] &{Installing : perl-File-Temp-0.23.01-3.el7.noarch 23/49 } [container.go:403] &{Installing : perl-File-Path-2.09-2.el7.noarch 24/49 } [container.go:403] &{Installing : perl-threads-1.87-4.el7.x86_64 25/49 } [container.go:403] &{Installing : perl-Filter-1.49-3.el7.x86_64 26/49 } [container.go:403] &{Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 27/49 } [container.go:403] &{Installing : perl-Getopt-Long-2.40-3.el7.noarch 28/49 } [container.go:403] &{Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64 29/49 } [container.go:403] &{Installing : perl-threads-shared-1.43-6.el7.x86_64 30/49 } [container.go:403] &{Installing : 4:perl-5.16.3-299.el7_9.x86_64 31/49 } [container.go:403] &{Installing : perl-Test-Harness-3.28-3.el7.noarch 32/49 } [container.go:403] &{Installing : perl-Thread-Queue-3.02-2.el7.noarch 33/49 } [container.go:403] &{Installing : perl-Data-Dumper-2.145-3.el7.x86_64 34/49 } [container.go:403] &{Installing : cpp-4.8.5-44.el7.x86_64 35/49 } [container.go:403] &{Installing : m4-1.4.16-10.el7.x86_64 36/49 } [container.go:403] &{Installing : autoconf-2.69-11.el7.noarch 37/49 } [container.go:403] &{Installing : libgomp-4.8.5-44.el7.x86_64 38/49 } [container.go:403] &{Installing : kernel-headers-3.10.0-1160.15.2.el7.x86_64 39/49 } [container.go:403] &{Installing : glibc-headers-2.17-323.el7_9.x86_64 40/49 } [container.go:403] &{Installing : glibc-devel-2.17-323.el7_9.x86_64 41/49 } [container.go:403] &{Installing : gcc-4.8.5-44.el7.x86_64 42/49 } [container.go:403] &{Installing : automake-1.13.4-3.el7.noarch 43/49 } [container.go:403] &{Installing : tree-1.6.0-10.el7.x86_64 44/49 } [container.go:403] &{Installing : wget-1.14-18.el7_6.1.x86_64 45/49 } [container.go:403] &{Installing : python2-pip-8.1.2-14.el7.noarch 46/49 } [container.go:403] &{Installing : python-six-1.9.0-2.el7.noarch 47/49 } [container.go:403] &{Cleanup : glibc-common-2.17-317.el7.x86_64 48/49 } [container.go:403] &{Cleanup : glibc-2.17-317.el7.x86_64 49/49 } [container.go:403] &{Verifying : glibc-headers-2.17-323.el7_9.x86_64 1/49 } [container.go:403] &{Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/49 } [container.go:403] &{Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 3/49 } [container.go:403] &{Verifying : mpfr-3.1.1-4.el7.x86_64 4/49 } [container.go:403] &{Verifying : perl-Exporter-5.68-3.el7.noarch 5/49 } [container.go:403] &{Verifying : perl-constant-1.27-2.el7.noarch 6/49 } [container.go:403] &{Verifying : perl-PathTools-3.40-5.el7.x86_64 7/49 } [container.go:403] &{Verifying : automake-1.13.4-3.el7.noarch 8/49 } [container.go:403] &{Verifying : m4-1.4.16-10.el7.x86_64 9/49 } [container.go:403] &{Verifying : perl-Socket-2.010-5.el7.x86_64 10/49 } [container.go:403] &{Verifying : glibc-devel-2.17-323.el7_9.x86_64 11/49 } [container.go:403] &{Verifying : 1:perl-parent-0.225-244.el7.noarch 12/49 } [container.go:403] &{Verifying : 4:perl-macros-5.16.3-299.el7_9.x86_64 13/49 } [container.go:403] &{Verifying : kernel-headers-3.10.0-1160.15.2.el7.x86_64 14/49 } [container.go:403] &{Verifying : glibc-2.17-323.el7_9.x86_64 15/49 } [container.go:403] &{Verifying : perl-Test-Harness-3.28-3.el7.noarch 16/49 } [container.go:403] &{Verifying : perl-Thread-Queue-3.02-2.el7.noarch 17/49 } [container.go:403] &{Verifying : cpp-4.8.5-44.el7.x86_64 18/49 } [container.go:403] &{Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 19/49 } [container.go:403] &{Verifying : tree-1.6.0-10.el7.x86_64 20/49 } [container.go:403] &{Verifying : perl-Time-Local-1.2300-2.el7.noarch 21/49 } [container.go:403] &{Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 22/49 } [container.go:403] &{Verifying : python-six-1.9.0-2.el7.noarch 23/49 } [container.go:403] &{Verifying : perl-Carp-1.26-244.el7.noarch 24/49 } [container.go:403] &{Verifying : glibc-common-2.17-323.el7_9.x86_64 25/49 } [container.go:403] &{Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 26/49 } [container.go:403] &{Verifying : python2-pip-8.1.2-14.el7.noarch 27/49 } [container.go:403] &{Verifying : perl-Storable-2.45-3.el7.x86_64 28/49 } [container.go:403] &{Verifying : gcc-4.8.5-44.el7.x86_64 29/49 } [container.go:403] &{Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 30/49 } [container.go:403] &{Verifying : libmpc-1.0.1-3.el7.x86_64 31/49 } [container.go:403] &{Verifying : perl-File-Temp-0.23.01-3.el7.noarch 32/49 } [container.go:403] &{Verifying : perl-Pod-Usage-1.63-3.el7.noarch 33/49 } [container.go:403] &{Verifying : perl-Encode-2.51-7.el7.x86_64 34/49 } [container.go:403] &{Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 35/49 } [container.go:403] &{Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 36/49 } [container.go:403] &{Verifying : perl-podlators-2.5.1-3.el7.noarch 37/49 } [container.go:403] &{Verifying : autoconf-2.69-11.el7.noarch 38/49 } [container.go:403] &{Verifying : 4:perl-5.16.3-299.el7_9.x86_64 39/49 } [container.go:403] &{Verifying : perl-File-Path-2.09-2.el7.noarch 40/49 } [container.go:403] &{Verifying : perl-threads-1.87-4.el7.x86_64 41/49 } [container.go:403] &{Verifying : perl-Filter-1.49-3.el7.x86_64 42/49 } [container.go:403] &{Verifying : perl-Getopt-Long-2.40-3.el7.noarch 43/49 } [container.go:403] &{Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 44/49 } [container.go:403] &{Verifying : wget-1.14-18.el7_6.1.x86_64 45/49 } [container.go:403] &{Verifying : 4:perl-libs-5.16.3-299.el7_9.x86_64 46/49 } [container.go:403] &{Verifying : libgomp-4.8.5-44.el7.x86_64 47/49 } [container.go:403] &{Verifying : glibc-2.17-317.el7.x86_64 48/49 } [container.go:403] &{Verifying : glibc-common-2.17-317.el7.x86_64 49/49 } [container.go:403] &{Installed: automake.noarch 0:1.13.4-3.el7 gcc.x86_64 0:4.8.5-44.el7 python-six.noarch 0:1.9.0-2.el7 python2-pip.noarch 0:8.1.2-14.el7 tree.x86_64 0:1.6.0-10.el7 wget.x86_64 0:1.14-18.el7_6.1 Dependency Installed: autoconf.noarch 0:2.69-11.el7 cpp.x86_64 0:4.8.5-44.el7 glibc-devel.x86_64 0:2.17-323.el7_9 glibc-headers.x86_64 0:2.17-323.el7_9 kernel-headers.x86_64 0:3.10.0-1160.15.2.el7 libgomp.x86_64 0:4.8.5-44.el7 libmpc.x86_64 0:1.0.1-3.el7 m4.x86_64 0:1.4.16-10.el7 mpfr.x86_64 0:3.1.1-4.el7 perl.x86_64 4:5.16.3-299.el7_9 perl-Carp.noarch 0:1.26-244.el7 perl-Data-Dumper.x86_64 0:2.145-3.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Exporter.noarch 0:5.68-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-3.el7 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-299.el7_9 perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7 perl-Pod-Usage.noarch 0:1.63-3.el7 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 perl-Socket.x86_64 0:2.010-5.el7 perl-Storable.x86_64 0:2.45-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Thread-Queue.noarch 0:3.02-2.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-constant.noarch 0:1.27-2.el7 perl-libs.x86_64 4:5.16.3-299.el7_9 perl-macros.x86_64 4:5.16.3-299.el7_9 perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 Dependency Updated: glibc.x86_64 0:2.17-323.el7_9 glibc-common.x86_64 0:2.17-323.el7_9 } [container.go:403] &{Complete! } [container.go:403] &{Collecting pip==19.3 } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/4a/08/6ca123073af4ebc4c5488a5bc8a010ac57aa39ce4d3c8a931ad504de4185/pip-19.3-py2.py3-none-any.whl (1.4MB) } [container.go:403] &{Collecting setuptools==44.0 } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/f9/d3/955738b20d3832dfa3cd3d9b07e29a8162edb480bf988332f5e6e48ca444/setuptools-44.0.0-py2.py3-none-any.whl (583kB) } [container.go:403] &{Installing collected packages: pip, setuptools Found existing installation: pip 8.1.2 } [container.go:403] &{Uninstalling pip-8.1.2: } [container.go:403] &{Successfully uninstalled pip-8.1.2 } [container.go:403] &{Found existing installation: setuptools 0.9.8 } [container.go:403] &{Uninstalling setuptools-0.9.8: } [container.go:403] &{Successfully uninstalled setuptools-0.9.8 } [container.go:403] &{Successfully installed pip-19.3 setuptools-44.0.0 } [container.go:403] &{DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support  } [container.go:403] &{Collecting ansible==2.7 } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/7c/4f/a1843687642b8e33637e312b9fb17ca7f68be0641131a92d883368dc6d1c/ansible-2.7.0.tar.gz (11.8MB) } [container.go:403] &{Collecting jinja2 } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/7e/c2/1eece8c95ddbc9b1aeb64f5783a9e07a286de42191b7204d67b7496ddf35/Jinja2-2.11.3-py2.py3-none-any.whl (125kB) } [container.go:403] &{Collecting PyYAML } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/ba/d4/3cf562876e0cda0405e65d351b835077ab13990e5b92912ef2bf1a2280e0/PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl (574kB) } [container.go:403] &{Collecting paramiko } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/95/19/124e9287b43e6ff3ebb9cdea3e5e8e88475a873c05ccdf8b7e20d2c4201e/paramiko-2.7.2-py2.py3-none-any.whl (206kB) } [container.go:403] &{Collecting cryptography } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/bf/a0/c630e9e3b7e7ea2492db1ca47ef7f741ef1a09f19c6642ef1a16ce996d9b/cryptography-3.3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.6MB) } [container.go:403] &{Requirement already satisfied: setuptools in /usr/lib/python2.7/site-packages (from ansible==2.7) (44.0.0) } [container.go:403] &{Collecting MarkupSafe>=0.23 } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/fb/40/f3adb7cf24a8012813c5edb20329eb22d5d8e2a0ecf73d21d6b85865da11/MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl } [container.go:403] &{Collecting bcrypt>=3.1.3 } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/ad/36/9a0227d048e98409f012570f7bef8a8c2373b9c9c5dfbf82963cbae05ede/bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59kB) } [container.go:403] &{Collecting pynacl>=1.0.1 } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/de/63/bb36279da38df643c6df3a8a389f29a6ff4a8854468f4c9b9d925b27d57d/PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964kB) } [container.go:403] &{Collecting enum34; python_version < "3" } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/6f/2c/a9386903ece2ea85e9807e0e062174dc26fdce8b05f216d00491be29fad5/enum34-1.1.10-py2-none-any.whl } [container.go:403] &{Requirement already satisfied: six>=1.4.1 in /usr/lib/python2.7/site-packages (from cryptography->ansible==2.7) (1.9.0) } [container.go:403] &{Collecting cffi>=1.12 } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/ab/a7/1df1dcd222c9a35d2d0c4c123bd55a533ed2d07b09909ad085829deea4d6/cffi-1.14.5-cp27-cp27mu-manylinux1_x86_64.whl (389kB) } [container.go:403] &{Requirement already satisfied: ipaddress; python_version < "3" in /usr/lib/python2.7/site-packages (from cryptography->ansible==2.7) (1.0.16) } [container.go:403] &{Collecting pycparser } [container.go:403] &{Downloading https://files.pythonhosted.org/packages/ae/e7/d9c3a176ca4b02024debf82342dab36efadfc5776f9c8db077e8f6e71821/pycparser-2.20-py2.py3-none-any.whl (112kB) } [container.go:403] &{Installing collected packages: MarkupSafe, jinja2, PyYAML, pycparser, cffi, bcrypt, pynacl, enum34, cryptography, paramiko, ansible } [container.go:403] &{Running setup.py install for ansible: started } [container.go:403] &{Running setup.py install for ansible: finished with status 'done' } [container.go:403] &{Successfully installed MarkupSafe-1.1.1 PyYAML-5.4.1 ansible-2.7.0 bcrypt-3.1.7 cffi-1.14.5 cryptography-3.3.2 enum34-1.1.10 jinja2-2.11.3 paramiko-2.7.2 pycparser-2.20 pynacl-1.4.0 } [container.go:403] &{WARNING: You are using pip version 19.3; however, version 20.3.4 is available. You should consider upgrading via the 'pip install --upgrade pip' command.  } [container.go:403] &{Loaded plugins: fastestmirror } [container.go:403] &{Loading mirror speeds from cached hostfile } [container.go:403] &{* base: centos.mirror.liteserver.nl } [container.go:403] &{* epel: mirror.hostnet.nl } [container.go:403] &{* extras: mirror.nforce.com } [container.go:403] &{* updates: mirror.mijn.host } [container.go:403] &{Package python-2.7.5-90.el7.x86_64 already installed and latest version } [container.go:403] &{Package iproute-4.11.0-30.el7.x86_64 already installed and latest version } [container.go:403] &{Package initscripts-9.49.53-1.el7_9.1.x86_64 already installed and latest version } [container.go:403] &{Resolving Dependencies } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed } [container.go:403] &{--> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64 } [container.go:403] &{--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64 } [container.go:403] &{--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64 } [container.go:403] &{---> Package sudo.x86_64 0:1.8.23-10.el7_9.1 will be installed } [container.go:403] &{--> Processing Dependency: /usr/bin/vi for package: sudo-1.8.23-10.el7_9.1.x86_64 } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed } [container.go:403] &{--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64 } [container.go:403] &{---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed } [container.go:403] &{---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed } [container.go:403] &{---> Package vim-minimal.x86_64 2:7.4.629-8.el7_9 will be installed } [container.go:403] &{--> Running transaction check } [container.go:403] &{---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed } [container.go:403] &{--> Finished Dependency Resolution } [container.go:403] &{Dependencies Resolved } [container.go:403] &{================================================================================ Package Arch Version Repository Size ================================================================================ Installing: openssh-clients x86_64 7.4p1-21.el7 base 655 k sudo x86_64 1.8.23-10.el7_9.1 updates 843 k Installing for dependencies: fipscheck x86_64 1.4.1-6.el7 base 21 k fipscheck-lib x86_64 1.4.1-6.el7 base 11 k libedit x86_64 3.0-12.20121213cvs.el7 base 92 k openssh x86_64 7.4p1-21.el7 base 510 k vim-minimal x86_64 2:7.4.629-8.el7_9 updates 443 k Transaction Summary ================================================================================ Install 2 Packages (+5 Dependent packages) } [container.go:403] &{Total download size: 2.5 M Installed size: 8.6 M } [container.go:403] &{Downloading packages: } [container.go:403] &{-------------------------------------------------------------------------------- } [container.go:403] &{Total 2.4 MB/s | 2.5 MB 00:01 } [container.go:403] &{Running transaction check } [container.go:403] &{Running transaction test } [container.go:403] &{Transaction test succeeded } [container.go:403] &{Running transaction } [container.go:403] &{Installing : fipscheck-1.4.1-6.el7.x86_64 1/7 } [container.go:403] &{Installing : fipscheck-lib-1.4.1-6.el7.x86_64 2/7 } [container.go:403] &{Installing : openssh-7.4p1-21.el7.x86_64 3/7 } [container.go:403] &{Installing : libedit-3.0-12.20121213cvs.el7.x86_64 4/7 } [container.go:403] &{Installing : 2:vim-minimal-7.4.629-8.el7_9.x86_64 5/7 } [container.go:403] &{Installing : sudo-1.8.23-10.el7_9.1.x86_64 6/7 } [container.go:403] &{Installing : openssh-clients-7.4p1-21.el7.x86_64 7/7 } [container.go:403] &{Verifying : fipscheck-lib-1.4.1-6.el7.x86_64 1/7 } [container.go:403] &{Verifying : 2:vim-minimal-7.4.629-8.el7_9.x86_64 2/7 } [container.go:403] &{Verifying : fipscheck-1.4.1-6.el7.x86_64 3/7 } [container.go:403] &{Verifying : openssh-clients-7.4p1-21.el7.x86_64 4/7 } [container.go:403] &{Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 5/7 } [container.go:403] &{Verifying : sudo-1.8.23-10.el7_9.1.x86_64 6/7 } [container.go:403] &{Verifying : openssh-7.4p1-21.el7.x86_64 7/7 } [container.go:403] &{Installed: openssh-clients.x86_64 0:7.4p1-21.el7 sudo.x86_64 0:1.8.23-10.el7_9.1 Dependency Installed: fipscheck.x86_64 0:1.4.1-6.el7 fipscheck-lib.x86_64 0:1.4.1-6.el7 libedit.x86_64 0:3.0-12.20121213cvs.el7 openssh.x86_64 0:7.4p1-21.el7 vim-minimal.x86_64 2:7.4.629-8.el7_9 } [container.go:403] &{Complete! } [container.go:403] &{Removing intermediate container d38a548bd11b } [container.go:403] &{---> d3c147c59419 } [container.go:403] &{Step 18/34 : COPY sas-orchestration ./sas-orchestration } [container.go:403] &{ } [container.go:403] &{---> 8276ad1aa690 } [container.go:403] &{Step 19/34 : RUN set -e; if [ ! -d sas_viya_playbook ]; then if [ "$PLATFORM" = "redhat" ] || [ "$PLATFORM" = "suse" ]; then ./sas-orchestration build --input SAS_Viya_deployment_data.zip --deployment-type programming --repository-warehouse $SAS_RPM_REPO_URL --platform $PLATFORM; tar xvf SAS_Viya_playbook.tgz; else echo; echo "####### For the platform $PLATFORM we cannot generate the playbook as part of the Docker build"; echo "####### Generate the playbook externally and then place the sas_viya_playbook in the current directory"; echo; exit 2; fi; else echo; echo "####### Using playbook provided by user"; fi; if [ -f vars.yml ]; then echo; echo "####### Copying over user provided vars.yml file"; cp --verbose vars.yml sas_viya_playbook/; fi; echo; echo "####### Viya installer checks for /root/.ssh/known_hosts"; echo; mkdir --verbose ~/.ssh ; touch ~/.ssh/known_hosts ; chmod --verbose 644 ~/.ssh/known_hosts ; echo; echo "####### Create the sas group and the cas user"; echo; pushd sas_viya_playbook ; echo; echo "####### Modify the input to ignore verification failures"; echo; sed -i 's|VERIFY_DEPLOYMENT: true|VERIFY_DEPLOYMENT: false|' vars.yml ; echo; echo "####### Get the right inventory file"; echo; cp --verbose samples/inventory_local.ini . ; echo; echo "####### For now defaulting to a installable Java version"; echo; sed -i 's/java-1.8.0-openjdk-1.8.0.151/java-1.8.0-openjdk/' roles/sas-requirements-java/defaults/main.yml; echo; echo "####### Disable starting httpd"; echo; if [ "$PLATFORM" = "redhat" ] ; then sed -i "/ notify/,+9d" roles/httpd-x64_redhat_linux_6-yum/tasks/configure-and-start.yml; elif [ "$PLATFORM" = "suse" ]; then sed -i "/Start apache2 service/,+15d" roles/apache2-x64_suse_linux_12-yum/tasks/configure-and-start.yml; sed -i "/Generate unit files/,+2d" internal/install-packages-x64_suse_linux_12-yum.yml; echo -e '#!/bin/sh\n/etc/init.d/$1 $2' > /usr/local/sbin/service; chmod 755 /usr/local/sbin/service; sed -i "/Start the spawner service/,+6d" roles/spawner-config/tasks/start.yml; sed -i "/started {{ SERVICE_NAME }} Service/,+6d" roles/sas-studio-config/tasks/start.yml; if [ -d roles/connect-config ]; then sed -i "/started {{ SERVICE_NAME }} Service/,+5d" roles/connect-config/tasks/start.yml; fi; fi; popd } [container.go:403] &{ } [container.go:403] &{---> Running in de80b6fc8cb7 } [container.go:403] &{The build command started } [container.go:403] &{Examining entitled repositories: } [container.go:403] &{0% } [container.go:403] &{.. } [container.go:403] &{.. } [container.go:403] &{. } [container.go:403] &{.. } [container.go:403] &{. } [container.go:403] &{.10% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{.. } [container.go:403] &{.....20%........ } [container.go:403] &{.30%.. } [container.go:403] &{. } [container.go:403] &{......40 } [container.go:403] &{% } [container.go:403] &{. } [container.go:403] &{.... } [container.go:403] &{.. } [container.go:403] &{. } [container.go:403] &{.5 } [container.go:403] &{0% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{.. } [container.go:403] &{. } [container.go:403] &{.. } [container.go:403] &{. } [container.go:403] &{.60% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{.. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{.. } [container.go:403] &{. } [container.go:403] &{70 } [container.go:403] &{% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{.. } [container.go:403] &{. } [container.go:403] &{.. } [container.go:403] &{. } [container.go:403] &{.80% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{... } [container.go:403] &{.. } [container.go:403] &{. } [container.go:403] &{.90% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{.. } [container.go:403] &{. } [container.go:403] &{.. } [container.go:403] &{. } [container.go:403] &{.100% } [container.go:403] &{Loading deployment definition data: 0% } [container.go:403] &{..... } [container.go:403] &{....10%. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{2 } [container.go:403] &{0 } [container.go:403] &{% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{30%..... } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{4 } [container.go:403] &{0 } [container.go:403] &{% } [container.go:403] &{. } [container.go:403] &{...... } [container.go:403] &{..50% } [container.go:403] &{.. } [container.go:403] &{...... } [container.go:403] &{. } [container.go:403] &{60%. } [container.go:403] &{. } [container.go:403] &{.. } [container.go:403] &{.....70% } [container.go:403] &{...... } [container.go:403] &{...80 } [container.go:403] &{%.. } [container.go:403] &{...... } [container.go:403] &{. } [container.go:403] &{90%. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{..... } [container.go:403] &{100% } [container.go:403] &{Loading application data: 0% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{10% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{2 } [container.go:403] &{0 } [container.go:403] &{% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{3 } [container.go:403] &{0 } [container.go:403] &{% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{4 } [container.go:403] &{0 } [container.go:403] &{% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{50 } [container.go:403] &{% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{60% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{70% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{80% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{90% } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{. } [container.go:403] &{100% } [container.go:403] &{The build command completed successfully } [container.go:403] &{sas_viya_playbook/ } [container.go:403] &{sas_viya_playbook/SASViyaV0300_9CFQJ5_70220524_Linux_x86-64.jwt } [container.go:403] &{sas_viya_playbook/SASViyaV0300_9CFQJ5_Linux_x86-64.txt } [container.go:403] &{sas_viya_playbook/SAS_CA_Certificate.pem sas_viya_playbook/action_plugins/ sas_viya_playbook/action_plugins/jinja_version.py } [container.go:403] &{sas_viya_playbook/ansible.cfg } [container.go:403] &{sas_viya_playbook/apply-license.yml } [container.go:403] &{sas_viya_playbook/checksums.txt } [container.go:403] &{sas_viya_playbook/deploy-casworker.yml } [container.go:403] &{sas_viya_playbook/deploy-cleanup.yml } [container.go:403] &{sas_viya_playbook/entitlement_certificate.pem } [container.go:403] &{sas_viya_playbook/filter_plugins/ } [container.go:403] &{sas_viya_playbook/filter_plugins/to_fqdn_list.py sas_viya_playbook/filter_plugins/to_ipv4_list.py } [container.go:403] &{sas_viya_playbook/group_vars/ } [container.go:403] &{sas_viya_playbook/group_vars/CommandLine sas_viya_playbook/group_vars/all sas_viya_playbook/group_vars/httpproxy sas_viya_playbook/group_vars/programming sas_viya_playbook/group_vars/sas_all sas_viya_playbook/group_vars/sas_casserver_primary } [container.go:403] &{sas_viya_playbook/group_vars/sas_casserver_secondary sas_viya_playbook/group_vars/sas_casserver_worker sas_viya_playbook/install-only.yml sas_viya_playbook/internal/ } [container.go:403] &{sas_viya_playbook/internal/analyze-existing-java.yml } [container.go:403] &{sas_viya_playbook/internal/apply-cas-license.yml } [container.go:403] &{sas_viya_playbook/internal/apply-foundation-license.yml } [container.go:403] &{sas_viya_playbook/internal/batchserver.yml } [container.go:403] &{sas_viya_playbook/internal/cas.yml } [container.go:403] &{sas_viya_playbook/internal/casserver-ensure-port-availability.yml sas_viya_playbook/internal/common.yml } [container.go:403] &{sas_viya_playbook/internal/computeserver.yml } [container.go:403] &{sas_viya_playbook/internal/config-start.yml sas_viya_playbook/internal/config-stop.yml } [container.go:403] &{sas_viya_playbook/internal/configure-and-start-httpd.yml } [container.go:403] &{sas_viya_playbook/internal/configure-and-start.yml sas_viya_playbook/internal/connect.yml sas_viya_playbook/internal/create-snapshot.yml sas_viya_playbook/internal/deploy-cas-consulagent.yml sas_viya_playbook/internal/deploy-cas.yml sas_viya_playbook/internal/deploy-cascerts.yml sas_viya_playbook/internal/deploy-complete.yml sas_viya_playbook/internal/deploy-configure.yml sas_viya_playbook/internal/deploy-foundation-consulagent.yml sas_viya_playbook/internal/deploy-foundation.yml sas_viya_playbook/internal/deploy-install.yml sas_viya_playbook/internal/deploy-preinstall.yml } [container.go:403] &{sas_viya_playbook/internal/ensure-install-user.yml sas_viya_playbook/internal/envesntl.yml sas_viya_playbook/internal/espbase-x64_redhat_linux_6-yum.yml sas_viya_playbook/internal/foundation-ensure-port-availability.yml } [container.go:403] &{sas_viya_playbook/internal/gather-host-facts.yml } [container.go:403] &{sas_viya_playbook/internal/host-setup.yml } [container.go:403] &{sas_viya_playbook/internal/host-verification.yml sas_viya_playbook/internal/httpd-x64_redhat_linux_6-yum.yml sas_viya_playbook/internal/install-packages-x64_redhat_linux_6-yum.yml sas_viya_playbook/internal/install-packages.yml sas_viya_playbook/internal/lifecycle.yml } [container.go:403] &{sas_viya_playbook/internal/load-httpproxy-facts.yml sas_viya_playbook/internal/manage-installation.yml sas_viya_playbook/internal/mt-backupagent.yml sas_viya_playbook/internal/mt-cas.yml sas_viya_playbook/internal/mt-cli-delete.yml sas_viya_playbook/internal/mt-cli-disable.yml sas_viya_playbook/internal/mt-cli-offboard.yml } [container.go:403] &{sas_viya_playbook/internal/mt-database-remove.yml } [container.go:403] &{sas_viya_playbook/internal/mt-database.yml } [container.go:403] &{sas_viya_playbook/internal/mt-files-remove.yml } [container.go:403] &{sas_viya_playbook/internal/mt-launcher.yml sas_viya_playbook/internal/mt-onboard.yml sas_viya_playbook/internal/mt-operations.yml sas_viya_playbook/internal/mt-preinstall.yml sas_viya_playbook/internal/mt-programming.yml sas_viya_playbook/internal/mt-sasgpud.yml } [container.go:403] &{sas_viya_playbook/internal/mt-services-stop.yml sas_viya_playbook/internal/mt-setup.yml sas_viya_playbook/internal/post-configuration.yml sas_viya_playbook/internal/post-deployment.yml sas_viya_playbook/internal/post-installation.yml sas_viya_playbook/internal/pre-installation.yml sas_viya_playbook/internal/repo-setup.yml sas_viya_playbook/internal/safety-stop.yml sas_viya_playbook/internal/sasgpudcfg-x64_redhat_linux_6-yum.yml sas_viya_playbook/internal/sasstudio-x64_redhat_linux_6-yum.yml sas_viya_playbook/internal/sasstudio.yml sas_viya_playbook/internal/services-cas.yml sas_viya_playbook/internal/services-foundation.yml sas_viya_playbook/internal/set-assessment-facts.yml sas_viya_playbook/internal/setup-ecosystem.yml sas_viya_playbook/internal/soe_defaults.yml sas_viya_playbook/internal/spawner.yml sas_viya_playbook/internal/start-all.yml } [container.go:403] &{sas_viya_playbook/internal/start-only.yml sas_viya_playbook/internal/start-viya-foundation-services.yml sas_viya_playbook/internal/stop-all.yml } [container.go:403] &{sas_viya_playbook/internal/stop-viya-foundation-services.yml sas_viya_playbook/internal/third-party-assessment.yml sas_viya_playbook/internal/uninstall.yml sas_viya_playbook/internal/update-spre-java.yml sas_viya_playbook/internal/validate-cps-postgres-rules.yml sas_viya_playbook/internal/validate-java.yml sas_viya_playbook/internal/validate-license.yml sas_viya_playbook/internal/validate-postgres-rules.yml sas_viya_playbook/internal/validate.yml } [container.go:403] &{sas_viya_playbook/inventory.ini sas_viya_playbook/library/ sas_viya_playbook/library/add_repository_build_type.py sas_viya_playbook/library/disk_space_check.py sas_viya_playbook/library/ensure_address_alignment.py } [container.go:403] &{sas_viya_playbook/library/gather_additional_host_facts.py sas_viya_playbook/library/get_consul_url.py sas_viya_playbook/library/host_connection_check.py sas_viya_playbook/library/init_system_check.py sas_viya_playbook/library/list_sas_packages.py sas_viya_playbook/library/memory_check.py sas_viya_playbook/library/revise_updatables.py sas_viya_playbook/library/selinux_check.py sas_viya_playbook/library/ulimit_check.py sas_viya_playbook/library/verify_yaml_file.py sas_viya_playbook/module_utils/ sas_viya_playbook/module_utils/disk_space_check/ sas_viya_playbook/module_utils/disk_space_check/__init__.py sas_viya_playbook/module_utils/disk_space_check/base.py sas_viya_playbook/module_utils/disk_space_check/build_type_factory.py sas_viya_playbook/module_utils/disk_space_check/x64_redhat_linux_6_yum.py sas_viya_playbook/module_utils/list_sas_packages/ sas_viya_playbook/module_utils/list_sas_packages/__init__.py sas_viya_playbook/module_utils/list_sas_packages/base.py sas_viya_playbook/module_utils/list_sas_packages/build_type_factory.py sas_viya_playbook/module_utils/list_sas_packages/x64_redhat_linux_6_yum.py sas_viya_playbook/module_utils/sas_lib.py sas_viya_playbook/roles/ sas_viya_playbook/roles/batchserver/ sas_viya_playbook/roles/batchserver/defaults/ sas_viya_playbook/roles/batchserver/defaults/main.yml sas_viya_playbook/roles/batchserver/tasks/ sas_viya_playbook/roles/batchserver/tasks/main.yml sas_viya_playbook/roles/batchserver/tasks/start.yml sas_viya_playbook/roles/batchserver/templates/ sas_viya_playbook/roles/batchserver/templates/autoexec_deployment.sas.j2 sas_viya_playbook/roles/batchserver/templates/sasenv_deployment.j2 sas_viya_playbook/roles/batchserver/templates/sasv9_deployment.cfg.j2 sas_viya_playbook/roles/casserver-config/ sas_viya_playbook/roles/casserver-config/defaults/ sas_viya_playbook/roles/casserver-config/defaults/main.yml sas_viya_playbook/roles/casserver-config/tasks/ sas_viya_playbook/roles/casserver-config/tasks/conditional-stop.yml sas_viya_playbook/roles/casserver-config/tasks/framework.yml sas_viya_playbook/roles/casserver-config/tasks/main.yml sas_viya_playbook/roles/casserver-config/tasks/start.yml } [container.go:403] &{sas_viya_playbook/roles/casserver-config/templates/ sas_viya_playbook/roles/casserver-config/templates/cas_grid_vars.j2 sas_viya_playbook/roles/casserver-config/templates/cluster_defn_vars.yml.j2 sas_viya_playbook/roles/casserver-config/templates/ssh_defn_vars.yml.j2 sas_viya_playbook/roles/casserver-ensure-port-availability/ sas_viya_playbook/roles/casserver-ensure-port-availability/tasks/ sas_viya_playbook/roles/casserver-ensure-port-availability/tasks/main.yml sas_viya_playbook/roles/casserver-license/ sas_viya_playbook/roles/casserver-license/defaults/ sas_viya_playbook/roles/casserver-license/defaults/main.yml sas_viya_playbook/roles/casserver-license/tasks/ sas_viya_playbook/roles/casserver-license/tasks/main.yml sas_viya_playbook/roles/casserver-validate/ sas_viya_playbook/roles/casserver-validate/defaults/ sas_viya_playbook/roles/casserver-validate/defaults/main.yml sas_viya_playbook/roles/casserver-validate/tasks/ sas_viya_playbook/roles/casserver-validate/tasks/main.yml sas_viya_playbook/roles/common/ sas_viya_playbook/roles/common/tasks/ sas_viya_playbook/roles/common/tasks/main.yml sas_viya_playbook/roles/computeserver/ sas_viya_playbook/roles/computeserver/defaults/ sas_viya_playbook/roles/computeserver/defaults/main.yml sas_viya_playbook/roles/computeserver/tasks/ sas_viya_playbook/roles/computeserver/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/computeserver/tasks/start.yml sas_viya_playbook/roles/computeserver/templates/ sas_viya_playbook/roles/computeserver/templates/sasenv_deployment.j2 sas_viya_playbook/roles/computeserver/templates/sasv9_deployment.cfg.j2 } [container.go:403] &{sas_viya_playbook/roles/connect-config/ sas_viya_playbook/roles/connect-config/defaults/ sas_viya_playbook/roles/connect-config/defaults/main.yml sas_viya_playbook/roles/connect-config/tasks/ sas_viya_playbook/roles/connect-config/tasks/conditional-stop.yml sas_viya_playbook/roles/connect-config/tasks/main.yml sas_viya_playbook/roles/connect-config/tasks/start.yml sas_viya_playbook/roles/connect-config/templates/ sas_viya_playbook/roles/connect-config/templates/autoexec_deployment.sas.j2 sas_viya_playbook/roles/connect-config/templates/sasenv_deployment.j2 sas_viya_playbook/roles/connect-config/templates/sasv9_deployment.cfg.j2 } [container.go:403] &{sas_viya_playbook/roles/consul/ } [container.go:403] &{sas_viya_playbook/roles/consul/files/ } [container.go:403] &{sas_viya_playbook/roles/consul/files/sitedefault_sample.yml } [container.go:403] &{sas_viya_playbook/roles/consulEncryption_token_ecosystem/ } [container.go:403] &{sas_viya_playbook/roles/consulEncryption_token_ecosystem/tasks/ sas_viya_playbook/roles/consulEncryption_token_ecosystem/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/create-snapshot/ } [container.go:403] &{sas_viya_playbook/roles/create-snapshot/defaults/ } [container.go:403] &{sas_viya_playbook/roles/create-snapshot/defaults/main.yml sas_viya_playbook/roles/create-snapshot/tasks/ sas_viya_playbook/roles/create-snapshot/tasks/main.yml sas_viya_playbook/roles/ecosystem-packages/ sas_viya_playbook/roles/ecosystem-packages/tasks/ sas_viya_playbook/roles/ecosystem-packages/tasks/main.yml sas_viya_playbook/roles/ecosystem-users/ sas_viya_playbook/roles/ecosystem-users/defaults/ sas_viya_playbook/roles/ecosystem-users/defaults/main.yml sas_viya_playbook/roles/ecosystem-users/tasks/ sas_viya_playbook/roles/ecosystem-users/tasks/main.yml sas_viya_playbook/roles/ensure_install_user/ sas_viya_playbook/roles/ensure_install_user/tasks/ sas_viya_playbook/roles/ensure_install_user/tasks/main.yml sas_viya_playbook/roles/erlangCookie_token_ecosystem/ sas_viya_playbook/roles/erlangCookie_token_ecosystem/tasks/ sas_viya_playbook/roles/erlangCookie_token_ecosystem/tasks/main.yml sas_viya_playbook/roles/espbase-x64_redhat_linux_6-yum/ sas_viya_playbook/roles/espbase-x64_redhat_linux_6-yum/defaults/ sas_viya_playbook/roles/espbase-x64_redhat_linux_6-yum/defaults/main.yml sas_viya_playbook/roles/espbase-x64_redhat_linux_6-yum/tasks/ sas_viya_playbook/roles/espbase-x64_redhat_linux_6-yum/tasks/apply-license.yml sas_viya_playbook/roles/espbase-x64_redhat_linux_6-yum/tasks/configure-and-start.yml sas_viya_playbook/roles/espbase-x64_redhat_linux_6-yum/tasks/configure.yml sas_viya_playbook/roles/espbase-x64_redhat_linux_6-yum/tasks/copy-license.yml sas_viya_playbook/roles/espbase-x64_redhat_linux_6-yum/tasks/main.yml sas_viya_playbook/roles/espbase-x64_redhat_linux_6-yum/tasks/start.yml sas_viya_playbook/roles/espbase-x64_redhat_linux_6-yum/tasks/stop.yml sas_viya_playbook/roles/foundation-config/ sas_viya_playbook/roles/foundation-config/defaults/ sas_viya_playbook/roles/foundation-config/defaults/main.yml sas_viya_playbook/roles/foundation-config/tasks/ sas_viya_playbook/roles/foundation-config/tasks/main.yml sas_viya_playbook/roles/foundation-ensure-port-availability/ sas_viya_playbook/roles/foundation-ensure-port-availability/defaults/ sas_viya_playbook/roles/foundation-ensure-port-availability/defaults/main.yml sas_viya_playbook/roles/foundation-ensure-port-availability/tasks/ sas_viya_playbook/roles/foundation-ensure-port-availability/tasks/main.yml sas_viya_playbook/roles/foundation-license/ sas_viya_playbook/roles/foundation-license/defaults/ sas_viya_playbook/roles/foundation-license/defaults/main.yml sas_viya_playbook/roles/foundation-license/tasks/ sas_viya_playbook/roles/foundation-license/tasks/main.yml sas_viya_playbook/roles/foundation-service/ sas_viya_playbook/roles/foundation-service/defaults/ sas_viya_playbook/roles/foundation-service/defaults/main.yml sas_viya_playbook/roles/foundation-service/tasks/ sas_viya_playbook/roles/foundation-service/tasks/main.yml sas_viya_playbook/roles/foundation-validate/ sas_viya_playbook/roles/foundation-validate/defaults/ sas_viya_playbook/roles/foundation-validate/defaults/main.yml sas_viya_playbook/roles/foundation-validate/tasks/ sas_viya_playbook/roles/foundation-validate/tasks/main.yml sas_viya_playbook/roles/framework/ sas_viya_playbook/roles/framework/tasks/ sas_viya_playbook/roles/framework/tasks/main.yml sas_viya_playbook/roles/hadooptracer-copy-tolocal/ sas_viya_playbook/roles/hadooptracer-copy-tolocal/tasks/ sas_viya_playbook/roles/hadooptracer-copy-tolocal/tasks/main.yml sas_viya_playbook/roles/hadooptracer-precheck/ sas_viya_playbook/roles/hadooptracer-precheck/files/ sas_viya_playbook/roles/hadooptracer-precheck/files/checksafemode.sh sas_viya_playbook/roles/hadooptracer-precheck/files/cleanoldtracers.sh sas_viya_playbook/roles/hadooptracer-precheck/files/mrkiller.sh sas_viya_playbook/roles/hadooptracer-precheck/files/pitest.sh sas_viya_playbook/roles/hadooptracer-precheck/tasks/ sas_viya_playbook/roles/hadooptracer-precheck/tasks/main.yml sas_viya_playbook/roles/hadooptracer-run/ sas_viya_playbook/roles/hadooptracer-run/defaults/ sas_viya_playbook/roles/hadooptracer-run/defaults/main.yml sas_viya_playbook/roles/hadooptracer-run/tasks/ sas_viya_playbook/roles/hadooptracer-run/tasks/main.yml sas_viya_playbook/roles/hadooptracer-runvalidation/ sas_viya_playbook/roles/hadooptracer-runvalidation/defaults/ sas_viya_playbook/roles/hadooptracer-runvalidation/defaults/main.yml sas_viya_playbook/roles/hadooptracer-runvalidation/tasks/ sas_viya_playbook/roles/hadooptracer-runvalidation/tasks/main.yml sas_viya_playbook/roles/hadooptracer-uploadclientfiles/ sas_viya_playbook/roles/hadooptracer-uploadclientfiles/defaults/ sas_viya_playbook/roles/hadooptracer-uploadclientfiles/defaults/main.yml sas_viya_playbook/roles/hadooptracer-uploadclientfiles/tasks/ sas_viya_playbook/roles/hadooptracer-uploadclientfiles/tasks/main.yml sas_viya_playbook/roles/host-setup/ sas_viya_playbook/roles/host-setup/tasks/ sas_viya_playbook/roles/host-setup/tasks/main.yml sas_viya_playbook/roles/host-setup-x64_redhat_linux_6-yum/ sas_viya_playbook/roles/host-setup-x64_redhat_linux_6-yum/tasks/ sas_viya_playbook/roles/host-setup-x64_redhat_linux_6-yum/tasks/main.yml sas_viya_playbook/roles/host-verification/ sas_viya_playbook/roles/host-verification/tasks/ sas_viya_playbook/roles/host-verification/tasks/main.yml sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/ sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/ sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml sas_viya_playbook/roles/httpd/ sas_viya_playbook/roles/httpd/tasks/ sas_viya_playbook/roles/httpd/tasks/main.yml sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/ sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/defaults/ sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/defaults/main.yml sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/handlers/ sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/handlers/main.yml sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/tasks/ sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/tasks/configure-and-start.yml sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/tasks/main.yml sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/templates/ } [container.go:403] &{sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/templates/proxy.conf.j2 } [container.go:403] &{sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/tests/ sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/tests/inventory } [container.go:403] &{sas_viya_playbook/roles/httpd-x64_redhat_linux_6-yum/tests/test.yml sas_viya_playbook/roles/lifecycle/ } [container.go:403] &{sas_viya_playbook/roles/lifecycle/files/ sas_viya_playbook/roles/lifecycle/files/softwareGroupSets.json sas_viya_playbook/roles/lifecycle/tasks/ sas_viya_playbook/roles/lifecycle/tasks/main.yml sas_viya_playbook/roles/lifecycle/templates/ sas_viya_playbook/roles/lifecycle/templates/repository_warehouse_create_v1.json.j2 } [container.go:403] &{sas_viya_playbook/roles/post-configuration/ } [container.go:403] &{sas_viya_playbook/roles/post-configuration/tasks/ sas_viya_playbook/roles/post-configuration/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/post-installation/ } [container.go:403] &{sas_viya_playbook/roles/post-installation/tasks/ } [container.go:403] &{sas_viya_playbook/roles/post-installation/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/post-uninstall/ } [container.go:403] &{sas_viya_playbook/roles/post-uninstall/tasks/ } [container.go:403] &{sas_viya_playbook/roles/post-uninstall/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/pre-installation/ } [container.go:403] &{sas_viya_playbook/roles/pre-installation/tasks/ sas_viya_playbook/roles/pre-installation/tasks/main.yml sas_viya_playbook/roles/repo-setup/ sas_viya_playbook/roles/repo-setup/files/ sas_viya_playbook/roles/repo-setup/files/readme.txt sas_viya_playbook/roles/repo-setup/tasks/ sas_viya_playbook/roles/repo-setup/tasks/main.yml sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/ sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/ sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/templates/ sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/templates/sas.repo.j2 } [container.go:403] &{sas_viya_playbook/roles/run_executable/ } [container.go:403] &{sas_viya_playbook/roles/run_executable/defaults/ sas_viya_playbook/roles/run_executable/defaults/main.yml } [container.go:403] &{sas_viya_playbook/roles/run_executable/tasks/ } [container.go:403] &{sas_viya_playbook/roles/run_executable/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/sas-instructions/ } [container.go:403] &{sas_viya_playbook/roles/sas-instructions/defaults/ } [container.go:403] &{sas_viya_playbook/roles/sas-instructions/defaults/main.yml } [container.go:403] &{sas_viya_playbook/roles/sas-instructions/tasks/ } [container.go:403] &{sas_viya_playbook/roles/sas-instructions/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/sas-instructions/templates/ } [container.go:403] &{sas_viya_playbook/roles/sas-instructions/templates/sas_instructions.txt.j2 } [container.go:403] &{sas_viya_playbook/roles/sas-requirements-java/ } [container.go:403] &{sas_viya_playbook/roles/sas-requirements-java/defaults/ } [container.go:403] &{sas_viya_playbook/roles/sas-requirements-java/defaults/main.yml sas_viya_playbook/roles/sas-requirements-java/tasks/ } [container.go:403] &{sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml } [container.go:403] &{sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/sas-requirements-report/ } [container.go:403] &{sas_viya_playbook/roles/sas-requirements-report/defaults/ } [container.go:403] &{sas_viya_playbook/roles/sas-requirements-report/defaults/main.yml } [container.go:403] &{sas_viya_playbook/roles/sas-requirements-report/tasks/ } [container.go:403] &{sas_viya_playbook/roles/sas-requirements-report/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/sas-studio-config/ } [container.go:403] &{sas_viya_playbook/roles/sas-studio-config/defaults/ } [container.go:403] &{sas_viya_playbook/roles/sas-studio-config/defaults/main.yml } [container.go:403] &{sas_viya_playbook/roles/sas-studio-config/tasks/ } [container.go:403] &{sas_viya_playbook/roles/sas-studio-config/tasks/conditional-stop.yml sas_viya_playbook/roles/sas-studio-config/tasks/framework.yml } [container.go:403] &{sas_viya_playbook/roles/sas-studio-config/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/sas-studio-config/tasks/start.yml } [container.go:403] &{sas_viya_playbook/roles/sas-studio-config/templates/ } [container.go:403] &{sas_viya_playbook/roles/sas-studio-config/templates/appserver_deployment.sh.j2 sas_viya_playbook/roles/sas-studio-config/templates/init_deployment.properties.j2 sas_viya_playbook/roles/sasgpudcfg-x64_redhat_linux_6-yum/ sas_viya_playbook/roles/sasgpudcfg-x64_redhat_linux_6-yum/defaults/ sas_viya_playbook/roles/sasgpudcfg-x64_redhat_linux_6-yum/defaults/main.yml sas_viya_playbook/roles/sasgpudcfg-x64_redhat_linux_6-yum/tasks/ sas_viya_playbook/roles/sasgpudcfg-x64_redhat_linux_6-yum/tasks/configure-and-start.yml sas_viya_playbook/roles/sasgpudcfg-x64_redhat_linux_6-yum/tasks/configure.yml sas_viya_playbook/roles/sasgpudcfg-x64_redhat_linux_6-yum/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/sasgpudcfg-x64_redhat_linux_6-yum/tasks/start.yml sas_viya_playbook/roles/sasgpudcfg-x64_redhat_linux_6-yum/tasks/stop.yml sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/ sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/defaults/ } [container.go:403] &{sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/defaults/main.yml sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/tasks/ } [container.go:403] &{sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/tasks/configure-and-start.yml sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/tasks/configure.yml sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/tasks/start.yml sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/tasks/stop.yml sas_viya_playbook/roles/spawner-config/ } [container.go:403] &{sas_viya_playbook/roles/spawner-config/defaults/ sas_viya_playbook/roles/spawner-config/defaults/main.yml sas_viya_playbook/roles/spawner-config/tasks/ sas_viya_playbook/roles/spawner-config/tasks/conditional-stop.yml sas_viya_playbook/roles/spawner-config/tasks/main.yml sas_viya_playbook/roles/spawner-config/tasks/start.yml sas_viya_playbook/roles/spawner-config/templates/ sas_viya_playbook/roles/spawner-config/templates/autoexec_deployment.sas.j2 sas_viya_playbook/roles/spawner-config/templates/sasenv_deployment.j2 sas_viya_playbook/roles/spawner-config/templates/sasv9_deployment.cfg.j2 } [container.go:403] &{sas_viya_playbook/roles/ssh_ecosystem/ sas_viya_playbook/roles/ssh_ecosystem/tasks/ } [container.go:403] &{sas_viya_playbook/roles/ssh_ecosystem/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/tls_customer_ecosystem/ } [container.go:403] &{sas_viya_playbook/roles/tls_customer_ecosystem/tasks/ sas_viya_playbook/roles/tls_customer_ecosystem/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/tls_ecosystem/ } [container.go:403] &{sas_viya_playbook/roles/tls_ecosystem/tasks/ sas_viya_playbook/roles/tls_ecosystem/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/tls_password_ecosystem/ } [container.go:403] &{sas_viya_playbook/roles/tls_password_ecosystem/tasks/ } [container.go:403] &{sas_viya_playbook/roles/tls_password_ecosystem/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/uuid_token_ecosystem/ } [container.go:403] &{sas_viya_playbook/roles/uuid_token_ecosystem/tasks/ sas_viya_playbook/roles/uuid_token_ecosystem/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/validate-cps-postgres-rules/ sas_viya_playbook/roles/validate-cps-postgres-rules/defaults/ } [container.go:403] &{sas_viya_playbook/roles/validate-cps-postgres-rules/defaults/main.yml } [container.go:403] &{sas_viya_playbook/roles/validate-cps-postgres-rules/tasks/ sas_viya_playbook/roles/validate-cps-postgres-rules/tasks/main.yml } [container.go:403] &{sas_viya_playbook/roles/validate-postgres-rules/ } [container.go:403] &{sas_viya_playbook/roles/validate-postgres-rules/defaults/ sas_viya_playbook/roles/validate-postgres-rules/defaults/main.yml sas_viya_playbook/roles/validate-postgres-rules/tasks/ } [container.go:403] &{sas_viya_playbook/roles/validate-postgres-rules/tasks/main.yml } [container.go:403] &{sas_viya_playbook/samples/ } [container.go:403] &{sas_viya_playbook/samples/inventory.ini sas_viya_playbook/samples/inventory_cas_multi_machine.ini } [container.go:403] &{sas_viya_playbook/samples/inventory_local.ini } [container.go:403] &{sas_viya_playbook/samples/sample_tenant_vars.yml } [container.go:403] &{sas_viya_playbook/samples/vars.yml } [container.go:403] &{sas_viya_playbook/scripts/ } [container.go:403] &{sas_viya_playbook/scripts/check_account.sh } [container.go:403] &{sas_viya_playbook/scripts/create_sas_user_group.sh } [container.go:403] &{sas_viya_playbook/scripts/validate_java.sh } [container.go:403] &{sas_viya_playbook/site.yml } [container.go:403] &{sas_viya_playbook/system-assessment.yml } [container.go:403] &{sas_viya_playbook/tasks/ } [container.go:403] &{sas_viya_playbook/tasks/cas_check_id_consistency.yml } [container.go:403] &{sas_viya_playbook/tasks/check_id_consistency.yml } [container.go:403] &{sas_viya_playbook/tasks/check_tenant_admin.yml sas_viya_playbook/tasks/check_user.yml sas_viya_playbook/tasks/create_cas_cluster_defs.yml sas_viya_playbook/tasks/create_sas_user.yml sas_viya_playbook/tasks/distribute-certificate.yml sas_viya_playbook/tasks/provision_sas_user.yml sas_viya_playbook/tasks/provision_user_ssh.yml sas_viya_playbook/tasks/rebuild-trust-stores.yml } [container.go:403] &{sas_viya_playbook/tasks/set_license_file.yml sas_viya_playbook/update-only.yml sas_viya_playbook/utility/ sas_viya_playbook/utility/apply-cas-tenant-license.yml } [container.go:403] &{sas_viya_playbook/utility/copy-casworker-vault-token.yml sas_viya_playbook/utility/disable-tenant.yml sas_viya_playbook/utility/distribute-httpd-certs.yml } [container.go:403] &{sas_viya_playbook/utility/hadooptracer-download.yml sas_viya_playbook/utility/hadooptracer-launch.yml } [container.go:403] &{sas_viya_playbook/utility/hadooptracer-precheck.yml sas_viya_playbook/utility/hadooptracer-runtracer.yml sas_viya_playbook/utility/hadooptracer-tiernodes.yml } [container.go:403] &{sas_viya_playbook/utility/hadooptracer-validation.yml sas_viya_playbook/utility/multi-tenancy.yml sas_viya_playbook/utility/offboard-tenant.yml } [container.go:403] &{sas_viya_playbook/utility/rebuild-trust-stores.yml } [container.go:403] &{sas_viya_playbook/utility/update-casworker-vault-token.yml sas_viya_playbook/utility/upgrade-postgresql.yml } [container.go:403] &{sas_viya_playbook/vars.yml } [container.go:403] &{####### Viya installer checks for /root/.ssh/known_hosts } [container.go:403] &{mkdir: created directory ‘/root/.ssh’ } [container.go:403] &{mode of ‘/root/.ssh/known_hosts’ retained as 0644 (rw-r--r--) } [container.go:403] &{ } [container.go:403] &{####### Create the sas group and the cas user } [container.go:403] &{ } [container.go:403] &{/tmp/sas/sas_viya_playbook /tmp/sas ####### Modify the input to ignore verification failures } [container.go:403] &{ } [container.go:403] &{####### Get the right inventory file } [container.go:403] &{‘samples/inventory_local.ini’ -> ‘./inventory_local.ini’ } [container.go:403] &{####### For now defaulting to a installable Java version } [container.go:403] &{####### Disable starting httpd } [container.go:403] &{/tmp/sas } [container.go:403] &{Removing intermediate container de80b6fc8cb7 } [container.go:403] &{---> 785ee45fef13 } [container.go:403] &{Step 20/34 : COPY vars_usermods.yml ./sas_viya_playbook/vars_usermods.yml } [container.go:403] &{ } [container.go:403] &{---> 45364ad2c611 } [container.go:403] &{Step 21/34 : RUN set -e; pushd sas_viya_playbook ; echo; echo "####### Run the playbook"; echo; ansible-playbook -i inventory_local.ini site.yml -e '@vars_usermods.yml' -vvv ; echo; echo "####### Stop the running services"; echo; /etc/init.d/sas-viya-all-services stop; popd; echo; echo "####### Reset host variables to localhost"; echo; sed -i 's|^options cashost=".*" casport|options cashost="localhost" casport|' /opt/sas/viya/config/etc/batchserver/default/autoexec_deployment.sas; sed -i 's|^env.CAS_VIRTUAL_HOST = '.*'|env.CAS_VIRTUAL_HOST = 'localhost'|' /opt/sas/viya/config/etc/cas/default/casconfig_deployment.lua; sed -i 's|^SASCONTROLLERHOST=.*|SASCONTROLLERHOST=localhost|' /opt/sas/viya/config/etc/sysconfig/cas/default/sas-cas-deployment; sed -i 's|^SAS_CURRENT_HOST=.*|SAS_CURRENT_HOST=localhost|' /opt/sas/viya/config/etc/sysconfig/cas/default/sas-cas-deployment; sed -i 's|^options cashost=".*" casport|options cashost="localhost" casport|' /opt/sas/viya/config/etc/workspaceserver/default/autoexec_deployment.sas; if [ "$PLATFORM" = "redhat" ] ; then sed -i 's|http://.*:|http://localhost:|' /etc/httpd/conf.d/proxy.conf; echo "ServerName localhost" >> /etc/httpd/conf/httpd.conf; elif [ "$PLATFORM" = "suse" ]; then sed -i 's|http://.*:|http://localhost:|' /etc/apache2/conf.d/proxy.conf; echo "ServerName localhost" >> /etc/apache2/httpd.conf; fi; echo; echo "####### Remove permstore"; echo; rm --verbose --recursive --force /opt/sas/viya/config/etc/cas/default/permstore/*; echo; echo "####### Remove created logs"; echo; rm --verbose --recursive --force /opt/sas/viya/config/var/log/all-services/default/*; rm --verbose --recursive --force /opt/sas/viya/config/var/log/cas/default/*; rm --verbose --recursive --force /opt/sas/viya/config/var/log/sasstudio/default/*; rm --verbose --recursive --force /opt/sas/viya/config/var/log/spawner/default/*; echo; if [ "$PLATFORM" = "redhat" ] || [ "$PLATFORM" = "suse" ]; then echo; echo "####### Remove Text Analytic languages; we will add them back in their own layer"; echo; for txtmin in $(rpm -qa | grep sas-txtmin); do if [[ "${txtmin}" != "sas-txtmineng"* ]] && [[ "${txtmin}" != *"yum"* ]]; then echo "####### Uninstalling ${txtmin}"; rpm --verbose -e ${txtmin}; fi; done; fi; if [ "$PLATFORM" = "redhat" ] ; then echo; echo "####### Remove some of the bigger packages that have bloated the layer"; echo; for bigpackage in "sas-mapsgfka1" "sas-mapsgfkb1" "sas-nvidiacuda1" "sas-nvidiacuda" "sas-mapsvahdat" "sas-reportvahdat"; do if rpm -q --quiet ${bigpackage}; then yum erase --assumeyes ${bigpackage}; fi; done; echo; echo "####### Remove the repos"; echo; yum erase --assumeyes "sas-meta-repo*"; if [ -e "/etc/yum.repos.d/sas.repo" ]; then rm --verbose /etc/yum.repos.d/sas.repo; fi; echo; echo "####### Clean up yum"; echo; yum clean all; rm --verbose --recursive --force /root/.cache /var/cache/yum; elif [ "$PLATFORM" = "suse" ]; then echo; echo "####### Remove some of the bigger packages that have bloated the layer"; echo; for bigpackage in "sas-mapsgfka1" "sas-mapsgfkb1" "sas-nvidiacuda1" "sas-nvidiacuda" "sas-mapsvahdat" "sas-reportvahdat"; do if rpm -q --quiet ${bigpackage}; then zypper remove -y ${bigpackage}; fi; done; mkdir -p /opt/sas/viya/config/var/log/spawner/default ; chown sas:sas /opt/sas/viya/config/var/log/spawner/default; echo; echo "####### Clean up zypper"; echo; zypper clean --all; rm --verbose --recursive --force /etc/zypp/repos.d/sas-repo*suse*.repo; rm --verbose --recursive --force /var/cache/zypp; fi; echo; echo "####### Remove the entitlement certificate"; echo; rm --verbose --recursive --force /etc/pki/sas; echo; echo "####### Remove the content in the WORKDIR"; echo; rm --verbose --recursive --force sas-orchestration sas-orchestration-linux.tgz; } [container.go:403] &{ } [container.go:403] &{---> Running in 5fbd0746ec5f } [container.go:403] &{/tmp/sas/sas_viya_playbook /tmp/sas ####### Run the playbook } [container.go:403] &{/usr/lib/python2.7/site-packages/ansible/parsing/vault/__init__.py:41: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. from cryptography.exceptions import InvalidSignature  } [container.go:403] &{ansible-playbook 2.7.0 config file = /tmp/sas/sas_viya_playbook/ansible.cfg configured module search path = [u'/tmp/sas/sas_viya_playbook/library'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] } [container.go:403] &{Using /tmp/sas/sas_viya_playbook/ansible.cfg as config file } [container.go:403] &{Parsed /tmp/sas/sas_viya_playbook/inventory_local.ini inventory source with ini plugin } [container.go:403] &{statically imported: /tmp/sas/sas_viya_playbook/tasks/check_user.yml } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{statically imported: /tmp/sas/sas_viya_playbook/tasks/create_cas_cluster_defs.yml } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/casserver-config/defaults/main.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/foundation-ensure-port-availability/defaults/main.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/foundation-ensure-port-availability/defaults/main.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/create-snapshot/defaults/main.yml' } [container.go:403] &{PLAYBOOK: site.yml ************************************************************* } [container.go:403] &{59 plays in site.yml } [container.go:403] &{PLAY [sas_all] ***************************************************************** } [container.go:403] &{TASK [Gathering Facts] ********************************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/site.yml:3 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742050.68-237501012532219 `" && echo ansible-tmp-1615742050.68-237501012532219="` echo /tmp/.$USER.ansible/ansible-tmp-1615742050.68-237501012532219 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpvrQPKN TO /tmp/..ansible/ansible-tmp-1615742050.68-237501012532219/AnsiballZ_setup.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742050.68-237501012532219/ /tmp/..ansible/ansible-tmp-1615742050.68-237501012532219/AnsiballZ_setup.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742050.68-237501012532219/AnsiballZ_setup.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742050.68-237501012532219/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] } [container.go:403] &{META: ran handlers } [container.go:403] &{TASK [set_fact] **************************************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/site.yml:6 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "orchestration_root": "/tmp/sas/sas_viya_playbook" }, "changed": false } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Verify third-party requirements] ***************************************** } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Gathering Facts] ********************************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/third-party-assessment.yml:2 } [container.go:403] &{<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742055.32-166435403219206 `" && echo ansible-tmp-1615742055.32-166435403219206="` echo /tmp/.$USER.ansible/ansible-tmp-1615742055.32-166435403219206 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py } [container.go:403] &{<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpLqnJlW TO /tmp/..ansible/ansible-tmp-1615742055.32-166435403219206/AnsiballZ_setup.py } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742055.32-166435403219206/ /tmp/..ansible/ansible-tmp-1615742055.32-166435403219206/AnsiballZ_setup.py && sleep 0' } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742055.32-166435403219206/AnsiballZ_setup.py && sleep 0' } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742055.32-166435403219206/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [localhost] } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify that a valid Ansible version is installed] ************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/third-party-assessment.yml:20 } [container.go:403] &{skipping: [localhost] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify that a valid Python version is installed] ************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/third-party-assessment.yml:25 } [container.go:403] &{skipping: [localhost] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Halt execution on any third-party assessment check failures] ************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/third-party-assessment.yml:39 } [container.go:403] &{ok: [localhost] => { "changed": false, "failed_when_result": false, "msg": "At least one third-party assessment check failed: " } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify we are not running check mode] ************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/third-party-assessment.yml:44 } [container.go:403] &{ok: [localhost] => { "changed": false, "failed_when_result": false, "msg": "Check mode is not supported at this time" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Gather additional host facts] ******************************************** } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Enforce trailing slash on repository warehouse variable] ***************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:9 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Calling add_repository_build_type] *************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:14 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742059.59-2195755217596 `" && echo ansible-tmp-1615742059.59-2195755217596="` echo /tmp/.$USER.ansible/ansible-tmp-1615742059.59-2195755217596 `" ) && sleep 0' } [container.go:403] &{Using module file /tmp/sas/sas_viya_playbook/library/add_repository_build_type.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpOnBLoR TO /tmp/..ansible/ansible-tmp-1615742059.59-2195755217596/AnsiballZ_add_repository_build_type.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742059.59-2195755217596/ /tmp/..ansible/ansible-tmp-1615742059.59-2195755217596/AnsiballZ_add_repository_build_type.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742059.59-2195755217596/AnsiballZ_add_repository_build_type.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742059.59-2195755217596/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "sas_vars": { "repository_build_type": "x64_redhat_linux_6-yum" } }, "changed": false, "invocation": { "module_args": { "host_variables": { "CERTFRAME_REL_CONFIG_PATH": "etc/SASSecurityCertificateFramework", "CONSUL_EXTERNAL_ADDRESS": "{{ '' if (groups['consul'] is not defined or not groups['consul']) else 'localhost' if hostvars[groups['consul'][0]]['ansible_connection'] | default('') == 'local' else hostvars[groups['consul'][0]].sas_vars.hostname_fqdn }}", "CONSUL_EXTERNAL_ADDRESS_PORT": 8500, "DEPLOYMENT_ID": "viya", "INSTALL_GROUP": "sas", "INSTALL_USER": "sas", "INSTANCE_ID": "default", "SASHOME": "{{ SAS_DEPLOYMENT_ROOT }}/home", "SASROOT": "/opt/sas", "SAS_CONFIG_ROOT": "{{ SAS_DEPLOYMENT_ROOT }}/config", "SAS_DEPLOYMENT_ROOT": "{{ SASROOT }}/{{ DEPLOYMENT_ID }}", "SERVICE_NAME_DEFAULT": "sas-{{ DEPLOYMENT_ID }}-{{ SERVICE_PRODUCT_NAME }}-{{ INSTANCE_ID }}", "SPREHOME": "{{ SPRE_DEPLOYMENT_ROOT }}/home", "SPRE_CONFIG_ROOT": "{{ SPRE_DEPLOYMENT_ROOT }}/config", "SPRE_DEPLOYMENT_ID": "spre", "SPRE_DEPLOYMENT_ROOT": "{{ SASROOT }}/{{ SPRE_DEPLOYMENT_ID }}", "SSL_CAPATH": "/etc/pki/sas/certs/", "SYSTEMD_MAJOR_MIN": 219, "SYSTEMD_MINOR_MIN": 30, "YUM_INSTALL_BATCH_SIZE": "{% if ansible_os_family == 'RedHat' and ansible_distribution_major_version == '6' %} 100 {% else %} 9999 {% endif %}", "ansible_all_ipv4_addresses": [ "172.17.0.4" ], "ansible_all_ipv6_addresses": [], "ansible_apparmor": { "status": "disabled" }, "ansible_architecture": "x86_64", "ansible_check_mode": false, "ansible_cmdline": { "initrd": "\\initrd.img", "nr_cpus": "8", "panic": "-1", "pty.legacy_count": "0" }, "ansible_connection": "local", "ansible_date_time": { "date": "2021-03-14", "day": "14", "epoch": "1615742051", "hour": "17", "iso8601": "2021-03-14T17:14:11Z", "iso8601_basic": "20210314T171411779592", "iso8601_basic_short": "20210314T171411", "iso8601_micro": "2021-03-14T17:14:11.779665Z", "minute": "14", "month": "03", "second": "11", "time": "17:14:11", "tz": "UTC", "tz_offset": "+0000", "weekday": "Sunday", "weekday_number": "0", "weeknumber": "10", "year": "2021" }, "ansible_default_ipv4": { "address": "172.17.0.4", "alias": "eth0", "broadcast": "172.17.255.255", "gateway": "172.17.0.1", "interface": "eth0", "macaddress": "02:42:ac:11:00:04", "mtu": 1500, "netmask": "255.255.0.0", "network": "172.17.0.0", "type": "ether" }, "ansible_default_ipv6": {}, "ansible_diff_mode": false, "ansible_distribution": "CentOS", "ansible_distribution_file_parsed": true, "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_major_version": "7", "ansible_distribution_release": "Core", "ansible_distribution_version": "7.9.2009", "ansible_dns": { "nameservers": [ "192.168.65.4" ] }, "ansible_domain": "", "ansible_effective_group_id": 0, "ansible_effective_user_id": 0, "ansible_env": { "ANSIBLE_VERSION": "2.7", "CONSUL_PORT_8500_TCP_ADDR": "consul", "CONSUL_PORT_8500_TCP_PORT": "8500", "DISABLE_CONSUL_AGENT": "True", "HOME": "/root", "HOSTNAME": "fa4c439a0e13", "LANG": "en_US.utf8", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PLATFORM": "redhat", "PWD": "/tmp/sas/sas_viya_playbook", "SASFOREGROUND": "True", "SASLOGROOT": "", "SAS_CONTAINER": "True", "SAS_RPM_REPO_URL": "http://172.22.168.128:180/sas_repos", "SHLVL": "3", "TINI_RPM_NAME": "tini_0.18.0.rpm", "TINI_URL": "https://github.com/krallin/tini/releases/download/v0.18.0", "_": "/usr/bin/python" }, "ansible_eth0": { "active": true, "device": "eth0", "ipv4": { "address": "172.17.0.4", "broadcast": "172.17.255.255", "netmask": "255.255.0.0", "network": "172.17.0.0" }, "macaddress": "02:42:ac:11:00:04", "mtu": 1500, "promisc": false, "speed": 10000, "type": "ether" }, "ansible_facts": { "all_ipv4_addresses": [ "172.17.0.4" ], "all_ipv6_addresses": [], "ansible_local": {}, "apparmor": { "status": "disabled" }, "architecture": "x86_64", "cmdline": { "initrd": "\\initrd.img", "nr_cpus": "8", "panic": "-1", "pty.legacy_count": "0" }, "date_time": { "date": "2021-03-14", "day": "14", "epoch": "1615742051", "hour": "17", "iso8601": "2021-03-14T17:14:11Z", "iso8601_basic": "20210314T171411779592", "iso8601_basic_short": "20210314T171411", "iso8601_micro": "2021-03-14T17:14:11.779665Z", "minute": "14", "month": "03", "second": "11", "time": "17:14:11", "tz": "UTC", "tz_offset": "+0000", "weekday": "Sunday", "weekday_number": "0", "weeknumber": "10", "year": "2021" }, "default_ipv4": { "address": "172.17.0.4", "alias": "eth0", "broadcast": "172.17.255.255", "gateway": "172.17.0.1", "interface": "eth0", "macaddress": "02:42:ac:11:00:04", "mtu": 1500, "netmask": "255.255.0.0", "network": "172.17.0.0", "type": "ether" }, "default_ipv6": {}, "distribution": "CentOS", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "7", "distribution_release": "Core", "distribution_version": "7.9.2009", "dns": { "nameservers": [ "192.168.65.4" ] }, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": { "ANSIBLE_VERSION": "2.7", "CONSUL_PORT_8500_TCP_ADDR": "consul", "CONSUL_PORT_8500_TCP_PORT": "8500", "DISABLE_CONSUL_AGENT": "True", "HOME": "/root", "HOSTNAME": "fa4c439a0e13", "LANG": "en_US.utf8", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PLATFORM": "redhat", "PWD": "/tmp/sas/sas_viya_playbook", "SASFOREGROUND": "True", "SASLOGROOT": "", "SAS_CONTAINER": "True", "SAS_RPM_REPO_URL": "http://172.22.168.128:180/sas_repos", "SHLVL": "3", "TINI_RPM_NAME": "tini_0.18.0.rpm", "TINI_URL": "https://github.com/krallin/tini/releases/download/v0.18.0", "_": "/usr/bin/python" }, "eth0": { "active": true, "device": "eth0", "ipv4": { "address": "172.17.0.4", "broadcast": "172.17.255.255", "netmask": "255.255.0.0", "network": "172.17.0.0" }, "macaddress": "02:42:ac:11:00:04", "mtu": 1500, "promisc": false, "speed": 10000, "type": "ether" }, "fips": false, "fqdn": "fa4c439a0e13", "gather_subset": [ "!hardware", "network" ], "hostname": "fa4c439a0e13", "interfaces": [ "sit0", "lo", "eth0" ], "kernel": "5.4.72-microsoft-standard-WSL2", "lo": { "active": true, "device": "lo", "ipv4": { "address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0" }, "mtu": 65536, "promisc": false, "type": "loopback" }, "lsb": {}, "machine": "x86_64", "machine_id": "450d2bc4d3ec4d33a5e091cbed30af0b", "module_setup": true, "nodename": "fa4c439a0e13", "os_family": "RedHat", "pkg_mgr": "yum", "python": { "executable": "/usr/bin/python", "has_sslcontext": true, "type": "CPython", "version": { "major": 2, "micro": 5, "minor": 7, "releaselevel": "final", "serial": 0 }, "version_info": [ 2, 7, 5, "final", 0 ] }, "python_version": "2.7.5", "real_group_id": 0, "real_user_id": 0, "selinux": { "status": "disabled" }, "selinux_python_present": true, "service_mgr": "sysvinit", "sit0": { "active": false, "device": "sit0", "macaddress": "00:00:00:00", "mtu": 1480, "promisc": false, "type": "unknown" }, "system": "Linux", "system_capabilities": [ "cap_chown", "cap_dac_override", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_net_bind_service", "cap_net_raw", "cap_sys_chroot", "cap_mknod", "cap_audit_write", "cap_setfcap+eip" ], "system_capabilities_enforced": "True", "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64" }, "ansible_fips": false, "ansible_forks": 5, "ansible_fqdn": "fa4c439a0e13", "ansible_hostname": "fa4c439a0e13", "ansible_interfaces": [ "sit0", "lo", "eth0" ], "ansible_inventory_sources": [ "/tmp/sas/sas_viya_playbook/inventory_local.ini" ], "ansible_kernel": "5.4.72-microsoft-standard-WSL2", "ansible_lo": { "active": true, "device": "lo", "ipv4": { "address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0" }, "mtu": 65536, "promisc": false, "type": "loopback" }, "ansible_local": {}, "ansible_lsb": {}, "ansible_machine": "x86_64", "ansible_machine_id": "450d2bc4d3ec4d33a5e091cbed30af0b", "ansible_nodename": "fa4c439a0e13", "ansible_os_family": "RedHat", "ansible_pkg_mgr": "yum", "ansible_playbook_python": "/usr/bin/python2", "ansible_python": { "executable": "/usr/bin/python", "has_sslcontext": true, "type": "CPython", "version": { "major": 2, "micro": 5, "minor": 7, "releaselevel": "final", "serial": 0 }, "version_info": [ 2, 7, 5, "final", 0 ] }, "ansible_python_version": "2.7.5", "ansible_real_group_id": 0, "ansible_real_user_id": 0, "ansible_run_tags": [ "all" ], "ansible_selinux": { "status": "disabled" }, "ansible_selinux_python_present": true, "ansible_service_mgr": "sysvinit", "ansible_sit0": { "active": false, "device": "sit0", "macaddress": "00:00:00:00", "mtu": 1480, "promisc": false, "type": "unknown" }, "ansible_skip_tags": [], "ansible_system": "Linux", "ansible_system_capabilities": [ "cap_chown", "cap_dac_override", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_net_bind_service", "cap_net_raw", "cap_sys_chroot", "cap_mknod", "cap_audit_write", "cap_setfcap+eip" ], "ansible_system_capabilities_enforced": "True", "ansible_user_dir": "/root", "ansible_user_gecos": "root", "ansible_user_gid": 0, "ansible_user_id": "root", "ansible_user_shell": "/bin/bash", "ansible_user_uid": 0, "ansible_userspace_architecture": "x86_64", "ansible_userspace_bits": "64", "ansible_verbosity": 3, "ansible_version": { "full": "2.7.0", "major": 2, "minor": 7, "revision": 0, "string": "2.7.0" }, "conf_folder_name": "conf", "gather_subset": [ "!hardware", "network" ], "group_names": [ "CommandLine", "httpproxy", "programming", "sas_all", "sas_casserver_primary" ], "groups": { "CommandLine": [ "deployTarget" ], "all": [ "deployTarget" ], "httpproxy": [ "deployTarget" ], "programming": [ "deployTarget" ], "sas_all": [ "deployTarget" ], "sas_casserver_primary": [ "deployTarget" ], "sas_casserver_secondary": [], "sas_casserver_worker": [], "ungrouped": [] }, "hadoop_conf_home": "/opt/sas/viya/config/data/hadoop", "hdp_home": "{% if CAS_SETTINGS is defined and CAS_SETTINGS %}{% for key, value in CAS_SETTINGS.items() %}{% if value is search('^\\s*HADOOP_HOME\\s*=') %}{{ value }}{% endif %}{% endfor %}{% else %}{% endif %}", "hdp_namenode": "{% if CAS_SETTINGS is defined and CAS_SETTINGS %}{% for key, value in CAS_SETTINGS.items() %}{% if value is search('^\\s*HADOOP_NAMENODE\\s*=') %}{{ value }}{% endif %}{% endfor %}{% else %}{% endif %}", "inventory_dir": "/tmp/sas/sas_viya_playbook", "inventory_file": "/tmp/sas/sas_viya_playbook/inventory_local.ini", "inventory_hostname": "deployTarget", "inventory_hostname_short": "deployTarget", "lib_folder_name": "lib", "module_setup": true, "orchestration_root": "/tmp/sas/sas_viya_playbook", "playbook_dir": "/tmp/sas/sas_viya_playbook/internal", "recipe_override": true, "sas_consul_on_cas_hosts": true, "sas_host_group_variables_CommandLine": { "installables-x64_redhat_linux_6-yum": { "cleanutils": { "SERVICE_APP_NAME": "cleanutils", "SERVICE_MEMORY_NEEDED": 32, "SERVICE_PRODUCT_NAME": "cleanutils", "SERVICE_YUM_PACKAGE": "sas-cleanutils" }, "javaesntl": { "SERVICE_APP_NAME": "javaesntl", "SERVICE_MEMORY_NEEDED": 10, "SERVICE_PRODUCT_NAME": "javaesntl", "SERVICE_YUM_PACKAGE": "sas-javaesntl" }, "sasadmclnt": { "SERVICE_APP_NAME": "sasadmclnt", "SERVICE_MEMORY_NEEDED": 512, "SERVICE_PRODUCT_NAME": "sasadmclnt", "SERVICE_YUM_PACKAGE": "sas-sasadmclnt" } } }, "sas_host_group_variables_httpproxy": { "installables-x64_redhat_linux_6-yum": { "cleanutils": { "SERVICE_APP_NAME": "cleanutils", "SERVICE_MEMORY_NEEDED": 32, "SERVICE_PRODUCT_NAME": "cleanutils", "SERVICE_YUM_PACKAGE": "sas-cleanutils" }, "httpd": { "SERVICE_APP_NAME": "httpd", "SERVICE_MEMORY_NEEDED": 0, "SERVICE_PRODUCT_NAME": "httpd", "SERVICE_YUM_PACKAGE": "httpd" }, "javaesntl": { "SERVICE_APP_NAME": "javaesntl", "SERVICE_MEMORY_NEEDED": 10, "SERVICE_PRODUCT_NAME": "javaesntl", "SERVICE_YUM_PACKAGE": "sas-javaesntl" }, "mod_ssl": { "SERVICE_APP_NAME": "mod_ssl", "SERVICE_MEMORY_NEEDED": 0, "SERVICE_PRODUCT_NAME": "mod_ssl", "SERVICE_YUM_PACKAGE": "mod_ssl" } } }, "sas_host_group_variables_programming": { "installables-x64_redhat_linux_6-yum": { "Gold Layer YUM Group for SPRE": { "SERVICE_APP_NAME": "yggoldlayer1", "SERVICE_PRODUCT_NAME": "Gold Layer YUM Group for SPRE", "SERVICE_YUM_GROUP": "Gold Layer YUM Group for SPRE" }, "SAS Configuration for Spawner": { "SERVICE_APP_NAME": "ygworkspace", "SERVICE_PRODUCT_NAME": "SAS Configuration for Spawner", "SERVICE_YUM_GROUP": "SAS Configuration for Spawner" }, "SAS Econometrics": { "SERVICE_APP_NAME": "ygets1", "SERVICE_PRODUCT_NAME": "SAS Econometrics", "SERVICE_YUM_GROUP": "SAS Econometrics" }, "SAS Enterprise Miner": { "SERVICE_APP_NAME": "ygem1", "SERVICE_PRODUCT_NAME": "SAS Enterprise Miner", "SERVICE_YUM_GROUP": "SAS Enterprise Miner" }, "SAS Foundation for SAS Data Quality": { "SERVICE_APP_NAME": "ygdq", "SERVICE_PRODUCT_NAME": "SAS Foundation for SAS Data Quality", "SERVICE_YUM_GROUP": "SAS Foundation for SAS Data Quality" }, "SAS Foundation for SAS Econometrics": { "SERVICE_APP_NAME": "ygecon", "SERVICE_PRODUCT_NAME": "SAS Foundation for SAS Econometrics", "SERVICE_YUM_GROUP": "SAS Foundation for SAS Econometrics" }, "SAS Foundation for SAS Optimization": { "SERVICE_APP_NAME": "ygopt", "SERVICE_PRODUCT_NAME": "SAS Foundation for SAS Optimization", "SERVICE_YUM_GROUP": "SAS Foundation for SAS Optimization" }, "SAS Foundation for SAS Visual Forecasting": { "SERVICE_APP_NAME": "ygforcast", "SERVICE_PRODUCT_NAME": "SAS Foundation for SAS Visual Forecasting", "SERVICE_YUM_GROUP": "SAS Foundation for SAS Visual Forecasting" }, "SAS High Performance Procedures": { "SERVICE_APP_NAME": "yghpf1", "SERVICE_PRODUCT_NAME": "SAS High Performance Procedures", "SERVICE_YUM_GROUP": "SAS High Performance Procedures" }, "SAS Machine Learning": { "SERVICE_APP_NAME": "ygml", "SERVICE_PRODUCT_NAME": "SAS Machine Learning", "SERVICE_YUM_GROUP": "SAS Machine Learning" }, "SAS Network Algorithms": { "SERVICE_APP_NAME": "yggraphcomp1", "SERVICE_PRODUCT_NAME": "SAS Network Algorithms", "SERVICE_YUM_GROUP": "SAS Network Algorithms" }, "SAS Open Source File Format Engines": { "SERVICE_APP_NAME": "ygopnsrcfmt1", "SERVICE_PRODUCT_NAME": "SAS Open Source File Format Engines", "SERVICE_YUM_GROUP": "SAS Open Source File Format Engines" }, "SAS Program Runtime Environment": { "SERVICE_APP_NAME": "ygspre1", "SERVICE_PRODUCT_NAME": "SAS Program Runtime Environment", "SERVICE_YUM_GROUP": "SAS Program Runtime Environment" }, "SAS Statistics": { "SERVICE_APP_NAME": "ygstat", "SERVICE_PRODUCT_NAME": "SAS Statistics", "SERVICE_YUM_GROUP": "SAS Statistics" }, "SAS Visual Text Analytics": { "SERVICE_APP_NAME": "ygvta", "SERVICE_PRODUCT_NAME": "SAS Visual Text Analytics", "SERVICE_YUM_GROUP": "SAS Visual Text Analytics" }, "SAS/ACCESS Interface to ODBC (SPRE)": { "SERVICE_APP_NAME": "ygodbc1", "SERVICE_PRODUCT_NAME": "SAS/ACCESS Interface to ODBC (SPRE)", "SERVICE_YUM_GROUP": "SAS/ACCESS Interface to ODBC (SPRE)" }, "SAS/ACCESS Interface to PostgreSQL (SPRE)": { "SERVICE_APP_NAME": "ygpostgres1", "SERVICE_PRODUCT_NAME": "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SERVICE_YUM_GROUP": "SAS/ACCESS Interface to PostgreSQL (SPRE)" }, "SAS/CONNECT": { "SERVICE_APP_NAME": "ygconnect", "SERVICE_PRODUCT_NAME": "SAS/CONNECT", "SERVICE_YUM_GROUP": "SAS/CONNECT" }, "SAS/GRAPH": { "SERVICE_APP_NAME": "ygmapsgfk1", "SERVICE_PRODUCT_NAME": "SAS/GRAPH", "SERVICE_YUM_GROUP": "SAS/GRAPH" }, "SAS/IML": { "SERVICE_APP_NAME": "ygiml1", "SERVICE_PRODUCT_NAME": "SAS/IML", "SERVICE_YUM_GROUP": "SAS/IML" }, "SAS/OR": { "SERVICE_APP_NAME": "ygor1", "SERVICE_PRODUCT_NAME": "SAS/OR", "SERVICE_YUM_GROUP": "SAS/OR" }, "SAS/STAT": { "SERVICE_APP_NAME": "ygstat1", "SERVICE_PRODUCT_NAME": "SAS/STAT", "SERVICE_YUM_GROUP": "SAS/STAT" }, "basecfg1": { "SERVICE_APP_NAME": "basecfg1", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "basecfg1", "SERVICE_YUM_PACKAGE": "sas-basecfg1" }, "cleanutils": { "SERVICE_APP_NAME": "cleanutils", "SERVICE_MEMORY_NEEDED": 32, "SERVICE_PRODUCT_NAME": "cleanutils", "SERVICE_YUM_PACKAGE": "sas-cleanutils" }, "embscoreeng1": { "SERVICE_APP_NAME": "embscoreeng1", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "embscoreeng1", "SERVICE_YUM_PACKAGE": "sas-embscoreeng1" }, "javaesntl": { "SERVICE_APP_NAME": "javaesntl", "SERVICE_MEMORY_NEEDED": 10, "SERVICE_PRODUCT_NAME": "javaesntl", "SERVICE_YUM_PACKAGE": "sas-javaesntl" }, "sasstudio": { "SERVICE_APP_NAME": "sasstudio", "SERVICE_MEMORY_NEEDED": 512, "SERVICE_PRODUCT_NAME": "sasstudio", "SERVICE_YUM_PACKAGE": "sas-sasstudio" }, "spawnercfg": { "SERVICE_APP_NAME": "spawnercfg", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "spawnercfg", "SERVICE_YUM_PACKAGE": "sas-spawnercfg" } } }, "sas_host_group_variables_sas_all": {}, "sas_host_group_variables_sas_casserver_primary": { "installables-x64_redhat_linux_6-yum": { "ASTORE for EMBSCOREENG": { "SERVICE_APP_NAME": "ygeseastore", "SERVICE_PRODUCT_NAME": "ASTORE for EMBSCOREENG", "SERVICE_YUM_GROUP": "ASTORE for EMBSCOREENG" }, } [container.go:403] &{"CAS for SAS Data Quality": { "SERVICE_APP_NAME": "ygdqcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Data Quality", "SERVICE_YUM_GROUP": "CAS for SAS Data Quality" }, "CAS for SAS Econometrics": { "SERVICE_APP_NAME": "ygeconcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Econometrics", "SERVICE_YUM_GROUP": "CAS for SAS Econometrics" }, "CAS for SAS Machine Learning": { "SERVICE_APP_NAME": "ygmlcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Machine Learning", "SERVICE_YUM_GROUP": "CAS for SAS Machine Learning" }, "CAS for SAS Optimization": { "SERVICE_APP_NAME": "ygoptcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Optimization", "SERVICE_YUM_GROUP": "CAS for SAS Optimization" }, "CAS for SAS Statistics": { "SERVICE_APP_NAME": "ygstatcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Statistics", "SERVICE_YUM_GROUP": "CAS for SAS Statistics" }, "CAS for SAS Visual Analytics": { "SERVICE_APP_NAME": "ygvacas", "SERVICE_PRODUCT_NAME": "CAS for SAS Visual Analytics", "SERVICE_YUM_GROUP": "CAS for SAS Visual Analytics" }, "CAS for SAS Visual Forecasting": { "SERVICE_APP_NAME": "ygforcastcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Visual Forecasting", "SERVICE_YUM_GROUP": "CAS for SAS Visual Forecasting" }, "CAS for SAS Visual Text Analytics": { "SERVICE_APP_NAME": "ygvtacas", "SERVICE_PRODUCT_NAME": "CAS for SAS Visual Text Analytics", "SERVICE_YUM_GROUP": "CAS for SAS Visual Text Analytics" }, "CAS for Viya Common Foundation": { "SERVICE_APP_NAME": "ygvcmfndcas", "SERVICE_PRODUCT_NAME": "CAS for Viya Common Foundation", "SERVICE_YUM_GROUP": "CAS for Viya Common Foundation" }, "CUDA Library Support for SAS": { "SERVICE_APP_NAME": "yggpulib", "SERVICE_PRODUCT_NAME": "CUDA Library Support for SAS", "SERVICE_YUM_GROUP": "CUDA Library Support for SAS" }, "Meta RPM Event Stream CAS Client": { "SERVICE_APP_NAME": "ygespcasvcf", "SERVICE_PRODUCT_NAME": "Meta RPM Event Stream CAS Client", "SERVICE_YUM_GROUP": "Meta RPM Event Stream CAS Client" }, "SAS Data Connector to ODBC": { "SERVICE_APP_NAME": "ygcdfodbc", "SERVICE_PRODUCT_NAME": "SAS Data Connector to ODBC", "SERVICE_YUM_GROUP": "SAS Data Connector to ODBC" }, "SAS Data Connector to PostgreSQL": { "SERVICE_APP_NAME": "ygcdfpstg", "SERVICE_PRODUCT_NAME": "SAS Data Connector to PostgreSQL", "SERVICE_YUM_GROUP": "SAS Data Connector to PostgreSQL" }, "SAS Text Analytics for Dutch": { "SERVICE_APP_NAME": "ygtxtmindut", "SERVICE_PRODUCT_NAME": "SAS Text Analytics for Dutch", "SERVICE_YUM_GROUP": "SAS Text Analytics for Dutch" }, "SAS Text Analytics for English": { "SERVICE_APP_NAME": "ygtxtmineng", "SERVICE_PRODUCT_NAME": "SAS Text Analytics for English", "SERVICE_YUM_GROUP": "SAS Text Analytics for English" }, "cleanutils": { "SERVICE_APP_NAME": "cleanutils", "SERVICE_MEMORY_NEEDED": 32, "SERVICE_PRODUCT_NAME": "cleanutils", "SERVICE_YUM_PACKAGE": "sas-cleanutils" }, "embscoreeng": { "SERVICE_APP_NAME": "embscoreeng", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "embscoreeng", "SERVICE_YUM_PACKAGE": "sas-embscoreeng" }, "espbase": { "SERVICE_APP_NAME": "espbase", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "espbase", "SERVICE_YUM_PACKAGE": "sas-espbase" }, "javaesntl": { "SERVICE_APP_NAME": "javaesntl", "SERVICE_MEMORY_NEEDED": 10, "SERVICE_PRODUCT_NAME": "javaesntl", "SERVICE_YUM_PACKAGE": "sas-javaesntl" }, "sasgpudcfg": { "SERVICE_APP_NAME": "sasgpudcfg", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "sasgpudcfg", "SERVICE_YUM_PACKAGE": "sas-sasgpudcfg" }, "tkcas": { "SERVICE_APP_NAME": "tkcas", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "tkcas", "SERVICE_YUM_PACKAGE": "sas-tkcas" }, "txtmindut": { "SERVICE_APP_NAME": "txtmindut", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "txtmindut", "SERVICE_YUM_PACKAGE": "sas-txtmindut" }, "txtmineng": { "SERVICE_APP_NAME": "txtmineng", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "txtmineng", "SERVICE_YUM_PACKAGE": "sas-txtmineng" } } }, "support_map": { "ppc64le": { "RedHat": { "7": { "default_repository_format": "yum", "repository_build_types": { "yum": "ppc64le_redhat_linux_7-yum" } }, "8": { "default_repository_format": "yum", "repository_build_types": { "yum": "ppc64le_redhat_linux_7-yum" } } }, "Suse": { "12": { "default_repository_format": "yum", "repository_build_types": { "yum": "ppc64le_suse_linux_12-yum" } }, "15": { "default_repository_format": "yum", "repository_build_types": { "yum": "ppc64le_suse_linux_12-yum" } } } }, "x86_64": { "RedHat": { "6": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_redhat_linux_6-yum" } }, "7": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_redhat_linux_6-yum" } }, "8": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_redhat_linux_6-yum" } } }, "Suse": { "12": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_suse_linux_12-yum" } }, "15": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_suse_linux_12-yum" } }, "42": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_suse_linux_12-yum" } } } } } } } }, "msg": "Successfully added repository build type." } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Create host groups according to the repository build type] *************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:18 } [container.go:403] &{ok: [deployTarget] => { "add_group": "sas-hosts-x64_redhat_linux_6-yum", "changed": false, "parent_groups": [ "all" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Calling gather_additional_host_facts] ************************************ task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:21 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742059.97-226897389507948 `" && echo ansible-tmp-1615742059.97-226897389507948="` echo /tmp/.$USER.ansible/ansible-tmp-1615742059.97-226897389507948 `" ) && sleep 0' } [container.go:403] &{Using module file /tmp/sas/sas_viya_playbook/library/gather_additional_host_facts.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp2mOgc1 TO /tmp/..ansible/ansible-tmp-1615742059.97-226897389507948/AnsiballZ_gather_additional_host_facts.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742059.97-226897389507948/ /tmp/..ansible/ansible-tmp-1615742059.97-226897389507948/AnsiballZ_gather_additional_host_facts.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742059.97-226897389507948/AnsiballZ_gather_additional_host_facts.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742059.97-226897389507948/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "sas_vars": { "active_in_deployment": true, "hostname_fqdn": "fa4c439a0e13", "install_groups": [ "ASTORE for EMBSCOREENG", "CAS for SAS Data Quality", "CAS for SAS Econometrics", "CAS for SAS Machine Learning", "CAS for SAS Optimization", "CAS for SAS Statistics", "CAS for SAS Visual Analytics", "CAS for SAS Visual Forecasting", "CAS for SAS Visual Text Analytics", "CAS for Viya Common Foundation", "CUDA Library Support for SAS", "Gold Layer YUM Group for SPRE", "Meta RPM Event Stream CAS Client", "SAS Configuration for Spawner", "SAS Data Connector to ODBC", "SAS Data Connector to PostgreSQL", "SAS Econometrics", "SAS Enterprise Miner", "SAS Foundation for SAS Data Quality", "SAS Foundation for SAS Econometrics", "SAS Foundation for SAS Optimization", "SAS Foundation for SAS Visual Forecasting", "SAS High Performance Procedures", "SAS Machine Learning", "SAS Network Algorithms", "SAS Open Source File Format Engines", "SAS Program Runtime Environment", "SAS Statistics", "SAS Text Analytics for Dutch", "SAS Text Analytics for English", "SAS Visual Text Analytics", "SAS/ACCESS Interface to ODBC (SPRE)", "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SAS/CONNECT", "SAS/GRAPH", "SAS/IML", "SAS/OR", "SAS/STAT" ], "install_packages": [ "httpd", "mod_ssl", "sas-basecfg1", "sas-cleanutils", "sas-embscoreeng", "sas-embscoreeng1", "sas-espbase", "sas-javaesntl", "sas-sasadmclnt", "sas-sasgpudcfg", "sas-sasstudio", "sas-spawnercfg", "sas-tkcas", "sas-txtmindut", "sas-txtmineng" ], "repository_build_type": "x64_redhat_linux_6-yum", "total_static_disk_space": 0.0 } }, "changed": false, "invocation": { "module_args": { "host_variables": { "CERTFRAME_REL_CONFIG_PATH": "etc/SASSecurityCertificateFramework", "CONSUL_EXTERNAL_ADDRESS": "{{ '' if (groups['consul'] is not defined or not groups['consul']) else 'localhost' if hostvars[groups['consul'][0]]['ansible_connection'] | default('') == 'local' else hostvars[groups['consul'][0]].sas_vars.hostname_fqdn }}", "CONSUL_EXTERNAL_ADDRESS_PORT": 8500, "DEPLOYMENT_ID": "viya", "INSTALL_GROUP": "sas", "INSTALL_USER": "sas", "INSTANCE_ID": "default", "SASHOME": "{{ SAS_DEPLOYMENT_ROOT }}/home", "SASROOT": "/opt/sas", "SAS_CONFIG_ROOT": "{{ SAS_DEPLOYMENT_ROOT }}/config", "SAS_DEPLOYMENT_ROOT": "{{ SASROOT }}/{{ DEPLOYMENT_ID }}", "SERVICE_NAME_DEFAULT": "sas-{{ DEPLOYMENT_ID }}-{{ SERVICE_PRODUCT_NAME }}-{{ INSTANCE_ID }}", "SPREHOME": "{{ SPRE_DEPLOYMENT_ROOT }}/home", "SPRE_CONFIG_ROOT": "{{ SPRE_DEPLOYMENT_ROOT }}/config", "SPRE_DEPLOYMENT_ID": "spre", "SPRE_DEPLOYMENT_ROOT": "{{ SASROOT }}/{{ SPRE_DEPLOYMENT_ID }}", "SSL_CAPATH": "/etc/pki/sas/certs/", "SYSTEMD_MAJOR_MIN": 219, "SYSTEMD_MINOR_MIN": 30, "YUM_INSTALL_BATCH_SIZE": "{% if ansible_os_family == 'RedHat' and ansible_distribution_major_version == '6' %} 100 {% else %} 9999 {% endif %}", "ansible_all_ipv4_addresses": [ "172.17.0.4" ], "ansible_all_ipv6_addresses": [], "ansible_apparmor": { "status": "disabled" }, "ansible_architecture": "x86_64", "ansible_check_mode": false, "ansible_cmdline": { "initrd": "\\initrd.img", "nr_cpus": "8", "panic": "-1", "pty.legacy_count": "0" }, "ansible_connection": "local", "ansible_date_time": { "date": "2021-03-14", "day": "14", "epoch": "1615742051", "hour": "17", "iso8601": "2021-03-14T17:14:11Z", "iso8601_basic": "20210314T171411779592", "iso8601_basic_short": "20210314T171411", "iso8601_micro": "2021-03-14T17:14:11.779665Z", "minute": "14", "month": "03", "second": "11", "time": "17:14:11", "tz": "UTC", "tz_offset": "+0000", "weekday": "Sunday", "weekday_number": "0", "weeknumber": "10", "year": "2021" }, "ansible_default_ipv4": { "address": "172.17.0.4", "alias": "eth0", "broadcast": "172.17.255.255", "gateway": "172.17.0.1", "interface": "eth0", "macaddress": "02:42:ac:11:00:04", "mtu": 1500, "netmask": "255.255.0.0", "network": "172.17.0.0", "type": "ether" }, "ansible_default_ipv6": {}, "ansible_diff_mode": false, "ansible_distribution": "CentOS", "ansible_distribution_file_parsed": true, "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_major_version": "7", "ansible_distribution_release": "Core", "ansible_distribution_version": "7.9.2009", "ansible_dns": { "nameservers": [ "192.168.65.4" ] }, "ansible_domain": "", "ansible_effective_group_id": 0, "ansible_effective_user_id": 0, "ansible_env": { "ANSIBLE_VERSION": "2.7", "CONSUL_PORT_8500_TCP_ADDR": "consul", "CONSUL_PORT_8500_TCP_PORT": "8500", "DISABLE_CONSUL_AGENT": "True", "HOME": "/root", "HOSTNAME": "fa4c439a0e13", "LANG": "en_US.utf8", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PLATFORM": "redhat", "PWD": "/tmp/sas/sas_viya_playbook", "SASFOREGROUND": "True", "SASLOGROOT": "", "SAS_CONTAINER": "True", "SAS_RPM_REPO_URL": "http://172.22.168.128:180/sas_repos", "SHLVL": "3", "TINI_RPM_NAME": "tini_0.18.0.rpm", "TINI_URL": "https://github.com/krallin/tini/releases/download/v0.18.0", "_": "/usr/bin/python" }, "ansible_eth0": { "active": true, "device": "eth0", "ipv4": { "address": "172.17.0.4", "broadcast": "172.17.255.255", "netmask": "255.255.0.0", "network": "172.17.0.0" }, "macaddress": "02:42:ac:11:00:04", "mtu": 1500, "promisc": false, "speed": 10000, "type": "ether" }, "ansible_facts": { "all_ipv4_addresses": [ "172.17.0.4" ], "all_ipv6_addresses": [], "ansible_local": {}, "apparmor": { "status": "disabled" }, "architecture": "x86_64", "cmdline": { "initrd": "\\initrd.img", "nr_cpus": "8", "panic": "-1", "pty.legacy_count": "0" }, "date_time": { "date": "2021-03-14", "day": "14", "epoch": "1615742051", "hour": "17", "iso8601": "2021-03-14T17:14:11Z", "iso8601_basic": "20210314T171411779592", "iso8601_basic_short": "20210314T171411", "iso8601_micro": "2021-03-14T17:14:11.779665Z", "minute": "14", "month": "03", "second": "11", "time": "17:14:11", "tz": "UTC", "tz_offset": "+0000", "weekday": "Sunday", "weekday_number": "0", "weeknumber": "10", "year": "2021" }, "default_ipv4": { "address": "172.17.0.4", "alias": "eth0", "broadcast": "172.17.255.255", "gateway": "172.17.0.1", "interface": "eth0", "macaddress": "02:42:ac:11:00:04", "mtu": 1500, "netmask": "255.255.0.0", "network": "172.17.0.0", "type": "ether" }, "default_ipv6": {}, "distribution": "CentOS", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "7", "distribution_release": "Core", "distribution_version": "7.9.2009", "dns": { "nameservers": [ "192.168.65.4" ] }, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": { "ANSIBLE_VERSION": "2.7", "CONSUL_PORT_8500_TCP_ADDR": "consul", "CONSUL_PORT_8500_TCP_PORT": "8500", "DISABLE_CONSUL_AGENT": "True", "HOME": "/root", "HOSTNAME": "fa4c439a0e13", "LANG": "en_US.utf8", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PLATFORM": "redhat", "PWD": "/tmp/sas/sas_viya_playbook", "SASFOREGROUND": "True", "SASLOGROOT": "", "SAS_CONTAINER": "True", "SAS_RPM_REPO_URL": "http://172.22.168.128:180/sas_repos", "SHLVL": "3", "TINI_RPM_NAME": "tini_0.18.0.rpm", "TINI_URL": "https://github.com/krallin/tini/releases/download/v0.18.0", "_": "/usr/bin/python" }, "eth0": { "active": true, "device": "eth0", "ipv4": { "address": "172.17.0.4", "broadcast": "172.17.255.255", "netmask": "255.255.0.0", "network": "172.17.0.0" }, "macaddress": "02:42:ac:11:00:04", "mtu": 1500, "promisc": false, "speed": 10000, "type": "ether" }, "fips": false, "fqdn": "fa4c439a0e13", "gather_subset": [ "!hardware", "network" ], "hostname": "fa4c439a0e13", "interfaces": [ "sit0", "lo", "eth0" ], "kernel": "5.4.72-microsoft-standard-WSL2", "lo": { "active": true, "device": "lo", "ipv4": { "address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0" }, "mtu": 65536, "promisc": false, "type": "loopback" }, "lsb": {}, "machine": "x86_64", "machine_id": "450d2bc4d3ec4d33a5e091cbed30af0b", "module_setup": true, "nodename": "fa4c439a0e13", "os_family": "RedHat", "pkg_mgr": "yum", "python": { "executable": "/usr/bin/python", "has_sslcontext": true, "type": "CPython", "version": { "major": 2, "micro": 5, "minor": 7, "releaselevel": "final", "serial": 0 }, "version_info": [ 2, 7, 5, "final", 0 ] }, "python_version": "2.7.5", "real_group_id": 0, "real_user_id": 0, "sas_vars": { "repository_build_type": "x64_redhat_linux_6-yum" }, "selinux": { "status": "disabled" }, "selinux_python_present": true, "service_mgr": "sysvinit", "sit0": { "active": false, "device": "sit0", "macaddress": "00:00:00:00", "mtu": 1480, "promisc": false, "type": "unknown" }, "system": "Linux", "system_capabilities": [ "cap_chown", "cap_dac_override", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_net_bind_service", "cap_net_raw", "cap_sys_chroot", "cap_mknod", "cap_audit_write", "cap_setfcap+eip" ], "system_capabilities_enforced": "True", "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64" }, "ansible_fips": false, "ansible_forks": 5, "ansible_fqdn": "fa4c439a0e13", "ansible_hostname": "fa4c439a0e13", "ansible_interfaces": [ "sit0", "lo", "eth0" ], "ansible_inventory_sources": [ "/tmp/sas/sas_viya_playbook/inventory_local.ini" ], "ansible_kernel": "5.4.72-microsoft-standard-WSL2", "ansible_lo": { "active": true, "device": "lo", "ipv4": { "address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0" }, "mtu": 65536, "promisc": false, "type": "loopback" }, "ansible_local": {}, "ansible_lsb": {}, "ansible_machine": "x86_64", "ansible_machine_id": "450d2bc4d3ec4d33a5e091cbed30af0b", "ansible_nodename": "fa4c439a0e13", "ansible_os_family": "RedHat", "ansible_pkg_mgr": "yum", "ansible_playbook_python": "/usr/bin/python2", "ansible_python": { "executable": "/usr/bin/python", "has_sslcontext": true, "type": "CPython", "version": { "major": 2, "micro": 5, "minor": 7, "releaselevel": "final", "serial": 0 }, "version_info": [ 2, 7, 5, "final", 0 ] }, "ansible_python_version": "2.7.5", "ansible_real_group_id": 0, "ansible_real_user_id": 0, "ansible_run_tags": [ "all" ], "ansible_selinux": { "status": "disabled" }, "ansible_selinux_python_present": true, "ansible_service_mgr": "sysvinit", "ansible_sit0": { "active": false, "device": "sit0", "macaddress": "00:00:00:00", "mtu": 1480, "promisc": false, "type": "unknown" }, "ansible_skip_tags": [], "ansible_system": "Linux", "ansible_system_capabilities": [ "cap_chown", "cap_dac_override", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_net_bind_service", "cap_net_raw", "cap_sys_chroot", "cap_mknod", "cap_audit_write", "cap_setfcap+eip" ], "ansible_system_capabilities_enforced": "True", "ansible_user_dir": "/root", "ansible_user_gecos": "root", "ansible_user_gid": 0, "ansible_user_id": "root", "ansible_user_shell": "/bin/bash", "ansible_user_uid": 0, "ansible_userspace_architecture": "x86_64", "ansible_userspace_bits": "64", "ansible_verbosity": 3, "ansible_version": { "full": "2.7.0", "major": 2, "minor": 7, "revision": 0, "string": "2.7.0" }, "conf_folder_name": "conf", "gather_subset": [ "!hardware", "network" ], "group_names": [ "CommandLine", "httpproxy", "programming", "sas-hosts-x64_redhat_linux_6-yum", "sas_all", "sas_casserver_primary" ], "groups": { "CommandLine": [ "deployTarget" ], "all": [ "deployTarget" ], "httpproxy": [ "deployTarget" ], "programming": [ "deployTarget" ], "sas-hosts-x64_redhat_linux_6-yum": [ "deployTarget" ], "sas_all": [ "deployTarget" ], "sas_casserver_primary": [ "deployTarget" ], "sas_casserver_secondary": [], "sas_casserver_worker": [], "ungrouped": [] }, "hadoop_conf_home": "/opt/sas/viya/config/data/hadoop", "hdp_home": "{% if CAS_SETTINGS is defined and CAS_SETTINGS %}{% for key, value in CAS_SETTINGS.items() %}{% if value is search('^\\s*HADOOP_HOME\\s*=') %}{{ value }}{% endif %}{% endfor %}{% else %}{% endif %}", "hdp_namenode": "{% if CAS_SETTINGS is defined and CAS_SETTINGS %}{% for key, value in CAS_SETTINGS.items() %}{% if value is search('^\\s*HADOOP_NAMENODE\\s*=') %}{{ value }}{% endif %}{% endfor %}{% else %}{% endif %}", "inventory_dir": "/tmp/sas/sas_viya_playbook", "inventory_file": "/tmp/sas/sas_viya_playbook/inventory_local.ini", "inventory_hostname": "deployTarget", "inventory_hostname_short": "deployTarget", "lib_folder_name": "lib", "module_setup": true, "orchestration_root": "/tmp/sas/sas_viya_playbook", "playbook_dir": "/tmp/sas/sas_viya_playbook/internal", "recipe_override": true, "sas_consul_on_cas_hosts": true, "sas_host_group_variables_CommandLine": { "installables-x64_redhat_linux_6-yum": { "cleanutils": { "SERVICE_APP_NAME": "cleanutils", "SERVICE_MEMORY_NEEDED": 32, "SERVICE_PRODUCT_NAME": "cleanutils", "SERVICE_YUM_PACKAGE": "sas-cleanutils" }, "javaesntl": { "SERVICE_APP_NAME": "javaesntl", "SERVICE_MEMORY_NEEDED": 10, "SERVICE_PRODUCT_NAME": "javaesntl", "SERVICE_YUM_PACKAGE": "sas-javaesntl" }, "sasadmclnt": { "SERVICE_APP_NAME": "sasadmclnt", "SERVICE_MEMORY_NEEDED": 512, "SERVICE_PRODUCT_NAME": "sasadmclnt", "SERVICE_YUM_PACKAGE": "sas-sasadmclnt" } } }, "sas_host_group_variables_httpproxy": { "installables-x64_redhat_linux_6-yum": { "cleanutils": { "SERVICE_APP_NAME": "cleanutils", "SERVICE_MEMORY_NEEDED": 32, "SERVICE_PRODUCT_NAME": "cleanutils", "SERVICE_YUM_PACKAGE": "sas-cleanutils" }, "httpd": { "SERVICE_APP_NAME": "httpd", "SERVICE_MEMORY_NEEDED": 0, "SERVICE_PRODUCT_NAME": "httpd", "SERVICE_YUM_PACKAGE": "httpd" }, "javaesntl": { "SERVICE_APP_NAME": "javaesntl", "SERVICE_MEMORY_NEEDED": 10, "SERVICE_PRODUCT_NAME": "javaesntl", "SERVICE_YUM_PACKAGE": "sas-javaesntl" }, "mod_ssl": { "SERVICE_APP_NAME": "mod_ssl", "SERVICE_MEMORY_NEEDED": 0, "SERVICE_PRODUCT_NAME": "mod_ssl", "SERVICE_YUM_PACKAGE": "mod_ssl" } } }, "sas_host_group_variables_programming": { "installables-x64_redhat_linux_6-yum": { "Gold Layer YUM Group for SPRE": { "SERVICE_APP_NAME": "yggoldlayer1", "SERVICE_PRODUCT_NAME": "Gold Layer YUM Group for SPRE", "SERVICE_YUM_GROUP": "Gold Layer YUM Group for SPRE" }, "SAS Configuration for Spawner": { "SERVICE_APP_NAME": "ygworkspace", "SERVICE_PRODUCT_NAME": "SAS Configuration for Spawner", "SERVICE_YUM_GROUP": "SAS Configuration for Spawner" }, "SAS Econometrics": { "SERVICE_APP_NAME": "ygets1", "SERVICE_PRODUCT_NAME": "SAS Econometrics", "SERVICE_YUM_GROUP": "SAS Econometrics" }, "SAS Enterprise Miner": { "SERVICE_APP_NAME": "ygem1", "SERVICE_PRODUCT_NAME": "SAS Enterprise Miner", "SERVICE_YUM_GROUP": "SAS Enterprise Miner" }, "SAS Foundation for SAS Data Quality": { "SERVICE_APP_NAME": "ygdq", "SERVICE_PRODUCT_NAME": "SAS Foundation for SAS Data Quality", "SERVICE_YUM_GROUP": "SAS Foundation for SAS Data Quality" }, "SAS Foundation for SAS Econometrics": { "SERVICE_APP_NAME": "ygecon", "SERVICE_PRODUCT_NAME": "SAS Foundation for SAS Econometrics", "SERVICE_YUM_GROUP": "SAS Foundation for SAS Econometrics" }, "SAS Foundation for SAS Optimization": { "SERVICE_APP_NAME": "ygopt", "SERVICE_PRODUCT_NAME": "SAS Foundation for SAS Optimization", "SERVICE_YUM_GROUP": "SAS Foundation for SAS Optimization" }, "SAS Foundation for SAS Visual Forecasting": { "SERVICE_APP_NAME": "ygforcast", "SERVICE_PRODUCT_NAME": "SAS Foundation for SAS Visual Forecasting", "SERVICE_YUM_GROUP": "SAS Foundation for SAS Visual Forecasting" }, "SAS High Performance Procedures": { "SERVICE_APP_NAME": "yghpf1", "SERVICE_PRODUCT_NAME": "SAS High Performance Procedures", "SERVICE_YUM_GROUP": "SAS High Performance Procedures" }, "SAS Machine Learning": { "SERVICE_APP_NAME": "ygml", "SERVICE_PRODUCT_NAME": "SAS Machine Learning", "SERVICE_YUM_GROUP": "SAS Machine Learning" }, "SAS Network Algorithms": { "SERVICE_APP_NAME": "yggraphcomp1", "SERVICE_PRODUCT_NAME": "SAS Network Algorithms", "SERVICE_YUM_GROUP": "SAS Network Algorithms" }, "SAS Open Source File Format Engines": { "SERVICE_APP_NAME": "ygopnsrcfmt1", "SERVICE_PRODUCT_NAME": "SAS Open Source File Format Engines", "SERVICE_YUM_GROUP": "SAS Open Source File Format Engines" }, "SAS Program Runtime Environment": { "SERVICE_APP_NAME": "ygspre1", "SERVICE_PRODUCT_NAME": "SAS Program Runtime Environment", "SERVICE_YUM_GROUP": "SAS Program Runtime Environment" }, "SAS Statistics": { "SERVICE_APP_NAME": "ygstat", "SERVICE_PRODUCT_NAME": "SAS Statistics", "SERVICE_YUM_GROUP": "SAS Statistics" }, "SAS Visual Text Analytics": { "SERVICE_APP_NAME": "ygvta", "SERVICE_PRODUCT_NAME": "SAS Visual Text Analytics", "SERVICE_YUM_GROUP": "SAS Visual Text Analytics" }, "SAS/ACCESS Interface to ODBC (SPRE)": { "SERVICE_APP_NAME": "ygodbc1", "SERVICE_PRODUCT_NAME": "SAS/ACCESS Interface to ODBC (SPRE)", "SERVICE_YUM_GROUP": "SAS/ACCESS Interface to ODBC (SPRE)" }, "SAS/ACCESS Interface to PostgreSQL (SPRE)": { "SERVICE_APP_NAME": "ygpostgres1", "SERVICE_PRODUCT_NAME": "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SERVICE_YUM_GROUP": "SAS/ACCESS Interface to PostgreSQL (SPRE)" }, "SAS/CONNECT": { "SERVICE_APP_NAME": "ygconnect", "SERVICE_PRODUCT_NAME": "SAS/CONNECT", "SERVICE_YUM_GROUP": "SAS/CONNECT" }, "SAS/GRAPH": { "SERVICE_APP_NAME": "ygmapsgfk1", "SERVICE_PRODUCT_NAME": "SAS/GRAPH", "SERVICE_YUM_GROUP": "SAS/GRAPH" }, "SAS/IML": { "SERVICE_APP_NAME": "ygiml1", "SERVICE_PRODUCT_NAME": "SAS/IML", "SERVICE_YUM_GROUP": "SAS/IML" }, "SAS/OR": { "SERVICE_APP_NAME": "ygor1", "SERVICE_PRODUCT_NAME": "SAS/OR", } [container.go:403] &{"SERVICE_YUM_GROUP": "SAS/OR" }, "SAS/STAT": { "SERVICE_APP_NAME": "ygstat1", "SERVICE_PRODUCT_NAME": "SAS/STAT", "SERVICE_YUM_GROUP": "SAS/STAT" }, "basecfg1": { "SERVICE_APP_NAME": "basecfg1", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "basecfg1", "SERVICE_YUM_PACKAGE": "sas-basecfg1" }, "cleanutils": { "SERVICE_APP_NAME": "cleanutils", "SERVICE_MEMORY_NEEDED": 32, "SERVICE_PRODUCT_NAME": "cleanutils", "SERVICE_YUM_PACKAGE": "sas-cleanutils" }, "embscoreeng1": { "SERVICE_APP_NAME": "embscoreeng1", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "embscoreeng1", "SERVICE_YUM_PACKAGE": "sas-embscoreeng1" }, "javaesntl": { "SERVICE_APP_NAME": "javaesntl", "SERVICE_MEMORY_NEEDED": 10, "SERVICE_PRODUCT_NAME": "javaesntl", "SERVICE_YUM_PACKAGE": "sas-javaesntl" }, "sasstudio": { "SERVICE_APP_NAME": "sasstudio", "SERVICE_MEMORY_NEEDED": 512, "SERVICE_PRODUCT_NAME": "sasstudio", "SERVICE_YUM_PACKAGE": "sas-sasstudio" }, "spawnercfg": { "SERVICE_APP_NAME": "spawnercfg", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "spawnercfg", "SERVICE_YUM_PACKAGE": "sas-spawnercfg" } } }, "sas_host_group_variables_sas_all": {}, "sas_host_group_variables_sas_casserver_primary": { "installables-x64_redhat_linux_6-yum": { "ASTORE for EMBSCOREENG": { "SERVICE_APP_NAME": "ygeseastore", "SERVICE_PRODUCT_NAME": "ASTORE for EMBSCOREENG", "SERVICE_YUM_GROUP": "ASTORE for EMBSCOREENG" }, "CAS for SAS Data Quality": { "SERVICE_APP_NAME": "ygdqcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Data Quality", "SERVICE_YUM_GROUP": "CAS for SAS Data Quality" }, "CAS for SAS Econometrics": { "SERVICE_APP_NAME": "ygeconcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Econometrics", "SERVICE_YUM_GROUP": "CAS for SAS Econometrics" }, "CAS for SAS Machine Learning": { "SERVICE_APP_NAME": "ygmlcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Machine Learning", "SERVICE_YUM_GROUP": "CAS for SAS Machine Learning" }, "CAS for SAS Optimization": { "SERVICE_APP_NAME": "ygoptcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Optimization", "SERVICE_YUM_GROUP": "CAS for SAS Optimization" }, "CAS for SAS Statistics": { "SERVICE_APP_NAME": "ygstatcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Statistics", "SERVICE_YUM_GROUP": "CAS for SAS Statistics" }, "CAS for SAS Visual Analytics": { "SERVICE_APP_NAME": "ygvacas", "SERVICE_PRODUCT_NAME": "CAS for SAS Visual Analytics", "SERVICE_YUM_GROUP": "CAS for SAS Visual Analytics" }, "CAS for SAS Visual Forecasting": { "SERVICE_APP_NAME": "ygforcastcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Visual Forecasting", "SERVICE_YUM_GROUP": "CAS for SAS Visual Forecasting" }, "CAS for SAS Visual Text Analytics": { "SERVICE_APP_NAME": "ygvtacas", "SERVICE_PRODUCT_NAME": "CAS for SAS Visual Text Analytics", "SERVICE_YUM_GROUP": "CAS for SAS Visual Text Analytics" }, "CAS for Viya Common Foundation": { "SERVICE_APP_NAME": "ygvcmfndcas", "SERVICE_PRODUCT_NAME": "CAS for Viya Common Foundation", "SERVICE_YUM_GROUP": "CAS for Viya Common Foundation" }, "CUDA Library Support for SAS": { "SERVICE_APP_NAME": "yggpulib", "SERVICE_PRODUCT_NAME": "CUDA Library Support for SAS", "SERVICE_YUM_GROUP": "CUDA Library Support for SAS" }, "Meta RPM Event Stream CAS Client": { "SERVICE_APP_NAME": "ygespcasvcf", "SERVICE_PRODUCT_NAME": "Meta RPM Event Stream CAS Client", "SERVICE_YUM_GROUP": "Meta RPM Event Stream CAS Client" }, "SAS Data Connector to ODBC": { "SERVICE_APP_NAME": "ygcdfodbc", "SERVICE_PRODUCT_NAME": "SAS Data Connector to ODBC", "SERVICE_YUM_GROUP": "SAS Data Connector to ODBC" }, "SAS Data Connector to PostgreSQL": { "SERVICE_APP_NAME": "ygcdfpstg", "SERVICE_PRODUCT_NAME": "SAS Data Connector to PostgreSQL", "SERVICE_YUM_GROUP": "SAS Data Connector to PostgreSQL" }, "SAS Text Analytics for Dutch": { "SERVICE_APP_NAME": "ygtxtmindut", "SERVICE_PRODUCT_NAME": "SAS Text Analytics for Dutch", "SERVICE_YUM_GROUP": "SAS Text Analytics for Dutch" }, "SAS Text Analytics for English": { "SERVICE_APP_NAME": "ygtxtmineng", "SERVICE_PRODUCT_NAME": "SAS Text Analytics for English", "SERVICE_YUM_GROUP": "SAS Text Analytics for English" }, "cleanutils": { "SERVICE_APP_NAME": "cleanutils", "SERVICE_MEMORY_NEEDED": 32, "SERVICE_PRODUCT_NAME": "cleanutils", "SERVICE_YUM_PACKAGE": "sas-cleanutils" }, "embscoreeng": { "SERVICE_APP_NAME": "embscoreeng", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "embscoreeng", "SERVICE_YUM_PACKAGE": "sas-embscoreeng" }, "espbase": { "SERVICE_APP_NAME": "espbase", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "espbase", "SERVICE_YUM_PACKAGE": "sas-espbase" }, "javaesntl": { "SERVICE_APP_NAME": "javaesntl", "SERVICE_MEMORY_NEEDED": 10, "SERVICE_PRODUCT_NAME": "javaesntl", "SERVICE_YUM_PACKAGE": "sas-javaesntl" }, "sasgpudcfg": { "SERVICE_APP_NAME": "sasgpudcfg", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "sasgpudcfg", "SERVICE_YUM_PACKAGE": "sas-sasgpudcfg" }, "tkcas": { "SERVICE_APP_NAME": "tkcas", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "tkcas", "SERVICE_YUM_PACKAGE": "sas-tkcas" }, "txtmindut": { "SERVICE_APP_NAME": "txtmindut", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "txtmindut", "SERVICE_YUM_PACKAGE": "sas-txtmindut" }, "txtmineng": { "SERVICE_APP_NAME": "txtmineng", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "txtmineng", "SERVICE_YUM_PACKAGE": "sas-txtmineng" } } }, "sas_vars": { "active_in_deployment": true, "hostname_fqdn": "fa4c439a0e13", "install_groups": [ "ASTORE for EMBSCOREENG", "CAS for SAS Data Quality", "CAS for SAS Econometrics", "CAS for SAS Machine Learning", "CAS for SAS Optimization", "CAS for SAS Statistics", "CAS for SAS Visual Analytics", "CAS for SAS Visual Forecasting", "CAS for SAS Visual Text Analytics", "CAS for Viya Common Foundation", "CUDA Library Support for SAS", "Gold Layer YUM Group for SPRE", "Meta RPM Event Stream CAS Client", "SAS Configuration for Spawner", "SAS Data Connector to ODBC", "SAS Data Connector to PostgreSQL", "SAS Econometrics", "SAS Enterprise Miner", "SAS Foundation for SAS Data Quality", "SAS Foundation for SAS Econometrics", "SAS Foundation for SAS Optimization", "SAS Foundation for SAS Visual Forecasting", "SAS High Performance Procedures", "SAS Machine Learning", "SAS Network Algorithms", "SAS Open Source File Format Engines", "SAS Program Runtime Environment", "SAS Statistics", "SAS Text Analytics for Dutch", "SAS Text Analytics for English", "SAS Visual Text Analytics", "SAS/ACCESS Interface to ODBC (SPRE)", "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SAS/CONNECT", "SAS/GRAPH", "SAS/IML", "SAS/OR", "SAS/STAT" ], "install_packages": [ "httpd", "mod_ssl", "sas-basecfg1", "sas-cleanutils", "sas-embscoreeng", "sas-embscoreeng1", "sas-espbase", "sas-javaesntl", "sas-sasadmclnt", "sas-sasgpudcfg", "sas-sasstudio", "sas-spawnercfg", "sas-tkcas", "sas-txtmindut", "sas-txtmineng" ], "repository_build_type": "x64_redhat_linux_6-yum", "total_static_disk_space": 0.0 }, "support_map": { "ppc64le": { "RedHat": { "7": { "default_repository_format": "yum", "repository_build_types": { "yum": "ppc64le_redhat_linux_7-yum" } }, "8": { "default_repository_format": "yum", "repository_build_types": { "yum": "ppc64le_redhat_linux_7-yum" } } }, "Suse": { "12": { "default_repository_format": "yum", "repository_build_types": { "yum": "ppc64le_suse_linux_12-yum" } }, "15": { "default_repository_format": "yum", "repository_build_types": { "yum": "ppc64le_suse_linux_12-yum" } } } }, "x86_64": { "RedHat": { "6": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_redhat_linux_6-yum" } }, "7": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_redhat_linux_6-yum" } }, "8": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_redhat_linux_6-yum" } } }, "Suse": { "12": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_suse_linux_12-yum" } }, "15": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_suse_linux_12-yum" } }, "42": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_suse_linux_12-yum" } } } } } } } }, "msg": "Successfully gathered additional host facts." } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Set internal_deployment_ipv4_override into sas_vars when not defined or empty string] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:25 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "sas_vars": { "active_in_deployment": true, "hostname_fqdn": "fa4c439a0e13", "install_groups": [ "ASTORE for EMBSCOREENG", "CAS for SAS Data Quality", "CAS for SAS Econometrics", "CAS for SAS Machine Learning", "CAS for SAS Optimization", "CAS for SAS Statistics", "CAS for SAS Visual Analytics", "CAS for SAS Visual Forecasting", "CAS for SAS Visual Text Analytics", "CAS for Viya Common Foundation", "CUDA Library Support for SAS", "Gold Layer YUM Group for SPRE", "Meta RPM Event Stream CAS Client", "SAS Configuration for Spawner", "SAS Data Connector to ODBC", "SAS Data Connector to PostgreSQL", "SAS Econometrics", "SAS Enterprise Miner", "SAS Foundation for SAS Data Quality", "SAS Foundation for SAS Econometrics", "SAS Foundation for SAS Optimization", "SAS Foundation for SAS Visual Forecasting", "SAS High Performance Procedures", "SAS Machine Learning", "SAS Network Algorithms", "SAS Open Source File Format Engines", "SAS Program Runtime Environment", "SAS Statistics", "SAS Text Analytics for Dutch", "SAS Text Analytics for English", "SAS Visual Text Analytics", "SAS/ACCESS Interface to ODBC (SPRE)", "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SAS/CONNECT", "SAS/GRAPH", "SAS/IML", "SAS/OR", "SAS/STAT" ], "install_packages": [ "httpd", "mod_ssl", "sas-basecfg1", "sas-cleanutils", "sas-embscoreeng", "sas-embscoreeng1", "sas-espbase", "sas-javaesntl", "sas-sasadmclnt", "sas-sasgpudcfg", "sas-sasstudio", "sas-spawnercfg", "sas-tkcas", "sas-txtmindut", "sas-txtmineng" ], "internal_deployment_ipv4_override": "", "repository_build_type": "x64_redhat_linux_6-yum", "total_static_disk_space": 0.0 } }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Set internal_deployment_ipv4_override into sas_vars when defined] ******** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:30 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Set internal_deployment_ipv4 into sas_vars when the override is not defined] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:35 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "sas_vars": { "active_in_deployment": true, "hostname_fqdn": "fa4c439a0e13", "install_groups": [ "ASTORE for EMBSCOREENG", "CAS for SAS Data Quality", "CAS for SAS Econometrics", "CAS for SAS Machine Learning", "CAS for SAS Optimization", "CAS for SAS Statistics", "CAS for SAS Visual Analytics", "CAS for SAS Visual Forecasting", "CAS for SAS Visual Text Analytics", "CAS for Viya Common Foundation", "CUDA Library Support for SAS", "Gold Layer YUM Group for SPRE", "Meta RPM Event Stream CAS Client", "SAS Configuration for Spawner", "SAS Data Connector to ODBC", "SAS Data Connector to PostgreSQL", "SAS Econometrics", "SAS Enterprise Miner", "SAS Foundation for SAS Data Quality", "SAS Foundation for SAS Econometrics", "SAS Foundation for SAS Optimization", "SAS Foundation for SAS Visual Forecasting", "SAS High Performance Procedures", "SAS Machine Learning", "SAS Network Algorithms", "SAS Open Source File Format Engines", "SAS Program Runtime Environment", "SAS Statistics", "SAS Text Analytics for Dutch", "SAS Text Analytics for English", "SAS Visual Text Analytics", "SAS/ACCESS Interface to ODBC (SPRE)", "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SAS/CONNECT", "SAS/GRAPH", "SAS/IML", "SAS/OR", "SAS/STAT" ], "install_packages": [ "httpd", "mod_ssl", "sas-basecfg1", "sas-cleanutils", "sas-embscoreeng", "sas-embscoreeng1", "sas-espbase", "sas-javaesntl", "sas-sasadmclnt", "sas-sasgpudcfg", "sas-sasstudio", "sas-spawnercfg", "sas-tkcas", "sas-txtmindut", "sas-txtmineng" ], "internal_deployment_ipv4": "172.17.0.4", "internal_deployment_ipv4_override": "", "repository_build_type": "x64_redhat_linux_6-yum", "total_static_disk_space": 0.0 } }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Set internal_deployment_ipv4 into sas_vars when the override is defined] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:40 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Set self_deployment_ipv4_override into sas_vars when not defined or empty string] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:45 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "sas_vars": { "active_in_deployment": true, "hostname_fqdn": "fa4c439a0e13", "install_groups": [ "ASTORE for EMBSCOREENG", "CAS for SAS Data Quality", "CAS for SAS Econometrics", "CAS for SAS Machine Learning", "CAS for SAS Optimization", "CAS for SAS Statistics", "CAS for SAS Visual Analytics", "CAS for SAS Visual Forecasting", "CAS for SAS Visual Text Analytics", "CAS for Viya Common Foundation", "CUDA Library Support for SAS", "Gold Layer YUM Group for SPRE", "Meta RPM Event Stream CAS Client", "SAS Configuration for Spawner", "SAS Data Connector to ODBC", "SAS Data Connector to PostgreSQL", "SAS Econometrics", "SAS Enterprise Miner", "SAS Foundation for SAS Data Quality", "SAS Foundation for SAS Econometrics", "SAS Foundation for SAS Optimization", "SAS Foundation for SAS Visual Forecasting", "SAS High Performance Procedures", "SAS Machine Learning", "SAS Network Algorithms", "SAS Open Source File Format Engines", "SAS Program Runtime Environment", "SAS Statistics", "SAS Text Analytics for Dutch", "SAS Text Analytics for English", "SAS Visual Text Analytics", "SAS/ACCESS Interface to ODBC (SPRE)", "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SAS/CONNECT", "SAS/GRAPH", "SAS/IML", "SAS/OR", "SAS/STAT" ], "install_packages": [ "httpd", "mod_ssl", "sas-basecfg1", "sas-cleanutils", "sas-embscoreeng", "sas-embscoreeng1", "sas-espbase", "sas-javaesntl", "sas-sasadmclnt", "sas-sasgpudcfg", "sas-sasstudio", "sas-spawnercfg", "sas-tkcas", "sas-txtmindut", "sas-txtmineng" ], "internal_deployment_ipv4": "172.17.0.4", "internal_deployment_ipv4_override": "", "repository_build_type": "x64_redhat_linux_6-yum", "self_deployment_ipv4_override": "", "total_static_disk_space": 0.0 } }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Set self_deployment_ipv4_override into sas_vars when defined] ************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:50 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Set self_deployment_ipv4 into sas_vars when the override is not defined] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:55 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "sas_vars": { "active_in_deployment": true, "hostname_fqdn": "fa4c439a0e13", "install_groups": [ "ASTORE for EMBSCOREENG", "CAS for SAS Data Quality", "CAS for SAS Econometrics", "CAS for SAS Machine Learning", "CAS for SAS Optimization", "CAS for SAS Statistics", "CAS for SAS Visual Analytics", "CAS for SAS Visual Forecasting", "CAS for SAS Visual Text Analytics", "CAS for Viya Common Foundation", "CUDA Library Support for SAS", "Gold Layer YUM Group for SPRE", "Meta RPM Event Stream CAS Client", "SAS Configuration for Spawner", "SAS Data Connector to ODBC", "SAS Data Connector to PostgreSQL", "SAS Econometrics", "SAS Enterprise Miner", "SAS Foundation for SAS Data Quality", "SAS Foundation for SAS Econometrics", "SAS Foundation for SAS Optimization", "SAS Foundation for SAS Visual Forecasting", "SAS High Performance Procedures", "SAS Machine Learning", "SAS Network Algorithms", "SAS Open Source File Format Engines", "SAS Program Runtime Environment", "SAS Statistics", "SAS Text Analytics for Dutch", "SAS Text Analytics for English", "SAS Visual Text Analytics", "SAS/ACCESS Interface to ODBC (SPRE)", "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SAS/CONNECT", "SAS/GRAPH", "SAS/IML", "SAS/OR", "SAS/STAT" ], "install_packages": [ "httpd", "mod_ssl", "sas-basecfg1", "sas-cleanutils", "sas-embscoreeng", "sas-embscoreeng1", "sas-espbase", "sas-javaesntl", "sas-sasadmclnt", "sas-sasgpudcfg", "sas-sasstudio", "sas-spawnercfg", "sas-tkcas", "sas-txtmindut", "sas-txtmineng" ], "internal_deployment_ipv4": "172.17.0.4", "internal_deployment_ipv4_override": "", "repository_build_type": "x64_redhat_linux_6-yum", "self_deployment_ipv4": "172.17.0.4", "self_deployment_ipv4_override": "", "total_static_disk_space": 0.0 } }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Set self_deployment_ipv4 into sas_vars when the override is defined] ***** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:60 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Get host-contextual consul URL] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:65 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Add consul URL to sas_vars dictionary] *********************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:73 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Collect hosts that have sas_vars dictionary defined] ********************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:78 } [container.go:403] &{ok: [deployTarget] => (item=deployTarget) => { "ansible_facts": { "available_hosts": [ "deployTarget" ] }, "changed": false, "item": "deployTarget" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Determine if any host participating in the deployment is missing the required sas_vars dictionary] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:84 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "erred_hosts": [] }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Report if a host participating in the deployment is missing the sas_vars dictionary] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/gather-host-facts.yml:88 } [container.go:403] &{ok: [deployTarget] => { "changed": false, "failed_when_result": false, "msg": "The following host(s) are missing the required sas_vars dictionary: []. See deployment.log for details." } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Validate user-defined input] ********************************************* } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [set_fact] **************************************************************** task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:6 } [container.go:403] &{ok: [localhost] => { "ansible_facts": { "all_results": [] }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify DEPLOYMENT_LABEL is a string] ************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:9 } [container.go:403] &{ok: [localhost] => { "changed": false, "failed_when_result": false, "msg": "DEPLOYMENT_LABEL failed verification. DEPLOYMENT_LABEL must be a string." } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Accumulate any failure results] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:15 } [container.go:403] &{skipping: [localhost] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify DEPLOYMENT_LABEL is valid] **************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:19 } [container.go:403] &{ok: [localhost] => { "changed": false, "failed_when_result": false, "msg": "DEPLOYMENT_LABEL ( viya ) failed verification. DEPLOYMENT_LABEL must be a non-empty string, using only lowercase characters, numeric characters, and the hyphen character." } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Accumulate any failure results] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:26 } [container.go:403] &{skipping: [localhost] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify deprecated variable sas_install_type is not misused] ************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:30 } [container.go:403] &{ok: [localhost] => { "changed": false, "failed_when_result": false, "msg": "The sas_install_type option that was used with the deploy command in earlier versions of SAS Viya has been deprecated. The current version of SAS Viya requires that you create a playbook for the type of deployment that you want by using the --deployment-type option with the SAS Orchestration CLI." } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Accumulate any failure results] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:36 } [container.go:403] &{skipping: [localhost] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify deprecated variable sas_install_type is not misused] ************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:40 } [container.go:403] &{ok: [localhost] => { "changed": false, "failed_when_result": false, "msg": "The sas_install_type option that was used with the deploy command in earlier versions of SAS Viya has been deprecated. The current version of SAS Viya requires that you create a playbook for the type of deployment that you want by using the --deployment-type option with the SAS Orchestration CLI." } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Accumulate any failure results] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:46 } [container.go:403] &{skipping: [localhost] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify deprecated variable sas_install_type is not misused] ************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:50 } [container.go:403] &{ok: [localhost] => { "changed": false, "failed_when_result": false, "msg": "The sas_install_type option that was used with the deploy command in earlier versions of SAS Viya has been deprecated. The current version of SAS Viya requires that you create a playbook for the type of deployment that you want by using the --deployment-type option with the SAS Orchestration CLI." } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Accumulate any failure results] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:56 } [container.go:403] &{skipping: [localhost] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Validate CAS controller host is defined when necessary] ****************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:60 } [container.go:403] &{ok: [localhost] => { "changed": false, "failed_when_result": false, "msg": "No CAS controller host found. Either define sasenv_cas_host in vars.yml or assign a machine to the sas_casserver_primary group." } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Accumulate any failure results] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:66 } [container.go:403] &{skipping: [localhost] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Validate hosts] ********************************************************** } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [set_fact] **************************************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:77 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "all_results": [] }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Perform fully qualified domain name length validation] ******************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:80 } [container.go:403] &{ok: [deployTarget] => { "changed": false, "failed_when_result": false, "msg": "Fully qualified domain name length exceeds the maximum 64 characters allowed: fa4c439a0e13." } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Accumulate any failure results] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:86 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Perform host connection checks] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:90 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742061.73-236702823442113 `" && echo ansible-tmp-1615742061.73-236702823442113="` echo /tmp/.$USER.ansible/ansible-tmp-1615742061.73-236702823442113 `" ) && sleep 0' } [container.go:403] &{Using module file /tmp/sas/sas_viya_playbook/library/host_connection_check.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpkzOWDc TO /tmp/..ansible/ansible-tmp-1615742061.73-236702823442113/AnsiballZ_host_connection_check.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742061.73-236702823442113/ /tmp/..ansible/ansible-tmp-1615742061.73-236702823442113/AnsiballZ_host_connection_check.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742061.73-236702823442113/AnsiballZ_host_connection_check.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742061.73-236702823442113/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{fatal: [deployTarget]: FAILED! => { "changed": false, "host_keys": {}, "invocation": { "module_args": { "host_list": [ "fa4c439a0e13", "172.17.0.4" ] } }, "msg": "Could not connect to host(s): fa4c439a0e13, 172.17.0.4." } } [container.go:403] &{...ignoring } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Accumulate any failure results] ****************************************** task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:96 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "all_results": [ "Could not connect to host(s): fa4c439a0e13, 172.17.0.4." ] }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Add host connection results to stored data] ****************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:100 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "sas_vars": { "active_in_deployment": true, "hostname_fqdn": "fa4c439a0e13", "install_groups": [ "ASTORE for EMBSCOREENG", "CAS for SAS Data Quality", "CAS for SAS Econometrics", "CAS for SAS Machine Learning", "CAS for SAS Optimization", "CAS for SAS Statistics", "CAS for SAS Visual Analytics", "CAS for SAS Visual Forecasting", "CAS for SAS Visual Text Analytics", "CAS for Viya Common Foundation", "CUDA Library Support for SAS", "Gold Layer YUM Group for SPRE", "Meta RPM Event Stream CAS Client", "SAS Configuration for Spawner", "SAS Data Connector to ODBC", "SAS Data Connector to PostgreSQL", "SAS Econometrics", "SAS Enterprise Miner", "SAS Foundation for SAS Data Quality", "SAS Foundation for SAS Econometrics", "SAS Foundation for SAS Optimization", "SAS Foundation for SAS Visual Forecasting", "SAS High Performance Procedures", "SAS Machine Learning", "SAS Network Algorithms", "SAS Open Source File Format Engines", "SAS Program Runtime Environment", "SAS Statistics", "SAS Text Analytics for Dutch", "SAS Text Analytics for English", "SAS Visual Text Analytics", "SAS/ACCESS Interface to ODBC (SPRE)", "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SAS/CONNECT", "SAS/GRAPH", "SAS/IML", "SAS/OR", "SAS/STAT" ], "install_packages": [ "httpd", "mod_ssl", "sas-basecfg1", "sas-cleanutils", "sas-embscoreeng", "sas-embscoreeng1", "sas-espbase", "sas-javaesntl", "sas-sasadmclnt", "sas-sasgpudcfg", "sas-sasstudio", "sas-spawnercfg", "sas-tkcas", "sas-txtmindut", "sas-txtmineng" ], "internal_deployment_ipv4": "172.17.0.4", "internal_deployment_ipv4_override": "", "repository_build_type": "x64_redhat_linux_6-yum", "self_deployment_ipv4": "172.17.0.4", "self_deployment_ipv4_override": "", "target_host_keys": {}, "total_static_disk_space": 0.0 } }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Ensure host address resolution alignment] ******************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:104 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742062.2-178740610391817 `" && echo ansible-tmp-1615742062.2-178740610391817="` echo /tmp/.$USER.ansible/ansible-tmp-1615742062.2-178740610391817 `" ) && sleep 0' } [container.go:403] &{Using module file /tmp/sas/sas_viya_playbook/library/ensure_address_alignment.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp0IxXhL TO /tmp/..ansible/ansible-tmp-1615742062.2-178740610391817/AnsiballZ_ensure_address_alignment.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742062.2-178740610391817/ /tmp/..ansible/ansible-tmp-1615742062.2-178740610391817/AnsiballZ_ensure_address_alignment.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742062.2-178740610391817/AnsiballZ_ensure_address_alignment.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742062.2-178740610391817/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "hostvars": { "deployTarget": { "CERTFRAME_REL_CONFIG_PATH": "etc/SASSecurityCertificateFramework", "CONSUL_EXTERNAL_ADDRESS": "{{ '' if (groups['consul'] is not defined or not groups['consul']) else 'localhost' if hostvars[groups['consul'][0]]['ansible_connection'] | default('') == 'local' else hostvars[groups['consul'][0]].sas_vars.hostname_fqdn }}", "CONSUL_EXTERNAL_ADDRESS_PORT": 8500, "DEPLOYMENT_ID": "viya", "INSTALL_GROUP": "sas", "INSTALL_USER": "sas", "INSTANCE_ID": "default", "SASHOME": "{{ SAS_DEPLOYMENT_ROOT }}/home", "SASROOT": "/opt/sas", "SAS_CONFIG_ROOT": "{{ SAS_DEPLOYMENT_ROOT }}/config", "SAS_DEPLOYMENT_ROOT": "{{ SASROOT }}/{{ DEPLOYMENT_ID }}", "SERVICE_NAME_DEFAULT": "sas-{{ DEPLOYMENT_ID }}-{{ SERVICE_PRODUCT_NAME }}-{{ INSTANCE_ID }}", "SPREHOME": "{{ SPRE_DEPLOYMENT_ROOT }}/home", "SPRE_CONFIG_ROOT": "{{ SPRE_DEPLOYMENT_ROOT }}/config", "SPRE_DEPLOYMENT_ID": "spre", "SPRE_DEPLOYMENT_ROOT": "{{ SASROOT }}/{{ SPRE_DEPLOYMENT_ID }}", "SSL_CAPATH": "/etc/pki/sas/certs/", "SYSTEMD_MAJOR_MIN": 219, "SYSTEMD_MINOR_MIN": 30, "YUM_INSTALL_BATCH_SIZE": "{% if ansible_os_family == 'RedHat' and ansible_distribution_major_version == '6' %} 100 {% else %} 9999 {% endif %}", "all_results": [ "Could not connect to host(s): fa4c439a0e13, 172.17.0.4." ], "ansible_all_ipv4_addresses": [ "172.17.0.4" ], "ansible_all_ipv6_addresses": [], "ansible_apparmor": { "status": "disabled" }, "ansible_architecture": "x86_64", "ansible_check_mode": false, "ansible_cmdline": { "initrd": "\\initrd.img", "nr_cpus": "8", "panic": "-1", "pty.legacy_count": "0" }, "ansible_connection": "local", "ansible_date_time": { "date": "2021-03-14", "day": "14", "epoch": "1615742051", "hour": "17", "iso8601": "2021-03-14T17:14:11Z", "iso8601_basic": "20210314T171411779592", "iso8601_basic_short": "20210314T171411", "iso8601_micro": "2021-03-14T17:14:11.779665Z", "minute": "14", "month": "03", "second": "11", "time": "17:14:11", "tz": "UTC", "tz_offset": "+0000", "weekday": "Sunday", "weekday_number": "0", "weeknumber": "10", "year": "2021" }, "ansible_default_ipv4": { "address": "172.17.0.4", "alias": "eth0", "broadcast": "172.17.255.255", "gateway": "172.17.0.1", "interface": "eth0", "macaddress": "02:42:ac:11:00:04", "mtu": 1500, "netmask": "255.255.0.0", "network": "172.17.0.0", "type": "ether" }, "ansible_default_ipv6": {}, "ansible_diff_mode": false, "ansible_distribution": "CentOS", "ansible_distribution_file_parsed": true, "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_major_version": "7", "ansible_distribution_release": "Core", "ansible_distribution_version": "7.9.2009", "ansible_dns": { "nameservers": [ "192.168.65.4" ] }, "ansible_domain": "", "ansible_effective_group_id": 0, "ansible_effective_user_id": 0, "ansible_env": { "ANSIBLE_VERSION": "2.7", "CONSUL_PORT_8500_TCP_ADDR": "consul", "CONSUL_PORT_8500_TCP_PORT": "8500", "DISABLE_CONSUL_AGENT": "True", "HOME": "/root", "HOSTNAME": "fa4c439a0e13", "LANG": "en_US.utf8", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PLATFORM": "redhat", "PWD": "/tmp/sas/sas_viya_playbook", "SASFOREGROUND": "True", "SASLOGROOT": "", "SAS_CONTAINER": "True", "SAS_RPM_REPO_URL": "http://172.22.168.128:180/sas_repos", "SHLVL": "3", "TINI_RPM_NAME": "tini_0.18.0.rpm", "TINI_URL": "https://github.com/krallin/tini/releases/download/v0.18.0", "_": "/usr/bin/python" }, "ansible_eth0": { "active": true, "device": "eth0", "ipv4": { "address": "172.17.0.4", "broadcast": "172.17.255.255", "netmask": "255.255.0.0", "network": "172.17.0.0" }, "macaddress": "02:42:ac:11:00:04", "mtu": 1500, "promisc": false, "speed": 10000, "type": "ether" }, "ansible_facts": { "all_ipv4_addresses": [ "172.17.0.4" ], "all_ipv6_addresses": [], "ansible_local": {}, "apparmor": { "status": "disabled" }, "architecture": "x86_64", "cmdline": { "initrd": "\\initrd.img", "nr_cpus": "8", "panic": "-1", "pty.legacy_count": "0" }, "date_time": { "date": "2021-03-14", "day": "14", "epoch": "1615742051", "hour": "17", "iso8601": "2021-03-14T17:14:11Z", "iso8601_basic": "20210314T171411779592", "iso8601_basic_short": "20210314T171411", "iso8601_micro": "2021-03-14T17:14:11.779665Z", "minute": "14", "month": "03", "second": "11", "time": "17:14:11", "tz": "UTC", "tz_offset": "+0000", "weekday": "Sunday", "weekday_number": "0", "weeknumber": "10", "year": "2021" }, "default_ipv4": { "address": "172.17.0.4", "alias": "eth0", "broadcast": "172.17.255.255", "gateway": "172.17.0.1", "interface": "eth0", "macaddress": "02:42:ac:11:00:04", "mtu": 1500, "netmask": "255.255.0.0", "network": "172.17.0.0", "type": "ether" }, "default_ipv6": {}, "distribution": "CentOS", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "7", "distribution_release": "Core", "distribution_version": "7.9.2009", "dns": { "nameservers": [ "192.168.65.4" ] }, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": { "ANSIBLE_VERSION": "2.7", "CONSUL_PORT_8500_TCP_ADDR": "consul", "CONSUL_PORT_8500_TCP_PORT": "8500", "DISABLE_CONSUL_AGENT": "True", "HOME": "/root", "HOSTNAME": "fa4c439a0e13", "LANG": "en_US.utf8", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PLATFORM": "redhat", "PWD": "/tmp/sas/sas_viya_playbook", "SASFOREGROUND": "True", "SASLOGROOT": "", "SAS_CONTAINER": "True", "SAS_RPM_REPO_URL": "http://172.22.168.128:180/sas_repos", "SHLVL": "3", "TINI_RPM_NAME": "tini_0.18.0.rpm", "TINI_URL": "https://github.com/krallin/tini/releases/download/v0.18.0", "_": "/usr/bin/python" }, "eth0": { "active": true, "device": "eth0", "ipv4": { "address": "172.17.0.4", "broadcast": "172.17.255.255", "netmask": "255.255.0.0", "network": "172.17.0.0" }, "macaddress": "02:42:ac:11:00:04", "mtu": 1500, "promisc": false, "speed": 10000, "type": "ether" }, "fips": false, "fqdn": "fa4c439a0e13", "gather_subset": [ "!hardware", "network" ], "hostname": "fa4c439a0e13", "interfaces": [ "sit0", "lo", "eth0" ], "kernel": "5.4.72-microsoft-standard-WSL2", "lo": { "active": true, "device": "lo", "ipv4": { "address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0" }, "mtu": 65536, "promisc": false, "type": "loopback" }, "lsb": {}, "machine": "x86_64", "machine_id": "450d2bc4d3ec4d33a5e091cbed30af0b", "module_setup": true, "nodename": "fa4c439a0e13", "os_family": "RedHat", "pkg_mgr": "yum", "python": { "executable": "/usr/bin/python", "has_sslcontext": true, "type": "CPython", "version": { "major": 2, "micro": 5, "minor": 7, "releaselevel": "final", "serial": 0 }, "version_info": [ 2, 7, 5, "final", 0 ] }, "python_version": "2.7.5", "real_group_id": 0, "real_user_id": 0, "sas_vars": { "active_in_deployment": true, "hostname_fqdn": "fa4c439a0e13", "install_groups": [ "ASTORE for EMBSCOREENG", "CAS for SAS Data Quality", "CAS for SAS Econometrics", "CAS for SAS Machine Learning", "CAS for SAS Optimization", "CAS for SAS Statistics", "CAS for SAS Visual Analytics", "CAS for SAS Visual Forecasting", "CAS for SAS Visual Text Analytics", "CAS for Viya Common Foundation", "CUDA Library Support for SAS", "Gold Layer YUM Group for SPRE", "Meta RPM Event Stream CAS Client", "SAS Configuration for Spawner", "SAS Data Connector to ODBC", "SAS Data Connector to PostgreSQL", "SAS Econometrics", "SAS Enterprise Miner", "SAS Foundation for SAS Data Quality", "SAS Foundation for SAS Econometrics", "SAS Foundation for SAS Optimization", "SAS Foundation for SAS Visual Forecasting", "SAS High Performance Procedures", "SAS Machine Learning", "SAS Network Algorithms", "SAS Open Source File Format Engines", "SAS Program Runtime Environment", "SAS Statistics", "SAS Text Analytics for Dutch", "SAS Text Analytics for English", "SAS Visual Text Analytics", "SAS/ACCESS Interface to ODBC (SPRE)", "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SAS/CONNECT", "SAS/GRAPH", "SAS/IML", "SAS/OR", "SAS/STAT" ], "install_packages": [ "httpd", "mod_ssl", "sas-basecfg1", "sas-cleanutils", "sas-embscoreeng", "sas-embscoreeng1", "sas-espbase", "sas-javaesntl", "sas-sasadmclnt", "sas-sasgpudcfg", "sas-sasstudio", "sas-spawnercfg", "sas-tkcas", "sas-txtmindut", "sas-txtmineng" ], "repository_build_type": "x64_redhat_linux_6-yum", "total_static_disk_space": 0.0 }, "selinux": { "status": "disabled" }, "selinux_python_present": true, "service_mgr": "sysvinit", "sit0": { "active": false, "device": "sit0", "macaddress": "00:00:00:00", "mtu": 1480, "promisc": false, "type": "unknown" }, "system": "Linux", "system_capabilities": [ "cap_chown", "cap_dac_override", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_net_bind_service", "cap_net_raw", "cap_sys_chroot", "cap_mknod", "cap_audit_write", "cap_setfcap+eip" ], "system_capabilities_enforced": "True", "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64" }, "ansible_fips": false, "ansible_forks": 5, "ansible_fqdn": "fa4c439a0e13", "ansible_hostname": "fa4c439a0e13", "ansible_interfaces": [ "sit0", "lo", "eth0" ], "ansible_inventory_sources": [ "/tmp/sas/sas_viya_playbook/inventory_local.ini" ], "ansible_kernel": "5.4.72-microsoft-standard-WSL2", "ansible_lo": { "active": true, "device": "lo", "ipv4": { "address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0" }, "mtu": 65536, "promisc": false, "type": "loopback" }, "ansible_local": {}, "ansible_lsb": {}, "ansible_machine": "x86_64", "ansible_machine_id": "450d2bc4d3ec4d33a5e091cbed30af0b", "ansible_nodename": "fa4c439a0e13", "ansible_os_family": "RedHat", "ansible_pkg_mgr": "yum", "ansible_playbook_python": "/usr/bin/python2", "ansible_python": { "executable": "/usr/bin/python", "has_sslcontext": true, "type": "CPython", "version": { "major": 2, "micro": 5, "minor": 7, "releaselevel": "final", "serial": 0 }, "version_info": [ 2, 7, 5, "final", 0 ] }, "ansible_python_version": "2.7.5", "ansible_real_group_id": 0, "ansible_real_user_id": 0, "ansible_run_tags": [ "all" ], "ansible_selinux": { "status": "disabled" }, "ansible_selinux_python_present": true, "ansible_service_mgr": "sysvinit", "ansible_sit0": { "active": false, "device": "sit0", "macaddress": "00:00:00:00", "mtu": 1480, "promisc": false, "type": "unknown" }, "ansible_skip_tags": [], "ansible_system": "Linux", "ansible_system_capabilities": [ "cap_chown", "cap_dac_override", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_net_bind_service", "cap_net_raw", "cap_sys_chroot", "cap_mknod", "cap_audit_write", "cap_setfcap+eip" ], "ansible_system_capabilities_enforced": "True", "ansible_user_dir": "/root", "ansible_user_gecos": "root", "ansible_user_gid": 0, "ansible_user_id": "root", "ansible_user_shell": "/bin/bash", "ansible_user_uid": 0, "ansible_userspace_architecture": "x86_64", "ansible_userspace_bits": "64", "ansible_verbosity": 3, "ansible_version": { "full": "2.7.0", "major": 2, "minor": 7, "revision": 0, "string": "2.7.0" }, "available_hosts": [ "deployTarget" ], "check_register": { "changed": false, "failed": false, "failed_when_result": false, "msg": "Fully qualified domain name length exceeds the maximum 64 characters allowed: fa4c439a0e13." }, "conf_folder_name": "conf", "consul_url": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true }, "erred_hosts": [], "gather_subset": [ "!hardware", "network" ], "group_names": [ "CommandLine", "httpproxy", "programming", "sas-hosts-x64_redhat_linux_6-yum", "sas_all", "sas_casserver_primary" ], "groups": { "CommandLine": [ "deployTarget" ], "all": [ "deployTarget" ], "httpproxy": [ "deployTarget" ], "programming": [ "deployTarget" ], "sas-hosts-x64_redhat_linux_6-yum": [ "deployTarget" ], "sas_all": [ "deployTarget" ], "sas_casserver_primary": [ "deployTarget" ], "sas_casserver_secondary": [], "sas_casserver_worker": [], "ungrouped": [] }, "hadoop_conf_home": "/opt/sas/viya/config/data/hadoop", "hdp_home": "{% if CAS_SETTINGS is defined and CAS_SETTINGS %}{% for key, value in CAS_SETTINGS.items() %}{% if value is search('^\\s*HADOOP_HOME\\s*=') %}{{ value }}{% endif %}{% endfor %}{% else %}{% endif %}", "hdp_namenode": "{% if CAS_SETTINGS is defined and CAS_SETTINGS %}{% for key, value in CAS_SETTINGS.items() %}{% if value is search('^\\s*HADOOP_NAMENODE\\s*=') %}{{ value }}{% endif %}{% endfor %}{% else %}{% endif %}", "host_connection_register": { "changed": false, "deprecations": [ { "msg": "Setting check_invalid_arguments is deprecated and will be removed. Update the code for this module In the future, AnsibleModule will always check for invalid arguments.", "version": "2.9" } ], "failed": true, "host_keys": {}, "msg": "Could not connect to host(s): fa4c439a0e13, 172.17.0.4." }, "inventory_dir": "/tmp/sas/sas_viya_playbook", "inventory_file": "/tmp/sas/sas_viya_playbook/inventory_local.ini", "inventory_hostname": "deployTarget", "inventory_hostname_short": "deployTarget", "lib_folder_name": "lib", "module_setup": true, "orchestration_root": "/tmp/sas/sas_viya_playbook", "playbook_dir": "/tmp/sas/sas_viya_playbook/internal", "recipe_override": true, "sas_consul_on_cas_hosts": true, "sas_host_group_variables_CommandLine": { "installables-x64_redhat_linux_6-yum": { "cleanutils": { "SERVICE_APP_NAME": "cleanutils", "SERVICE_MEMORY_NEEDED": 32, "SERVICE_PRODUCT_NAME": "cleanutils", "SERVICE_YUM_PACKAGE": "sas-cleanutils" }, "javaesntl": { "SERVICE_APP_NAME": "javaesntl", "SERVICE_MEMORY_NEEDED": 10, "SERVICE_PRODUCT_NAME": "javaesntl", "SERVICE_YUM_PACKAGE": "sas-javaesntl" }, "sasadmclnt": { "SERVICE_APP_NAME": "sasadmclnt", "SERVICE_MEMORY_NEEDED": 512, "SERVICE_PRODUCT_NAME": "sasadmclnt", "SERVICE_YUM_PACKAGE": "sas-sasadmclnt" } } }, "sas_host_group_variables_httpproxy": { "installables-x64_redhat_linux_6-yum": { "cleanutils": { "SERVICE_APP_NAME": "cleanutils", "SERVICE_MEMORY_NEEDED": 32, "SERVICE_PRODUCT_NAME": "cleanutils", "SERVICE_YUM_PACKAGE": "sas-cleanutils" }, "httpd": { "SERVICE_APP_NAME": "httpd", "SERVICE_MEMORY_NEEDED": 0, "SERVICE_PRODUCT_NAME": "httpd", "SERVICE_YUM_PACKAGE": "httpd" }, "javaesntl": { "SERVICE_APP_NAME": "javaesntl", "SERVICE_MEMORY_NEEDED": 10, "SERVICE_PRODUCT_NAME": "javaesntl", "SERVICE_YUM_PACKAGE": "sas-javaesntl" }, "mod_ssl": { "SERVICE_APP_NAME": "mod_ssl", "SERVICE_MEMORY_NEEDED": 0, "SERVICE_PRODUCT_NAME": "mod_ssl", "SERVICE_YUM_PACKAGE": "mod_ssl" } } }, "sas_host_group_variables_programming": { "installables-x64_redhat_linux_6-yum": { "Gold Layer YUM Group for SPRE": { "SERVICE_APP_NAME": "yggoldlayer1", "SERVICE_PRODUCT_NAME": "Gold Layer YUM Group for SPRE", "SERVICE_YUM_GROUP": "Gold Layer YUM Group for SPRE" }, "SAS Configuration for Spawner": { "SERVICE_APP_NAME": "ygworkspace", "SERVICE_PRODUCT_NAME": "SAS Configuration for Spawner", "SERVICE_YUM_GROUP": "SAS Configuration for Spawner" }, "SAS Econometrics": { "SERVICE_APP_NAME": "ygets1", "SERVICE_PRODUCT_NAME": "SAS Econometrics", "SERVICE_YUM_GROUP": "SAS Econometrics" }, "SAS Enterprise Miner": { "SERVICE_APP_NAME": "ygem1", "SERVICE_PRODUCT_NAME": "SAS Enterprise Miner", "SERVICE_YUM_GROUP": "SAS Enterprise Miner" }, "SAS Foundation for SAS Data Quality": { "SERVICE_APP_NAME": "ygdq", "SERVICE_PRODUCT_NAME": "SAS Foundation for SAS Data Quality", "SERVICE_YUM_GROUP": "SAS Foundation for SAS Data Quality" }, "SAS Foundation for SAS Econometrics": { "SERVICE_APP_NAME": "ygecon", } [container.go:403] &{"SERVICE_PRODUCT_NAME": "SAS Foundation for SAS Econometrics", "SERVICE_YUM_GROUP": "SAS Foundation for SAS Econometrics" }, "SAS Foundation for SAS Optimization": { "SERVICE_APP_NAME": "ygopt", "SERVICE_PRODUCT_NAME": "SAS Foundation for SAS Optimization", "SERVICE_YUM_GROUP": "SAS Foundation for SAS Optimization" }, "SAS Foundation for SAS Visual Forecasting": { "SERVICE_APP_NAME": "ygforcast", "SERVICE_PRODUCT_NAME": "SAS Foundation for SAS Visual Forecasting", "SERVICE_YUM_GROUP": "SAS Foundation for SAS Visual Forecasting" }, "SAS High Performance Procedures": { "SERVICE_APP_NAME": "yghpf1", "SERVICE_PRODUCT_NAME": "SAS High Performance Procedures", "SERVICE_YUM_GROUP": "SAS High Performance Procedures" }, "SAS Machine Learning": { "SERVICE_APP_NAME": "ygml", "SERVICE_PRODUCT_NAME": "SAS Machine Learning", "SERVICE_YUM_GROUP": "SAS Machine Learning" }, "SAS Network Algorithms": { "SERVICE_APP_NAME": "yggraphcomp1", "SERVICE_PRODUCT_NAME": "SAS Network Algorithms", "SERVICE_YUM_GROUP": "SAS Network Algorithms" }, "SAS Open Source File Format Engines": { "SERVICE_APP_NAME": "ygopnsrcfmt1", "SERVICE_PRODUCT_NAME": "SAS Open Source File Format Engines", "SERVICE_YUM_GROUP": "SAS Open Source File Format Engines" }, "SAS Program Runtime Environment": { "SERVICE_APP_NAME": "ygspre1", "SERVICE_PRODUCT_NAME": "SAS Program Runtime Environment", "SERVICE_YUM_GROUP": "SAS Program Runtime Environment" }, "SAS Statistics": { "SERVICE_APP_NAME": "ygstat", "SERVICE_PRODUCT_NAME": "SAS Statistics", "SERVICE_YUM_GROUP": "SAS Statistics" }, "SAS Visual Text Analytics": { "SERVICE_APP_NAME": "ygvta", "SERVICE_PRODUCT_NAME": "SAS Visual Text Analytics", "SERVICE_YUM_GROUP": "SAS Visual Text Analytics" }, "SAS/ACCESS Interface to ODBC (SPRE)": { "SERVICE_APP_NAME": "ygodbc1", "SERVICE_PRODUCT_NAME": "SAS/ACCESS Interface to ODBC (SPRE)", "SERVICE_YUM_GROUP": "SAS/ACCESS Interface to ODBC (SPRE)" }, "SAS/ACCESS Interface to PostgreSQL (SPRE)": { "SERVICE_APP_NAME": "ygpostgres1", "SERVICE_PRODUCT_NAME": "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SERVICE_YUM_GROUP": "SAS/ACCESS Interface to PostgreSQL (SPRE)" }, "SAS/CONNECT": { "SERVICE_APP_NAME": "ygconnect", "SERVICE_PRODUCT_NAME": "SAS/CONNECT", "SERVICE_YUM_GROUP": "SAS/CONNECT" }, "SAS/GRAPH": { "SERVICE_APP_NAME": "ygmapsgfk1", "SERVICE_PRODUCT_NAME": "SAS/GRAPH", "SERVICE_YUM_GROUP": "SAS/GRAPH" }, "SAS/IML": { "SERVICE_APP_NAME": "ygiml1", "SERVICE_PRODUCT_NAME": "SAS/IML", "SERVICE_YUM_GROUP": "SAS/IML" }, "SAS/OR": { "SERVICE_APP_NAME": "ygor1", "SERVICE_PRODUCT_NAME": "SAS/OR", "SERVICE_YUM_GROUP": "SAS/OR" }, "SAS/STAT": { "SERVICE_APP_NAME": "ygstat1", "SERVICE_PRODUCT_NAME": "SAS/STAT", "SERVICE_YUM_GROUP": "SAS/STAT" }, "basecfg1": { "SERVICE_APP_NAME": "basecfg1", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "basecfg1", "SERVICE_YUM_PACKAGE": "sas-basecfg1" }, "cleanutils": { "SERVICE_APP_NAME": "cleanutils", "SERVICE_MEMORY_NEEDED": 32, "SERVICE_PRODUCT_NAME": "cleanutils", "SERVICE_YUM_PACKAGE": "sas-cleanutils" }, "embscoreeng1": { "SERVICE_APP_NAME": "embscoreeng1", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "embscoreeng1", "SERVICE_YUM_PACKAGE": "sas-embscoreeng1" }, "javaesntl": { "SERVICE_APP_NAME": "javaesntl", "SERVICE_MEMORY_NEEDED": 10, "SERVICE_PRODUCT_NAME": "javaesntl", "SERVICE_YUM_PACKAGE": "sas-javaesntl" }, "sasstudio": { "SERVICE_APP_NAME": "sasstudio", "SERVICE_MEMORY_NEEDED": 512, "SERVICE_PRODUCT_NAME": "sasstudio", "SERVICE_YUM_PACKAGE": "sas-sasstudio" }, "spawnercfg": { "SERVICE_APP_NAME": "spawnercfg", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "spawnercfg", "SERVICE_YUM_PACKAGE": "sas-spawnercfg" } } }, "sas_host_group_variables_sas_all": {}, "sas_host_group_variables_sas_casserver_primary": { "installables-x64_redhat_linux_6-yum": { "ASTORE for EMBSCOREENG": { "SERVICE_APP_NAME": "ygeseastore", "SERVICE_PRODUCT_NAME": "ASTORE for EMBSCOREENG", "SERVICE_YUM_GROUP": "ASTORE for EMBSCOREENG" }, "CAS for SAS Data Quality": { "SERVICE_APP_NAME": "ygdqcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Data Quality", "SERVICE_YUM_GROUP": "CAS for SAS Data Quality" }, "CAS for SAS Econometrics": { "SERVICE_APP_NAME": "ygeconcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Econometrics", "SERVICE_YUM_GROUP": "CAS for SAS Econometrics" }, "CAS for SAS Machine Learning": { "SERVICE_APP_NAME": "ygmlcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Machine Learning", "SERVICE_YUM_GROUP": "CAS for SAS Machine Learning" }, "CAS for SAS Optimization": { "SERVICE_APP_NAME": "ygoptcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Optimization", "SERVICE_YUM_GROUP": "CAS for SAS Optimization" }, "CAS for SAS Statistics": { "SERVICE_APP_NAME": "ygstatcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Statistics", "SERVICE_YUM_GROUP": "CAS for SAS Statistics" }, "CAS for SAS Visual Analytics": { "SERVICE_APP_NAME": "ygvacas", "SERVICE_PRODUCT_NAME": "CAS for SAS Visual Analytics", "SERVICE_YUM_GROUP": "CAS for SAS Visual Analytics" }, "CAS for SAS Visual Forecasting": { "SERVICE_APP_NAME": "ygforcastcas", "SERVICE_PRODUCT_NAME": "CAS for SAS Visual Forecasting", "SERVICE_YUM_GROUP": "CAS for SAS Visual Forecasting" }, "CAS for SAS Visual Text Analytics": { "SERVICE_APP_NAME": "ygvtacas", "SERVICE_PRODUCT_NAME": "CAS for SAS Visual Text Analytics", "SERVICE_YUM_GROUP": "CAS for SAS Visual Text Analytics" }, "CAS for Viya Common Foundation": { "SERVICE_APP_NAME": "ygvcmfndcas", "SERVICE_PRODUCT_NAME": "CAS for Viya Common Foundation", "SERVICE_YUM_GROUP": "CAS for Viya Common Foundation" }, "CUDA Library Support for SAS": { "SERVICE_APP_NAME": "yggpulib", "SERVICE_PRODUCT_NAME": "CUDA Library Support for SAS", "SERVICE_YUM_GROUP": "CUDA Library Support for SAS" }, "Meta RPM Event Stream CAS Client": { "SERVICE_APP_NAME": "ygespcasvcf", "SERVICE_PRODUCT_NAME": "Meta RPM Event Stream CAS Client", "SERVICE_YUM_GROUP": "Meta RPM Event Stream CAS Client" }, "SAS Data Connector to ODBC": { "SERVICE_APP_NAME": "ygcdfodbc", "SERVICE_PRODUCT_NAME": "SAS Data Connector to ODBC", "SERVICE_YUM_GROUP": "SAS Data Connector to ODBC" }, "SAS Data Connector to PostgreSQL": { "SERVICE_APP_NAME": "ygcdfpstg", "SERVICE_PRODUCT_NAME": "SAS Data Connector to PostgreSQL", "SERVICE_YUM_GROUP": "SAS Data Connector to PostgreSQL" }, "SAS Text Analytics for Dutch": { "SERVICE_APP_NAME": "ygtxtmindut", "SERVICE_PRODUCT_NAME": "SAS Text Analytics for Dutch", "SERVICE_YUM_GROUP": "SAS Text Analytics for Dutch" }, "SAS Text Analytics for English": { "SERVICE_APP_NAME": "ygtxtmineng", "SERVICE_PRODUCT_NAME": "SAS Text Analytics for English", "SERVICE_YUM_GROUP": "SAS Text Analytics for English" }, "cleanutils": { "SERVICE_APP_NAME": "cleanutils", "SERVICE_MEMORY_NEEDED": 32, "SERVICE_PRODUCT_NAME": "cleanutils", "SERVICE_YUM_PACKAGE": "sas-cleanutils" }, "embscoreeng": { "SERVICE_APP_NAME": "embscoreeng", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "embscoreeng", "SERVICE_YUM_PACKAGE": "sas-embscoreeng" }, "espbase": { "SERVICE_APP_NAME": "espbase", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "espbase", "SERVICE_YUM_PACKAGE": "sas-espbase" }, "javaesntl": { "SERVICE_APP_NAME": "javaesntl", "SERVICE_MEMORY_NEEDED": 10, "SERVICE_PRODUCT_NAME": "javaesntl", "SERVICE_YUM_PACKAGE": "sas-javaesntl" }, "sasgpudcfg": { "SERVICE_APP_NAME": "sasgpudcfg", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "sasgpudcfg", "SERVICE_YUM_PACKAGE": "sas-sasgpudcfg" }, "tkcas": { "SERVICE_APP_NAME": "tkcas", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "tkcas", "SERVICE_YUM_PACKAGE": "sas-tkcas" }, "txtmindut": { "SERVICE_APP_NAME": "txtmindut", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "txtmindut", "SERVICE_YUM_PACKAGE": "sas-txtmindut" }, "txtmineng": { "SERVICE_APP_NAME": "txtmineng", "SERVICE_MEMORY_NEEDED": 12000, "SERVICE_PRODUCT_NAME": "txtmineng", "SERVICE_YUM_PACKAGE": "sas-txtmineng" } } }, "sas_vars": { "active_in_deployment": true, "hostname_fqdn": "fa4c439a0e13", "install_groups": [ "ASTORE for EMBSCOREENG", "CAS for SAS Data Quality", "CAS for SAS Econometrics", "CAS for SAS Machine Learning", "CAS for SAS Optimization", "CAS for SAS Statistics", "CAS for SAS Visual Analytics", "CAS for SAS Visual Forecasting", "CAS for SAS Visual Text Analytics", "CAS for Viya Common Foundation", "CUDA Library Support for SAS", "Gold Layer YUM Group for SPRE", "Meta RPM Event Stream CAS Client", "SAS Configuration for Spawner", "SAS Data Connector to ODBC", "SAS Data Connector to PostgreSQL", "SAS Econometrics", "SAS Enterprise Miner", "SAS Foundation for SAS Data Quality", "SAS Foundation for SAS Econometrics", "SAS Foundation for SAS Optimization", "SAS Foundation for SAS Visual Forecasting", "SAS High Performance Procedures", "SAS Machine Learning", "SAS Network Algorithms", "SAS Open Source File Format Engines", "SAS Program Runtime Environment", "SAS Statistics", "SAS Text Analytics for Dutch", "SAS Text Analytics for English", "SAS Visual Text Analytics", "SAS/ACCESS Interface to ODBC (SPRE)", "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SAS/CONNECT", "SAS/GRAPH", "SAS/IML", "SAS/OR", "SAS/STAT" ], "install_packages": [ "httpd", "mod_ssl", "sas-basecfg1", "sas-cleanutils", "sas-embscoreeng", "sas-embscoreeng1", "sas-espbase", "sas-javaesntl", "sas-sasadmclnt", "sas-sasgpudcfg", "sas-sasstudio", "sas-spawnercfg", "sas-tkcas", "sas-txtmindut", "sas-txtmineng" ], "internal_deployment_ipv4": "172.17.0.4", "internal_deployment_ipv4_override": "", "repository_build_type": "x64_redhat_linux_6-yum", "self_deployment_ipv4": "172.17.0.4", "self_deployment_ipv4_override": "", "target_host_keys": {}, "total_static_disk_space": 0.0 }, "support_map": { "ppc64le": { "RedHat": { "7": { "default_repository_format": "yum", "repository_build_types": { "yum": "ppc64le_redhat_linux_7-yum" } }, "8": { "default_repository_format": "yum", "repository_build_types": { "yum": "ppc64le_redhat_linux_7-yum" } } }, "Suse": { "12": { "default_repository_format": "yum", "repository_build_types": { "yum": "ppc64le_suse_linux_12-yum" } }, "15": { "default_repository_format": "yum", "repository_build_types": { "yum": "ppc64le_suse_linux_12-yum" } } } }, "x86_64": { "RedHat": { "6": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_redhat_linux_6-yum" } }, "7": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_redhat_linux_6-yum" } }, "8": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_redhat_linux_6-yum" } } }, "Suse": { "12": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_suse_linux_12-yum" } }, "15": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_suse_linux_12-yum" } }, "42": { "default_repository_format": "yum", "repository_build_types": { "yum": "x64_suse_linux_12-yum" } } } } } } }, "inventory_hostname": "deployTarget" } }, "msg": "Passed" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Accumulate any failure results] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:111 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Perform no_proxy environment variable check] ***************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:115 } [container.go:403] &{ok: [deployTarget] => { "changed": false, "failed_when_result": false, "msg": "http_proxy or https_proxy environment variables were detected, but the required 'no_proxy' variable was not detected. See the 'Configure a Proxy Server' section of the SAS Viya Administration documentation for additional details." } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Accumulate any failure results] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:123 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Summarize pre-flight check status] *************************************** } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Identify any pre-flight check failures] ********************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:134 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{skipping: [localhost] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{PLAY [Check user accounts required by the playbook] **************************** } [container.go:403] &{META: ran handlers } [container.go:403] &{TASK [Verify that sas user exists] ********************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:3 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742062.86-71856218416085 `" && echo ansible-tmp-1615742062.86-71856218416085="` echo /tmp/.$USER.ansible/ansible-tmp-1615742062.86-71856218416085 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpGKKb0W TO /tmp/..ansible/ansible-tmp-1615742062.86-71856218416085/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742062.86-71856218416085/ /tmp/..ansible/ansible-tmp-1615742062.86-71856218416085/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742062.86-71856218416085/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742062.86-71856218416085/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "cmd": "id -u sas", "delta": "0:00:00.458959", "end": "2021-03-14 17:14:23.597840", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "id -u sas", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:14:23.138881", "stderr": "", "stderr_lines": [], "stdout": "1001", "stdout_lines": [ "1001" ] } } [container.go:403] &{TASK [Verify that sas user exists] ********************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:9 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{TASK [Verify that sas user is a member of the group sas] *********************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:14 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742063.72-13488532322223 `" && echo ansible-tmp-1615742063.72-13488532322223="` echo /tmp/.$USER.ansible/ansible-tmp-1615742063.72-13488532322223 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpuTUTWk TO /tmp/..ansible/ansible-tmp-1615742063.72-13488532322223/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742063.72-13488532322223/ /tmp/..ansible/ansible-tmp-1615742063.72-13488532322223/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742063.72-13488532322223/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742063.72-13488532322223/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "cmd": "id -Gn sas | grep -q '\\bsas\\b'", "delta": "0:00:00.437308", "end": "2021-03-14 17:14:24.255762", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "id -Gn sas | grep -q '\\bsas\\b'", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:14:23.818454", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{TASK [Verify that sas user is a member of the group sas] *********************** task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:21 } [container.go:403] &{ok: [deployTarget] => { "changed": false, "failed_when_result": false, "msg": "The sas user is required to be a member of the group sas" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{PLAY [Check for unsupported tags] ********************************************** } [container.go:403] &{META: ran handlers } [container.go:403] &{TASK [Check if any tags are in scope] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:156 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "tags_are_empty": true }, "changed": false } } [container.go:403] &{TASK [Check for the install tag] *********************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:159 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{TASK [Check for the config tag] ************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:165 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Validate existence of cas user, group membership, and the consistency of IDs] *** } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Create CAS cluster definition file] ************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/create_cas_cluster_defs.yml:6 } [container.go:403] &{<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742064.53-17451081409631 `" && echo ansible-tmp-1615742064.53-17451081409631="` echo /tmp/.$USER.ansible/ansible-tmp-1615742064.53-17451081409631 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpOemurV TO /tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/AnsiballZ_stat.py } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/ /tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpnym6eR/cluster_defn_vars.yml.j2 TO /tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/source } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/ /tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/source && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py } [container.go:403] &{<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpJxy6fR TO /tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/AnsiballZ_copy.py } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/ /tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/AnsiballZ_copy.py && sleep 0' } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/AnsiballZ_copy.py && sleep 0' } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget -> 127.0.0.1] => { "changed": true, "checksum": "233f9c2c3c68e0e8f384ed6c360d4156d12c91a9", "dest": "/tmp/sas/sas_viya_playbook/cluster_defn_vars.yml", "diff": [], "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "cluster_defn_vars.yml.j2", "attributes": null, "backup": false, "checksum": "233f9c2c3c68e0e8f384ed6c360d4156d12c91a9", "content": null, "delimiter": null, "dest": "/tmp/sas/sas_viya_playbook/cluster_defn_vars.yml", "directory_mode": null, "follow": false, "force": true, "group": null, "local_follow": null, "mode": 420, "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/source", "unsafe_writes": null, "validate": null } }, "md5sum": "2c02870c90e579557cca89f29e974ea1", "mode": "0644", "owner": "root", "size": 232, "src": "/tmp/..ansible/ansible-tmp-1615742064.53-17451081409631/source", "state": "file", "uid": 0 } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include /tmp/sas/sas_viya_playbook/cluster_defn_vars.yml] **************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/create_cas_cluster_defs.yml:12 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "CLUSTER_DEFINITIONS": { "cas": { "default": { "casenv_group": "sas", "casenv_user": "cas", "env": { "CAS_START_MONITOR_UI": true }, "primary_host": "deployTarget", "secondary_host": null, "tenant": "shared", "worker_hosts": null } } } }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/cluster_defn_vars.yml" ], "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [If CLUSTER_DEFINITIONS.cas is not empty, copy contents] ****************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/create_cas_cluster_defs.yml:16 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "CLUSTER_DEFINITIONS_cas": { "default": { "casenv_group": "sas", "casenv_user": "cas", "env": { "CAS_START_MONITOR_UI": true }, "primary_host": "deployTarget", "secondary_host": null, "tenant": "shared", "worker_hosts": null } } }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Make sure CLUSTER_DEFINITIONS_cas is defined] **************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/create_cas_cluster_defs.yml:21 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include] ***************************************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:178 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{included: /tmp/sas/sas_viya_playbook/tasks/check_user.yml for deployTarget => (item={'key': u'default', 'value': {u'casenv_group': u'sas', u'worker_hosts': None, u'casenv_user': u'cas', u'primary_host': u'deployTarget', u'secondary_host': None, u'env': {u'CAS_START_MONITOR_UI': True}, u'tenant': u'shared'}}) } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify that cas user exists] ********************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:3 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742065.44-236368237485931 `" && echo ansible-tmp-1615742065.44-236368237485931="` echo /tmp/.$USER.ansible/ansible-tmp-1615742065.44-236368237485931 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpvty5zO TO /tmp/..ansible/ansible-tmp-1615742065.44-236368237485931/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742065.44-236368237485931/ /tmp/..ansible/ansible-tmp-1615742065.44-236368237485931/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742065.44-236368237485931/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742065.44-236368237485931/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "cmd": "id -u cas", "delta": "0:00:00.471847", "end": "2021-03-14 17:14:26.014073", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "id -u cas", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:14:25.542226", "stderr": "", "stderr_lines": [], "stdout": "1002", "stdout_lines": [ "1002" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify that cas user exists] ********************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:9 } [container.go:403] &{ok: [deployTarget] => { "changed": false, "failed_when_result": false, "msg": "The cas user does not exist" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify that cas user is a member of the group sas] *********************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:14 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742066.16-117812630880427 `" && echo ansible-tmp-1615742066.16-117812630880427="` echo /tmp/.$USER.ansible/ansible-tmp-1615742066.16-117812630880427 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpjHIxTj TO /tmp/..ansible/ansible-tmp-1615742066.16-117812630880427/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742066.16-117812630880427/ /tmp/..ansible/ansible-tmp-1615742066.16-117812630880427/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742066.16-117812630880427/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742066.16-117812630880427/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "cmd": "id -Gn cas | grep -q '\\bsas\\b'", "delta": "0:00:00.501963", "end": "2021-03-14 17:14:26.754147", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "id -Gn cas | grep -q '\\bsas\\b'", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:14:26.252184", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify that cas user is a member of the group sas] *********************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:21 } [container.go:403] &{ok: [deployTarget] => { "changed": false, "failed_when_result": false, "msg": "The cas user is required to be a member of the group sas" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include] ***************************************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:185 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{included: /tmp/sas/sas_viya_playbook/tasks/check_user.yml for deployTarget => (item={'key': u'default', 'value': {u'casenv_group': u'sas', u'worker_hosts': None, u'casenv_user': u'cas', u'primary_host': u'deployTarget', u'secondary_host': None, u'env': {u'CAS_START_MONITOR_UI': True}, u'tenant': u'shared'}}) } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify that cas user exists] ********************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:3 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742067.22-178733393711133 `" && echo ansible-tmp-1615742067.22-178733393711133="` echo /tmp/.$USER.ansible/ansible-tmp-1615742067.22-178733393711133 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmphsKJPV TO /tmp/..ansible/ansible-tmp-1615742067.22-178733393711133/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742067.22-178733393711133/ /tmp/..ansible/ansible-tmp-1615742067.22-178733393711133/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742067.22-178733393711133/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742067.22-178733393711133/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "cmd": "id -u cas", "delta": "0:00:00.589828", "end": "2021-03-14 17:14:27.948959", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "id -u cas", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:14:27.359131", "stderr": "", "stderr_lines": [], "stdout": "1002", "stdout_lines": [ "1002" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify that cas user exists] ********************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:9 } [container.go:403] &{ok: [deployTarget] => { "changed": false, "failed_when_result": false, "msg": "The cas user does not exist" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify that cas user is a member of the group sas] *********************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:14 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742068.11-87409850157736 `" && echo ansible-tmp-1615742068.11-87409850157736="` echo /tmp/.$USER.ansible/ansible-tmp-1615742068.11-87409850157736 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpEMcSWd TO /tmp/..ansible/ansible-tmp-1615742068.11-87409850157736/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742068.11-87409850157736/ /tmp/..ansible/ansible-tmp-1615742068.11-87409850157736/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742068.11-87409850157736/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742068.11-87409850157736/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "cmd": "id -Gn cas | grep -q '\\bsas\\b'", "delta": "0:00:00.464590", "end": "2021-03-14 17:14:28.677512", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "id -Gn cas | grep -q '\\bsas\\b'", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:14:28.212922", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify that cas user is a member of the group sas] *********************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:21 } [container.go:403] &{ok: [deployTarget] => { "changed": false, "failed_when_result": false, "msg": "The cas user is required to be a member of the group sas" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include] ***************************************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:192 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{included: /tmp/sas/sas_viya_playbook/tasks/cas_check_id_consistency.yml for deployTarget } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Get user IDs] ************************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/cas_check_id_consistency.yml:1 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742068.92-133860255957189 `" && echo ansible-tmp-1615742068.92-133860255957189="` echo /tmp/.$USER.ansible/ansible-tmp-1615742068.92-133860255957189 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/getent.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpaz1OGU TO /tmp/..ansible/ansible-tmp-1615742068.92-133860255957189/AnsiballZ_getent.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742068.92-133860255957189/ /tmp/..ansible/ansible-tmp-1615742068.92-133860255957189/AnsiballZ_getent.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742068.92-133860255957189/AnsiballZ_getent.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742068.92-133860255957189/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "getent_passwd": { "cas": [ "x", "1002", "1001", "SAS CAS User account", "/home/cas", "/bin/bash" ] } }, "changed": false, "invocation": { "module_args": { "database": "passwd", "fail_key": false, "key": "cas", "split": ":" } } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify user ID consistency] ********************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/cas_check_id_consistency.yml:8 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Get group IDs] *********************************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/cas_check_id_consistency.yml:16 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742069.74-40872039771005 `" && echo ansible-tmp-1615742069.74-40872039771005="` echo /tmp/.$USER.ansible/ansible-tmp-1615742069.74-40872039771005 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/getent.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp5hk7Vq TO /tmp/..ansible/ansible-tmp-1615742069.74-40872039771005/AnsiballZ_getent.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742069.74-40872039771005/ /tmp/..ansible/ansible-tmp-1615742069.74-40872039771005/AnsiballZ_getent.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742069.74-40872039771005/AnsiballZ_getent.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742069.74-40872039771005/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "getent_group": { "sas": [ "x", "1001", "" ] } }, "changed": false, "invocation": { "module_args": { "database": "group", "fail_key": false, "key": "sas", "split": ":" } } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify group ID consistency] ********************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/cas_check_id_consistency.yml:23 } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/casserver-config/defaults/main.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/casserver-config/defaults/main.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/casserver-config/defaults/main.yml' } [container.go:403] &{PLAY [Validate CAS Admin User and cas_provlist] ******************************** } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/casserver-config/defaults/main.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/casserver-config/defaults/main.yml' } [container.go:403] &{TASK [casserver-validate : Create CAS cluster definition file] ***************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/casserver-validate/tasks/main.yml:13 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/casserver-config/defaults/main.yml' } [container.go:403] &{TASK [casserver-validate : include /tmp/sas/sas_viya_playbook/cluster_defn_vars.yml] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/casserver-validate/tasks/main.yml:20 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/casserver-config/defaults/main.yml' } [container.go:403] &{TASK [casserver-validate : If CLUSTER_DEFINITIONS.cas is not empty, copy contents] *** task path: /tmp/sas/sas_viya_playbook/roles/casserver-validate/tasks/main.yml:26 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "CLUSTER_DEFINITIONS_cas": { "default": { "casenv_group": "sas", "casenv_user": "cas", "env": { "CAS_START_MONITOR_UI": true }, "primary_host": "deployTarget", "secondary_host": null, "tenant": "shared", "worker_hosts": null } } }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/casserver-config/defaults/main.yml' } [container.go:403] &{TASK [casserver-validate : Make sure CLUSTER_DEFINITIONS_cas is defined] ******* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/casserver-validate/tasks/main.yml:31 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../roles/casserver-config/defaults/main.yml' } [container.go:403] &{TASK [casserver-validate : Verify that user exists on all hosts] *************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/casserver-validate/tasks/main.yml:36 } [container.go:403] &{skipping: [deployTarget] => (item={'value': {u'casenv_group': u'sas', u'worker_hosts': None, u'primary_host': u'deployTarget', u'casenv_user': u'cas', u'env': {u'CAS_START_MONITOR_UI': True}, u'tenant': u'shared', u'secondary_host': None}, 'key': u'default'}) => { "changed": false, "item": { "key": "default", "value": { "casenv_group": "sas", "casenv_user": "cas", "env": { "CAS_START_MONITOR_UI": true }, "primary_host": "deployTarget", "secondary_host": null, "tenant": "shared", "worker_hosts": null } }, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Validate CAS host] ******************************************************* } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_vars] ************************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate.yml:220 } [container.go:403] &{ok: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "ansible_facts": { "ENTITLEMENT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CLIENT }}", "METAREPO_CERT_CA": "SAS_CA_Certificate.pem", "METAREPO_CERT_CLIENT": "entitlement_certificate.pem", "METAREPO_CERT_HOME": "/etc/pki/sas/private", "METAREPO_CERT_SOURCE": "{{ playbook_dir }}", "METAREPO_FORCE_CERTS": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_INSTALL": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_RPM": "sas-meta-repo.rpm", "METAREPO_SOE_ORDERABLE": "\"sas-connect-125-x64_redhat_linux_6-yum\" \"sas-dagent-135-x64_redhat_linux_6-yum\" \"sas-datamapr-100-x64_redhat_linux_6-yum\" \"sas-depentviya-136-x64_redhat_linux_6-yum\" \"sas-dmdatap-125-x64_redhat_linux_6-yum\" \"sas-dmdq-125-x64_redhat_linux_6-yum\" \"sas-econometr-125-x64_redhat_linux_6-yum\" \"sas-espcasvcf-135-x64_redhat_linux_6-yum\" \"sas-forecast-125-x64_redhat_linux_6-yum\" \"sas-mlrning-125-x64_redhat_linux_6-yum\" \"sas-odbc-125-x64_redhat_linux_6-yum\" \"sas-opt-125-x64_redhat_linux_6-yum\" \"sas-statviya-125-x64_redhat_linux_6-yum\" \"sas-txtmindut-125-x64_redhat_linux_6-yum\" \"sas-va-125-x64_redhat_linux_6-yum\" \"sas-vcmnfnd-126-x64_redhat_linux_6-yum\" \"sas-vtxtan-125-x64_redhat_linux_6-yum\"", "METAREPO_URL": "https://ses.sas.download/ses/repos/meta-repo/", "SAS_CERT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CA }}", "SAS_REPO": { "connect-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/connect/125/connect-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "connect-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dagent-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dagent/135/dagent-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dagent-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "datamapr-100-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/datamapr/100/datamapr-100-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "datamapr-100-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "depentviya-136-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/depentviya/136/depentviya-136-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "depentviya-136-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dmdq-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dmdq-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "econometr-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/econometr/125/econometr-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "econometr-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "espcasvcf-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/espcasvcf/135/espcasvcf-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "espcasvcf-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "forecast-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/forecast/125/forecast-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "forecast-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "mlrning-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/mlrning/125/mlrning-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "mlrning-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "odbc-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/odbc/125/odbc-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "odbc-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "opt-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/opt/125/opt-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "opt-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "statviya-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/statviya/125/statviya-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "statviya-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "txtmindut-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/txtmindut/125/txtmindut-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "txtmindut-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "va-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/va/125/va-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "va-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vcmnfnd-126-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vcmnfnd-126-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vtxtan-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vtxtan/125/vtxtan-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vtxtan-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 } }, "sasenv_composite_license": "{% if LICENSE_COMPOSITE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_COMPOSITE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_license": "{% if LICENSE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_soe_groupinstall": "\"SAS Data Connector to ODBC\" \"SAS Data Connector to PostgreSQL\" \"SAS/CONNECT\" \"SAS Foundation for SAS Data Quality\" \"CAS for SAS Data Quality\" \"SAS Foundation for SAS Econometrics\" \"CAS for SAS Econometrics\" \"SAS Enterprise Miner\" \"ASTORE for EMBSCOREENG\" \"Meta RPM Event Stream CAS Client\" \"SAS Econometrics\" \"SAS Foundation for SAS Visual Forecasting\" \"CAS for SAS Visual Forecasting\" \"Gold Layer YUM Group for SPRE\" \"CUDA Library Support for SAS\" \"SAS/GRAPH\" \"SAS Network Algorithms\" \"SAS High Performance Procedures\" \"SAS/IML\" \"SAS/GRAPH\" \"SAS Machine Learning\" \"CAS for SAS Machine Learning\" \"SAS/ACCESS Interface to ODBC (SPRE)\" \"SAS Open Source File Format Engines\" \"SAS Foundation for SAS Optimization\" \"CAS for SAS Optimization\" \"SAS/OR\" \"SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"SAS Program Runtime Environment\" \"SAS Statistics\" \"SAS/STAT\" \"CAS for SAS Statistics\" \"SAS Text Analytics for Dutch\" \"SAS Text Analytics for English\" \"CAS for SAS Visual Analytics\" \"CAS for Viya Common Foundation\" \"SAS Visual Text Analytics\" \"CAS for SAS Visual Text Analytics\" \"SAS Configuration for Spawner\"" }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" ], "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [foundation-validate : debug] ********************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/foundation-validate/tasks/main.yml:7 } [container.go:403] &{skipping: [deployTarget] => {} } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [foundation-validate : Set CAS host] ************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/foundation-validate/tasks/main.yml:10 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "controller_host": "fa4c439a0e13" }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [foundation-validate : Assert that controller host is set] **************** task path: /tmp/sas/sas_viya_playbook/roles/foundation-validate/tasks/main.yml:14 } [container.go:403] &{ok: [deployTarget] => { "changed": false, "failed_when_result": false, "msg": "The host for the CAS controller is not known. Please set the sasenv_cas_host in the vars.yml file or define a controller host in the inventory file." } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Validate PostgreSQL user-modifiable entries in inventory.ini and vars.yml] *** } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_vars] ************************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate-postgres-rules.yml:10 } [container.go:403] &{ok: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "ansible_facts": { "ENTITLEMENT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CLIENT }}", "METAREPO_CERT_CA": "SAS_CA_Certificate.pem", "METAREPO_CERT_CLIENT": "entitlement_certificate.pem", "METAREPO_CERT_HOME": "/etc/pki/sas/private", "METAREPO_CERT_SOURCE": "{{ playbook_dir }}", "METAREPO_FORCE_CERTS": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_INSTALL": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_RPM": "sas-meta-repo.rpm", "METAREPO_SOE_ORDERABLE": "\"sas-connect-125-x64_redhat_linux_6-yum\" \"sas-dagent-135-x64_redhat_linux_6-yum\" \"sas-datamapr-100-x64_redhat_linux_6-yum\" \"sas-depentviya-136-x64_redhat_linux_6-yum\" \"sas-dmdatap-125-x64_redhat_linux_6-yum\" \"sas-dmdq-125-x64_redhat_linux_6-yum\" \"sas-econometr-125-x64_redhat_linux_6-yum\" \"sas-espcasvcf-135-x64_redhat_linux_6-yum\" \"sas-forecast-125-x64_redhat_linux_6-yum\" \"sas-mlrning-125-x64_redhat_linux_6-yum\" \"sas-odbc-125-x64_redhat_linux_6-yum\" \"sas-opt-125-x64_redhat_linux_6-yum\" \"sas-statviya-125-x64_redhat_linux_6-yum\" \"sas-txtmindut-125-x64_redhat_linux_6-yum\" \"sas-va-125-x64_redhat_linux_6-yum\" \"sas-vcmnfnd-126-x64_redhat_linux_6-yum\" \"sas-vtxtan-125-x64_redhat_linux_6-yum\"", "METAREPO_URL": "https://ses.sas.download/ses/repos/meta-repo/", "SAS_CERT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CA }}", "SAS_REPO": { "connect-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/connect/125/connect-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "connect-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dagent-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dagent/135/dagent-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dagent-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "datamapr-100-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/datamapr/100/datamapr-100-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "datamapr-100-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "depentviya-136-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/depentviya/136/depentviya-136-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "depentviya-136-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dmdq-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dmdq-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "econometr-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/econometr/125/econometr-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "econometr-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "espcasvcf-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/espcasvcf/135/espcasvcf-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "espcasvcf-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "forecast-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/forecast/125/forecast-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "forecast-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "mlrning-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/mlrning/125/mlrning-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "mlrning-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "odbc-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/odbc/125/odbc-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "odbc-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "opt-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/opt/125/opt-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "opt-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "statviya-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/statviya/125/statviya-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "statviya-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "txtmindut-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/txtmindut/125/txtmindut-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "txtmindut-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "va-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/va/125/va-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "va-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vcmnfnd-126-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vcmnfnd-126-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vtxtan-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vtxtan/125/vtxtan-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vtxtan-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 } }, "sasenv_composite_license": "{% if LICENSE_COMPOSITE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_COMPOSITE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_license": "{% if LICENSE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_soe_groupinstall": "\"SAS Data Connector to ODBC\" \"SAS Data Connector to PostgreSQL\" \"SAS/CONNECT\" \"SAS Foundation for SAS Data Quality\" \"CAS for SAS Data Quality\" \"SAS Foundation for SAS Econometrics\" \"CAS for SAS Econometrics\" \"SAS Enterprise Miner\" \"ASTORE for EMBSCOREENG\" \"Meta RPM Event Stream CAS Client\" \"SAS Econometrics\" \"SAS Foundation for SAS Visual Forecasting\" \"CAS for SAS Visual Forecasting\" \"Gold Layer YUM Group for SPRE\" \"CUDA Library Support for SAS\" \"SAS/GRAPH\" \"SAS Network Algorithms\" \"SAS High Performance Procedures\" \"SAS/IML\" \"SAS/GRAPH\" \"SAS Machine Learning\" \"CAS for SAS Machine Learning\" \"SAS/ACCESS Interface to ODBC (SPRE)\" \"SAS Open Source File Format Engines\" \"SAS Foundation for SAS Optimization\" \"CAS for SAS Optimization\" \"SAS/OR\" \"SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"SAS Program Runtime Environment\" \"SAS Statistics\" \"SAS/STAT\" \"CAS for SAS Statistics\" \"SAS Text Analytics for Dutch\" \"SAS Text Analytics for English\" \"CAS for SAS Visual Analytics\" \"CAS for Viya Common Foundation\" \"SAS Visual Text Analytics\" \"CAS for SAS Visual Text Analytics\" \"SAS Configuration for Spawner\"" }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" ], "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_role : validate-postgres-rules] ********************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate-postgres-rules.yml:16 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Validate the SAS Infrastructure Data Server for Common Planning Services for Viya entries in inventory.ini and vars.yml] *** } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_vars] ************************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate-cps-postgres-rules.yml:10 } [container.go:403] &{ok: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "ansible_facts": { "ENTITLEMENT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CLIENT }}", "METAREPO_CERT_CA": "SAS_CA_Certificate.pem", "METAREPO_CERT_CLIENT": "entitlement_certificate.pem", "METAREPO_CERT_HOME": "/etc/pki/sas/private", "METAREPO_CERT_SOURCE": "{{ playbook_dir }}", "METAREPO_FORCE_CERTS": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_INSTALL": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_RPM": "sas-meta-repo.rpm", "METAREPO_SOE_ORDERABLE": "\"sas-connect-125-x64_redhat_linux_6-yum\" \"sas-dagent-135-x64_redhat_linux_6-yum\" \"sas-datamapr-100-x64_redhat_linux_6-yum\" \"sas-depentviya-136-x64_redhat_linux_6-yum\" \"sas-dmdatap-125-x64_redhat_linux_6-yum\" \"sas-dmdq-125-x64_redhat_linux_6-yum\" \"sas-econometr-125-x64_redhat_linux_6-yum\" \"sas-espcasvcf-135-x64_redhat_linux_6-yum\" \"sas-forecast-125-x64_redhat_linux_6-yum\" \"sas-mlrning-125-x64_redhat_linux_6-yum\" \"sas-odbc-125-x64_redhat_linux_6-yum\" \"sas-opt-125-x64_redhat_linux_6-yum\" \"sas-statviya-125-x64_redhat_linux_6-yum\" \"sas-txtmindut-125-x64_redhat_linux_6-yum\" \"sas-va-125-x64_redhat_linux_6-yum\" \"sas-vcmnfnd-126-x64_redhat_linux_6-yum\" \"sas-vtxtan-125-x64_redhat_linux_6-yum\"", "METAREPO_URL": "https://ses.sas.download/ses/repos/meta-repo/", "SAS_CERT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CA }}", "SAS_REPO": { "connect-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/connect/125/connect-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "connect-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dagent-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dagent/135/dagent-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dagent-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "datamapr-100-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/datamapr/100/datamapr-100-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "datamapr-100-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "depentviya-136-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/depentviya/136/depentviya-136-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "depentviya-136-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dmdq-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dmdq-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "econometr-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/econometr/125/econometr-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "econometr-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "espcasvcf-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/espcasvcf/135/espcasvcf-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "espcasvcf-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "forecast-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/forecast/125/forecast-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "forecast-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "mlrning-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/mlrning/125/mlrning-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "mlrning-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "odbc-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/odbc/125/odbc-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "odbc-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "opt-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/opt/125/opt-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "opt-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "statviya-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/statviya/125/statviya-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "statviya-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "txtmindut-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/txtmindut/125/txtmindut-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "txtmindut-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "va-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/va/125/va-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "va-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vcmnfnd-126-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vcmnfnd-126-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vtxtan-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vtxtan/125/vtxtan-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vtxtan-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 } }, "sasenv_composite_license": "{% if LICENSE_COMPOSITE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_COMPOSITE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_license": "{% if LICENSE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_soe_groupinstall": "\"SAS Data Connector to ODBC\" \"SAS Data Connector to PostgreSQL\" \"SAS/CONNECT\" \"SAS Foundation for SAS Data Quality\" \"CAS for SAS Data Quality\" \"SAS Foundation for SAS Econometrics\" \"CAS for SAS Econometrics\" \"SAS Enterprise Miner\" \"ASTORE for EMBSCOREENG\" \"Meta RPM Event Stream CAS Client\" \"SAS Econometrics\" \"SAS Foundation for SAS Visual Forecasting\" \"CAS for SAS Visual Forecasting\" \"Gold Layer YUM Group for SPRE\" \"CUDA Library Support for SAS\" \"SAS/GRAPH\" \"SAS Network Algorithms\" \"SAS High Performance Procedures\" \"SAS/IML\" \"SAS/GRAPH\" \"SAS Machine Learning\" \"CAS for SAS Machine Learning\" \"SAS/ACCESS Interface to ODBC (SPRE)\" \"SAS Open Source File Format Engines\" \"SAS Foundation for SAS Optimization\" \"CAS for SAS Optimization\" \"SAS/OR\" \"SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"SAS Program Runtime Environment\" \"SAS Statistics\" \"SAS/STAT\" \"CAS for SAS Statistics\" \"SAS Text Analytics for Dutch\" \"SAS Text Analytics for English\" \"CAS for SAS Visual Analytics\" \"CAS for Viya Common Foundation\" \"SAS Visual Text Analytics\" \"CAS for SAS Visual Text Analytics\" \"SAS Configuration for Spawner\"" }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" ], "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_role : validate-cps-postgres-rules] ****************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/validate-cps-postgres-rules.yml:16 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Analyze existing Java] *************************************************** } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Analyze existing Java] *************************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/analyze-existing-java.yml:13 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Verify the version of the user-supplied Java] **** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:5 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Set Java to use the user-supplied Java] ********** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:12 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Set expectation to use the user-supplied Java] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:16 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : get remote JAVA_HOME] **************************** task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:22 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742071.41-100918686721342 `" && echo ansible-tmp-1615742071.41-100918686721342="` echo /tmp/.$USER.ansible/ansible-tmp-1615742071.41-100918686721342 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpfNDz2G TO /tmp/..ansible/ansible-tmp-1615742071.41-100918686721342/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742071.41-100918686721342/ /tmp/..ansible/ansible-tmp-1615742071.41-100918686721342/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742071.41-100918686721342/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742071.41-100918686721342/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "changed": true, "cmd": "echo $JAVA_HOME", "delta": "0:00:00.464633", "end": "2021-03-14 17:14:31.985573", "invocation": { "module_args": { "_raw_params": "echo $JAVA_HOME", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:14:31.520940", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Verify that JAVA_HOME is set] ******************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:26 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Verify that the JAVA_HOME version is 1.8 or later] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:32 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Set expectation to use the JAVA_HOME Java] ******* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:38 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Run 'which java' to find the Java that the system has registered] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:44 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Verify that the system Java version is 1.8 or later] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:51 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Expect to use the system Java] ******************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:56 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Set expectation to use the OpenJDK Java] ********* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:61 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "sas_expected_java": "/usr/lib/jvm/jre-1.8.0/bin/java" }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Check if the expected Java exists] *************** task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:66 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742072.37-152810655511579 `" && echo ansible-tmp-1615742072.37-152810655511579="` echo /tmp/.$USER.ansible/ansible-tmp-1615742072.37-152810655511579 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpVx_FcH TO /tmp/..ansible/ansible-tmp-1615742072.37-152810655511579/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742072.37-152810655511579/ /tmp/..ansible/ansible-tmp-1615742072.37-152810655511579/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742072.37-152810655511579/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742072.37-152810655511579/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/usr/lib/jvm/jre-1.8.0/bin/java" } }, "stat": { "atime": 1611331479.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 24, "charset": "unknown", "checksum": "b4d46d53664b203838f18e8c889003df4cc7d16a", "ctime": 1615741805.588064, "dev": 1048596, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 364227, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0755", "mtime": 1611331479.0, "nlink": 1, "path": "/usr/lib/jvm/jre-1.8.0/bin/java", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 9024, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Validate expected Java] ************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/analyze-existing.yml:71 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742072.56-200228334618557 `" && echo ansible-tmp-1615742072.56-200228334618557="` echo /tmp/.$USER.ansible/ansible-tmp-1615742072.56-200228334618557 `" ) && sleep 0' } [container.go:403] &{ PUT /tmp/sas/sas_viya_playbook/scripts/validate_java.sh TO /tmp/..ansible/ansible-tmp-1615742072.56-200228334618557/validate_java.sh } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742072.56-200228334618557/ /tmp/..ansible/ansible-tmp-1615742072.56-200228334618557/validate_java.sh && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c ' /tmp/..ansible/ansible-tmp-1615742072.56-200228334618557/validate_java.sh '"'"'/usr/lib/jvm/jre-1.8.0/bin/java'"'"' && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742072.56-200228334618557/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "rc": 0, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Setup Host] ************************************************************** } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_vars] ************************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/host-setup.yml:11 } [container.go:403] &{ok: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "ansible_facts": { "ENTITLEMENT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CLIENT }}", "METAREPO_CERT_CA": "SAS_CA_Certificate.pem", "METAREPO_CERT_CLIENT": "entitlement_certificate.pem", "METAREPO_CERT_HOME": "/etc/pki/sas/private", "METAREPO_CERT_SOURCE": "{{ playbook_dir }}", "METAREPO_FORCE_CERTS": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_INSTALL": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_RPM": "sas-meta-repo.rpm", "METAREPO_SOE_ORDERABLE": "\"sas-connect-125-x64_redhat_linux_6-yum\" \"sas-dagent-135-x64_redhat_linux_6-yum\" \"sas-datamapr-100-x64_redhat_linux_6-yum\" \"sas-depentviya-136-x64_redhat_linux_6-yum\" \"sas-dmdatap-125-x64_redhat_linux_6-yum\" \"sas-dmdq-125-x64_redhat_linux_6-yum\" \"sas-econometr-125-x64_redhat_linux_6-yum\" \"sas-espcasvcf-135-x64_redhat_linux_6-yum\" \"sas-forecast-125-x64_redhat_linux_6-yum\" \"sas-mlrning-125-x64_redhat_linux_6-yum\" \"sas-odbc-125-x64_redhat_linux_6-yum\" \"sas-opt-125-x64_redhat_linux_6-yum\" \"sas-statviya-125-x64_redhat_linux_6-yum\" \"sas-txtmindut-125-x64_redhat_linux_6-yum\" \"sas-va-125-x64_redhat_linux_6-yum\" \"sas-vcmnfnd-126-x64_redhat_linux_6-yum\" \"sas-vtxtan-125-x64_redhat_linux_6-yum\"", "METAREPO_URL": "https://ses.sas.download/ses/repos/meta-repo/", "SAS_CERT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CA }}", "SAS_REPO": { "connect-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/connect/125/connect-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "connect-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dagent-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dagent/135/dagent-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dagent-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "datamapr-100-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/datamapr/100/datamapr-100-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "datamapr-100-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "depentviya-136-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/depentviya/136/depentviya-136-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "depentviya-136-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dmdq-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dmdq-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "econometr-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/econometr/125/econometr-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "econometr-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "espcasvcf-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/espcasvcf/135/espcasvcf-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "espcasvcf-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "forecast-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/forecast/125/forecast-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "forecast-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "mlrning-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/mlrning/125/mlrning-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "mlrning-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "odbc-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/odbc/125/odbc-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "odbc-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "opt-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/opt/125/opt-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "opt-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "statviya-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/statviya/125/statviya-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "statviya-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "txtmindut-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/txtmindut/125/txtmindut-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "txtmindut-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "va-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/va/125/va-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "va-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vcmnfnd-126-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vcmnfnd-126-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vtxtan-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vtxtan/125/vtxtan-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vtxtan-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 } }, "sasenv_composite_license": "{% if LICENSE_COMPOSITE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_COMPOSITE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_license": "{% if LICENSE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_soe_groupinstall": "\"SAS Data Connector to ODBC\" \"SAS Data Connector to PostgreSQL\" \"SAS/CONNECT\" \"SAS Foundation for SAS Data Quality\" \"CAS for SAS Data Quality\" \"SAS Foundation for SAS Econometrics\" \"CAS for SAS Econometrics\" \"SAS Enterprise Miner\" \"ASTORE for EMBSCOREENG\" \"Meta RPM Event Stream CAS Client\" \"SAS Econometrics\" \"SAS Foundation for SAS Visual Forecasting\" \"CAS for SAS Visual Forecasting\" \"Gold Layer YUM Group for SPRE\" \"CUDA Library Support for SAS\" \"SAS/GRAPH\" \"SAS Network Algorithms\" \"SAS High Performance Procedures\" \"SAS/IML\" \"SAS/GRAPH\" \"SAS Machine Learning\" \"CAS for SAS Machine Learning\" \"SAS/ACCESS Interface to ODBC (SPRE)\" \"SAS Open Source File Format Engines\" \"SAS Foundation for SAS Optimization\" \"CAS for SAS Optimization\" \"SAS/OR\" \"SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"SAS Program Runtime Environment\" \"SAS Statistics\" \"SAS/STAT\" \"CAS for SAS Statistics\" \"SAS Text Analytics for Dutch\" \"SAS Text Analytics for English\" \"CAS for SAS Visual Analytics\" \"CAS for Viya Common Foundation\" \"SAS Visual Text Analytics\" \"CAS for SAS Visual Text Analytics\" \"SAS Configuration for Spawner\"" }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" ], "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Include redhat host-setup role] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-setup/tasks/main.yml:1 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-setup-x64_redhat_linux_6-yum : install libselinux python bindings] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-setup-x64_redhat_linux_6-yum/tasks/main.yml:2 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root } [container.go:403] &{ EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742073.12-69894706854241 `" && echo ansible-tmp-1615742073.12-69894706854241="` echo /tmp/.$USER.ansible/ansible-tmp-1615742073.12-69894706854241 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp0HBOVm TO /tmp/..ansible/ansible-tmp-1615742073.12-69894706854241/AnsiballZ_yum.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742073.12-69894706854241/ /tmp/..ansible/ansible-tmp-1615742073.12-69894706854241/AnsiballZ_yum.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742073.12-69894706854241/AnsiballZ_yum.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742073.12-69894706854241/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "installroot": "/", "list": null, "name": [ "libselinux-python" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "msg": "", "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-setup-x64_redhat_linux_6-yum : setup] ******************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-setup-x64_redhat_linux_6-yum/tasks/main.yml:11 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742077.15-210434771858296 `" && echo ansible-tmp-1615742077.15-210434771858296="` echo /tmp/.$USER.ansible/ansible-tmp-1615742077.15-210434771858296 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpE9TeeG TO /tmp/..ansible/ansible-tmp-1615742077.15-210434771858296/AnsiballZ_setup.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742077.15-210434771858296/ /tmp/..ansible/ansible-tmp-1615742077.15-210434771858296/AnsiballZ_setup.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742077.15-210434771858296/AnsiballZ_setup.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742077.15-210434771858296/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Setup repositories] ****************************************************** } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_vars] ************************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/repo-setup.yml:10 } [container.go:403] &{ok: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "ansible_facts": { "ENTITLEMENT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CLIENT }}", "METAREPO_CERT_CA": "SAS_CA_Certificate.pem", "METAREPO_CERT_CLIENT": "entitlement_certificate.pem", "METAREPO_CERT_HOME": "/etc/pki/sas/private", "METAREPO_CERT_SOURCE": "{{ playbook_dir }}", "METAREPO_FORCE_CERTS": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_INSTALL": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_RPM": "sas-meta-repo.rpm", "METAREPO_SOE_ORDERABLE": "\"sas-connect-125-x64_redhat_linux_6-yum\" \"sas-dagent-135-x64_redhat_linux_6-yum\" \"sas-datamapr-100-x64_redhat_linux_6-yum\" \"sas-depentviya-136-x64_redhat_linux_6-yum\" \"sas-dmdatap-125-x64_redhat_linux_6-yum\" \"sas-dmdq-125-x64_redhat_linux_6-yum\" \"sas-econometr-125-x64_redhat_linux_6-yum\" \"sas-espcasvcf-135-x64_redhat_linux_6-yum\" \"sas-forecast-125-x64_redhat_linux_6-yum\" \"sas-mlrning-125-x64_redhat_linux_6-yum\" \"sas-odbc-125-x64_redhat_linux_6-yum\" \"sas-opt-125-x64_redhat_linux_6-yum\" \"sas-statviya-125-x64_redhat_linux_6-yum\" \"sas-txtmindut-125-x64_redhat_linux_6-yum\" \"sas-va-125-x64_redhat_linux_6-yum\" \"sas-vcmnfnd-126-x64_redhat_linux_6-yum\" \"sas-vtxtan-125-x64_redhat_linux_6-yum\"", "METAREPO_URL": "https://ses.sas.download/ses/repos/meta-repo/", "SAS_CERT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CA }}", "SAS_REPO": { "connect-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/connect/125/connect-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "connect-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dagent-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dagent/135/dagent-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dagent-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "datamapr-100-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/datamapr/100/datamapr-100-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "datamapr-100-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "depentviya-136-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/depentviya/136/depentviya-136-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "depentviya-136-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dmdq-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dmdq-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "econometr-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/econometr/125/econometr-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "econometr-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "espcasvcf-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/espcasvcf/135/espcasvcf-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "espcasvcf-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "forecast-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/forecast/125/forecast-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "forecast-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "mlrning-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/mlrning/125/mlrning-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "mlrning-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "odbc-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/odbc/125/odbc-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "odbc-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "opt-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/opt/125/opt-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "opt-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "statviya-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/statviya/125/statviya-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "statviya-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "txtmindut-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/txtmindut/125/txtmindut-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "txtmindut-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "va-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/va/125/va-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "va-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vcmnfnd-126-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vcmnfnd-126-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vtxtan-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vtxtan/125/vtxtan-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vtxtan-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 } }, "sasenv_composite_license": "{% if LICENSE_COMPOSITE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_COMPOSITE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_license": "{% if LICENSE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_soe_groupinstall": "\"SAS Data Connector to ODBC\" \"SAS Data Connector to PostgreSQL\" \"SAS/CONNECT\" \"SAS Foundation for SAS Data Quality\" \"CAS for SAS Data Quality\" \"SAS Foundation for SAS Econometrics\" \"CAS for SAS Econometrics\" \"SAS Enterprise Miner\" \"ASTORE for EMBSCOREENG\" \"Meta RPM Event Stream CAS Client\" \"SAS Econometrics\" \"SAS Foundation for SAS Visual Forecasting\" \"CAS for SAS Visual Forecasting\" \"Gold Layer YUM Group for SPRE\" \"CUDA Library Support for SAS\" \"SAS/GRAPH\" \"SAS Network Algorithms\" \"SAS High Performance Procedures\" \"SAS/IML\" \"SAS/GRAPH\" \"SAS Machine Learning\" \"CAS for SAS Machine Learning\" \"SAS/ACCESS Interface to ODBC (SPRE)\" \"SAS Open Source File Format Engines\" \"SAS Foundation for SAS Optimization\" \"CAS for SAS Optimization\" \"SAS/OR\" \"SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"SAS Program Runtime Environment\" \"SAS Statistics\" \"SAS/STAT\" \"CAS for SAS Statistics\" \"SAS Text Analytics for Dutch\" \"SAS Text Analytics for English\" \"CAS for SAS Visual Analytics\" \"CAS for Viya Common Foundation\" \"SAS Visual Text Analytics\" \"CAS for SAS Visual Text Analytics\" \"SAS Configuration for Spawner\"" }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" ], "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_role : repo-setup] *********************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/repo-setup.yml:16 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Include redhat repo-setup role] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup/tasks/main.yml:1 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : determine if sas.repo exists] ******** task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:3 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742081.5-189937478721670 `" && echo ansible-tmp-1615742081.5-189937478721670="` echo /tmp/.$USER.ansible/ansible-tmp-1615742081.5-189937478721670 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpFfmtvz TO /tmp/..ansible/ansible-tmp-1615742081.5-189937478721670/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742081.5-189937478721670/ /tmp/..ansible/ansible-tmp-1615742081.5-189937478721670/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742081.5-189937478721670/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742081.5-189937478721670/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/etc/yum.repos.d/sas.repo" } }, "stat": { "exists": false } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : version sas.repo if needed] ********** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:11 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Add repository information] ********** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:21 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742081.71-225230243663395 `" && echo ansible-tmp-1615742081.71-225230243663395="` echo /tmp/.$USER.ansible/ansible-tmp-1615742081.71-225230243663395 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpNY07c0 TO /tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/ /tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpXDzPgd/sas.repo.j2 TO /tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/source } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/ /tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/source && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpIbUbTs TO /tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/AnsiballZ_copy.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/ /tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/AnsiballZ_copy.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/AnsiballZ_copy.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => (item={u'loc': u'/etc/yum.repos.d/sas.repo', u'file': u'sas.repo.j2'}) => { "changed": true, "checksum": "74f6881dcc45dcc48d8e6598b61450a6f25a5d02", "dest": "/etc/yum.repos.d/sas.repo", "diff": [], "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "sas.repo.j2", "attributes": null, "backup": false, "checksum": "74f6881dcc45dcc48d8e6598b61450a6f25a5d02", "content": null, "delimiter": null, "dest": "/etc/yum.repos.d/sas.repo", "directory_mode": null, "follow": false, "force": true, "group": null, "local_follow": null, "mode": "u=rw,g=rw,o=r", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/source", "unsafe_writes": null, "validate": null } }, "item": { "file": "sas.repo.j2", "loc": "/etc/yum.repos.d/sas.repo" }, "md5sum": "0677f6f8ca02239c1073c29b1c6808ac", "mode": "0664", "owner": "root", "size": 4764, "src": "/tmp/..ansible/ansible-tmp-1615742081.71-225230243663395/source", "state": "file", "uid": 0 } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Verify that certificates are already installed] *** task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:32 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Determine if certificates should be installed] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:40 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "run_certificate_installation": false }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Get epoch and use that as our id] **** task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:44 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Create temporary directory on remote machine] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:49 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Set the location of the temp directory] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:55 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Set METAREPO_CERT_SOURCE] ************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:60 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "METAREPO_CERT_SOURCE": ".." }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Copy certificates to remote machine] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:64 } [container.go:403] &{skipping: [deployTarget] => (item=entitlement_certificate.pem) => { "changed": false, "item": "entitlement_certificate.pem", "skip_reason": "Conditional result was False" } } [container.go:403] &{skipping: [deployTarget] => (item=SAS_CA_Certificate.pem) => { "changed": false, "item": "SAS_CA_Certificate.pem", "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Curl to get SAS meta-repository rpm] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:74 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Verify the successful download of metarepo file sas-meta-repo.rpm] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:81 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Log unsuccessful download of metarepo file sas-meta-repo.rpm] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:86 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Read in delivered metarepo text file in the case of a non-200 response] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:91 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Log reason for the non-200 response] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:97 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Install SAS meta-repository rpm] ***** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:102 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Copy client certificate into place] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:111 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Determine currently installed SAS repository definition packages] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:117 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742082.7-15327886497529 `" && echo ansible-tmp-1615742082.7-15327886497529="` echo /tmp/.$USER.ansible/ansible-tmp-1615742082.7-15327886497529 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpfonGWl TO /tmp/..ansible/ansible-tmp-1615742082.7-15327886497529/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742082.7-15327886497529/ /tmp/..ansible/ansible-tmp-1615742082.7-15327886497529/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742082.7-15327886497529/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742082.7-15327886497529/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "cmd": "rpm -qf --qf '::%{group}::%{name}\\n' /etc/yum.repos.d/*.repo | sed -e '/^::SAS::/!d' -e 's/^::SAS:://' | sort -u", "delta": "0:00:00.489389", "end": "2021-03-14 17:14:43.297752", "invocation": { "module_args": { "_raw_params": "rpm -qf --qf '::%{group}::%{name}\\n' /etc/yum.repos.d/*.repo | sed -e '/^::SAS::/!d' -e 's/^::SAS:://' | sort -u", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": false } }, "rc": 0, "start": "2021-03-14 17:14:42.808363", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Determine desired SAS repository definition packages] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:126 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "desired_sas_repo_packages": [ "", "sas-connect-125-x64_redhat_linux_6-yum", " ", "sas-dagent-135-x64_redhat_linux_6-yum", "sas-datamapr-100-x64_redhat_linux_6-yum", "sas-depentviya-136-x64_redhat_linux_6-yum", "sas-dmdatap-125-x64_redhat_linux_6-yum", "sas-dmdq-125-x64_redhat_linux_6-yum", "sas-econometr-125-x64_redhat_linux_6-yum", "sas-espcasvcf-135-x64_redhat_linux_6-yum", "sas-forecast-125-x64_redhat_linux_6-yum", "sas-mlrning-125-x64_redhat_linux_6-yum", "sas-odbc-125-x64_redhat_linux_6-yum", "sas-opt-125-x64_redhat_linux_6-yum", "sas-statviya-125-x64_redhat_linux_6-yum", "sas-txtmindut-125-x64_redhat_linux_6-yum", "sas-va-125-x64_redhat_linux_6-yum", "sas-vcmnfnd-126-x64_redhat_linux_6-yum", "sas-vtxtan-125-x64_redhat_linux_6-yum", "sas-meta-repo" ] }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Calculate undesired SAS repository definition packages] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:130 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "discard_sas_repo_packages": [] }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Remove undesired SAS repository definition packages] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:134 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Install repository definition RPMs for orderables] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:142 } [container.go:403] &{skipping: [deployTarget] => (item=[]) => { "changed": false, "item": [], "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [repo-setup-x64_redhat_linux_6-yum : Clean up] **************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup-x64_redhat_linux_6-yum/tasks/main.yml:151 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Include suse repo-setup role] ******************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup/tasks/main.yml:6 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Include redhat repo-setup role] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup/tasks/main.yml:11 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Include suse repo-setup role] ******************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/repo-setup/tasks/main.yml:16 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Install sas-cleanutils] ************************************************** task path: /tmp/sas/sas_viya_playbook/internal/repo-setup.yml:22 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742084.15-273785594993877 `" && echo ansible-tmp-1615742084.15-273785594993877="` echo /tmp/.$USER.ansible/ansible-tmp-1615742084.15-273785594993877 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp3wxKA4 TO /tmp/..ansible/ansible-tmp-1615742084.15-273785594993877/AnsiballZ_yum.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742084.15-273785594993877/ /tmp/..ansible/ansible-tmp-1615742084.15-273785594993877/AnsiballZ_yum.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742084.15-273785594993877/AnsiballZ_yum.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742084.15-273785594993877/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "changed": true, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "installroot": "/", "list": null, "name": [ "sas-cleanutils" ], "releasever": null, "security": false, "skip_broken": false, "state": "latest", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "msg": "", "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirror.liteserver.nl\n * epel: mirror.hostnet.nl\n * extras: mirror.nforce.com\n * updates: mirror.mijn.host\nResolving Dependencies\n--> Running transaction check\n---> Package sas-cleanutils.x86_64 0:1.8.1-20200917.1600377471140 will be updated\n---> Package sas-cleanutils.x86_64 0:1.8.2-20210111.1610400667491 will be an update\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nUpdating:\n sas-cleanutils x86_64 1.8.2-20210111.1610400667491\n sas-depentviya-136-x64_redhat_linux_6-yum 17 k\n\nTransaction Summary\n================================================================================\nUpgrade 1 Package\n\nTotal download size: 17 k\nDownloading packages:\nDelta RPMs disabled because /usr/bin/applydeltarpm not installed.\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Updating : sas-cleanutils-1.8.2-20210111.1610400667491.x86_64 1/2 \n Cleanup : sas-cleanutils-1.8.1-20200917.1600377471140.x86_64 2/2 \n Verifying : sas-cleanutils-1.8.2-20210111.1610400667491.x86_64 1/2 \n Verifying : sas-cleanutils-1.8.1-20200917.1600377471140.x86_64 2/2 \n\nUpdated:\n sas-cleanutils.x86_64 0:1.8.2-20210111.1610400667491 \n\nComplete!\n" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Install sas-cleanutils] ************************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/repo-setup.yml:32 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Ensure install user exists and is set up properly] *********************** } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_vars] ************************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/ensure-install-user.yml:11 } [container.go:403] &{ok: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "ansible_facts": { "ENTITLEMENT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CLIENT }}", "METAREPO_CERT_CA": "SAS_CA_Certificate.pem", "METAREPO_CERT_CLIENT": "entitlement_certificate.pem", "METAREPO_CERT_HOME": "/etc/pki/sas/private", "METAREPO_CERT_SOURCE": "{{ playbook_dir }}", "METAREPO_FORCE_CERTS": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_INSTALL": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_RPM": "sas-meta-repo.rpm", "METAREPO_SOE_ORDERABLE": "\"sas-connect-125-x64_redhat_linux_6-yum\" \"sas-dagent-135-x64_redhat_linux_6-yum\" \"sas-datamapr-100-x64_redhat_linux_6-yum\" \"sas-depentviya-136-x64_redhat_linux_6-yum\" \"sas-dmdatap-125-x64_redhat_linux_6-yum\" \"sas-dmdq-125-x64_redhat_linux_6-yum\" \"sas-econometr-125-x64_redhat_linux_6-yum\" \"sas-espcasvcf-135-x64_redhat_linux_6-yum\" \"sas-forecast-125-x64_redhat_linux_6-yum\" \"sas-mlrning-125-x64_redhat_linux_6-yum\" \"sas-odbc-125-x64_redhat_linux_6-yum\" \"sas-opt-125-x64_redhat_linux_6-yum\" \"sas-statviya-125-x64_redhat_linux_6-yum\" \"sas-txtmindut-125-x64_redhat_linux_6-yum\" \"sas-va-125-x64_redhat_linux_6-yum\" \"sas-vcmnfnd-126-x64_redhat_linux_6-yum\" \"sas-vtxtan-125-x64_redhat_linux_6-yum\"", "METAREPO_URL": "https://ses.sas.download/ses/repos/meta-repo/", "SAS_CERT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CA }}", "SAS_REPO": { "connect-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/connect/125/connect-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "connect-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dagent-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dagent/135/dagent-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dagent-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "datamapr-100-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/datamapr/100/datamapr-100-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "datamapr-100-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "depentviya-136-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/depentviya/136/depentviya-136-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "depentviya-136-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dmdq-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dmdq-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "econometr-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/econometr/125/econometr-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "econometr-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "espcasvcf-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/espcasvcf/135/espcasvcf-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "espcasvcf-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "forecast-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/forecast/125/forecast-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "forecast-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "mlrning-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/mlrning/125/mlrning-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "mlrning-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "odbc-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/odbc/125/odbc-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "odbc-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "opt-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/opt/125/opt-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "opt-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "statviya-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/statviya/125/statviya-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "statviya-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "txtmindut-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/txtmindut/125/txtmindut-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "txtmindut-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "va-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/va/125/va-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "va-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vcmnfnd-126-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vcmnfnd-126-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vtxtan-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vtxtan/125/vtxtan-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vtxtan-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 } }, "sasenv_composite_license": "{% if LICENSE_COMPOSITE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_COMPOSITE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_license": "{% if LICENSE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_soe_groupinstall": "\"SAS Data Connector to ODBC\" \"SAS Data Connector to PostgreSQL\" \"SAS/CONNECT\" \"SAS Foundation for SAS Data Quality\" \"CAS for SAS Data Quality\" \"SAS Foundation for SAS Econometrics\" \"CAS for SAS Econometrics\" \"SAS Enterprise Miner\" \"ASTORE for EMBSCOREENG\" \"Meta RPM Event Stream CAS Client\" \"SAS Econometrics\" \"SAS Foundation for SAS Visual Forecasting\" \"CAS for SAS Visual Forecasting\" \"Gold Layer YUM Group for SPRE\" \"CUDA Library Support for SAS\" \"SAS/GRAPH\" \"SAS Network Algorithms\" \"SAS High Performance Procedures\" \"SAS/IML\" \"SAS/GRAPH\" \"SAS Machine Learning\" \"CAS for SAS Machine Learning\" \"SAS/ACCESS Interface to ODBC (SPRE)\" \"SAS Open Source File Format Engines\" \"SAS Foundation for SAS Optimization\" \"CAS for SAS Optimization\" \"SAS/OR\" \"SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"SAS Program Runtime Environment\" \"SAS Statistics\" \"SAS/STAT\" \"CAS for SAS Statistics\" \"SAS Text Analytics for Dutch\" \"SAS Text Analytics for English\" \"CAS for SAS Visual Analytics\" \"CAS for Viya Common Foundation\" \"SAS Visual Text Analytics\" \"CAS for SAS Visual Text Analytics\" \"SAS Configuration for Spawner\"" }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" ], "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : include] ******************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/ensure_install_user/tasks/main.yml:2 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{included: /tmp/sas/sas_viya_playbook/tasks/create_sas_user.yml for deployTarget } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Ensure installation user and group are present] **** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/create_sas_user.yml:2 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742095.07-13758405641160 `" && echo ansible-tmp-1615742095.07-13758405641160="` echo /tmp/.$USER.ansible/ansible-tmp-1615742095.07-13758405641160 `" ) && sleep 0' } [container.go:403] &{ PUT /tmp/sas/sas_viya_playbook/scripts/create_sas_user_group.sh TO /tmp/..ansible/ansible-tmp-1615742095.07-13758405641160/create_sas_user_group.sh } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742095.07-13758405641160/ /tmp/..ansible/ansible-tmp-1615742095.07-13758405641160/create_sas_user_group.sh && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c ' /tmp/..ansible/ansible-tmp-1615742095.07-13758405641160/create_sas_user_group.sh && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742095.07-13758405641160/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "changed": true, "rc": 0, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : include] ******************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/ensure_install_user/tasks/main.yml:4 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{included: /tmp/sas/sas_viya_playbook/tasks/check_user.yml for deployTarget } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Verify that sas user exists] *********************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:3 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742095.27-253572603521690 `" && echo ansible-tmp-1615742095.27-253572603521690="` echo /tmp/.$USER.ansible/ansible-tmp-1615742095.27-253572603521690 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpBuP_gB TO /tmp/..ansible/ansible-tmp-1615742095.27-253572603521690/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742095.27-253572603521690/ /tmp/..ansible/ansible-tmp-1615742095.27-253572603521690/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742095.27-253572603521690/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742095.27-253572603521690/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "cmd": "id -u sas", "delta": "0:00:00.459800", "end": "2021-03-14 17:14:55.835277", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "id -u sas", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:14:55.375477", "stderr": "", "stderr_lines": [], "stdout": "1001", "stdout_lines": [ "1001" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Verify that sas user exists] *********************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:9 } [container.go:403] &{ok: [deployTarget] => { "changed": false, "failed_when_result": false, "msg": "The sas user does not exist" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Verify that sas user is a member of the group sas] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:14 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742095.98-37611531335880 `" && echo ansible-tmp-1615742095.98-37611531335880="` echo /tmp/.$USER.ansible/ansible-tmp-1615742095.98-37611531335880 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpjiIOkC TO /tmp/..ansible/ansible-tmp-1615742095.98-37611531335880/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742095.98-37611531335880/ /tmp/..ansible/ansible-tmp-1615742095.98-37611531335880/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742095.98-37611531335880/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742095.98-37611531335880/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "cmd": "id -Gn sas | grep -q '\\bsas\\b'", "delta": "0:00:00.444670", "end": "2021-03-14 17:14:56.515150", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "id -Gn sas | grep -q '\\bsas\\b'", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:14:56.070480", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Verify that sas user is a member of the group sas] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/check_user.yml:21 } [container.go:403] &{ok: [deployTarget] => { "changed": false, "failed_when_result": false, "msg": "The sas user is required to be a member of the group sas" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : include] ******************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/ensure_install_user/tasks/main.yml:11 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{included: /tmp/sas/sas_viya_playbook/tasks/provision_sas_user.yml for deployTarget } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : include] ******************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/provision_sas_user.yml:2 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{included: /tmp/sas/sas_viya_playbook/tasks/provision_user_ssh.yml for deployTarget } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Default user group to installation group if undefined] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/provision_user_ssh.yml:2 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Verify the user home directory] ******************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/provision_user_ssh.yml:7 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp/ansible-tmp-1615742096.85-44104555418377 `" && echo ansible-tmp-1615742096.85-44104555418377="` echo /var/tmp/ansible-tmp-1615742096.85-44104555418377 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpeC98U2 TO /var/tmp/ansible-tmp-1615742096.85-44104555418377/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'setfacl -m u:sas:r-x /var/tmp/ansible-tmp-1615742096.85-44104555418377/ /var/tmp/ansible-tmp-1615742096.85-44104555418377/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'sudo -H -S -n -u sas /bin/sh -c '"'"'echo BECOME-SUCCESS-voebuupkkksjyruvhnvzhrtvlshzbyjd; /usr/bin/python /var/tmp/ansible-tmp-1615742096.85-44104555418377/AnsiballZ_stat.py'"'"' && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1615742096.85-44104555418377/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/opt/sas/viya/home" } }, "stat": { "atime": 1614592211.6932836, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "unknown", "ctime": 1615742094.578064, "dev": 1048596, "device_type": 0, "executable": true, "exists": true, "gid": 1001, "gr_name": "sas", "inode": 347048, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0755", "mtime": 1607627460.0, "nlink": 1, "path": "/opt/sas/viya/home", "pw_name": "sas", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 1001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Create user home directory if required] ************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/provision_user_ssh.yml:13 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Verify the user .ssh directory] ******************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/provision_user_ssh.yml:19 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp/ansible-tmp-1615742097.1-214694104258957 `" && echo ansible-tmp-1615742097.1-214694104258957="` echo /var/tmp/ansible-tmp-1615742097.1-214694104258957 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp28CcZO TO /var/tmp/ansible-tmp-1615742097.1-214694104258957/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'setfacl -m u:sas:r-x /var/tmp/ansible-tmp-1615742097.1-214694104258957/ /var/tmp/ansible-tmp-1615742097.1-214694104258957/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'sudo -H -S -n -u sas /bin/sh -c '"'"'echo BECOME-SUCCESS-lwhwoaobgfnvcccgqberhvwvhphjwxxq; /usr/bin/python /var/tmp/ansible-tmp-1615742097.1-214694104258957/AnsiballZ_stat.py'"'"' && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1615742097.1-214694104258957/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/opt/sas/viya/home/.ssh" } }, "stat": { "exists": false } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Create user .ssh directory as sas if required] ***** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/provision_user_ssh.yml:25 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp/ansible-tmp-1615742097.3-15864346636211 `" && echo ansible-tmp-1615742097.3-15864346636211="` echo /var/tmp/ansible-tmp-1615742097.3-15864346636211 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpKwF91l TO /var/tmp/ansible-tmp-1615742097.3-15864346636211/AnsiballZ_file.py } [container.go:403] &{ EXEC /bin/sh -c 'setfacl -m u:sas:r-x /var/tmp/ansible-tmp-1615742097.3-15864346636211/ /var/tmp/ansible-tmp-1615742097.3-15864346636211/AnsiballZ_file.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'sudo -H -S -n -u sas /bin/sh -c '"'"'echo BECOME-SUCCESS-pszotmnbrmvatoqgbwddupotdwoanfga; /usr/bin/python /var/tmp/ansible-tmp-1615742097.3-15864346636211/AnsiballZ_file.py'"'"' && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1615742097.3-15864346636211/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "changed": true, "diff": { "after": { "mode": "0700", "path": "/opt/sas/viya/home/.ssh", "state": "directory" }, "before": { "mode": "0755", "path": "/opt/sas/viya/home/.ssh", "state": "absent" } }, "gid": 1001, "group": "sas", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/opt/sas/viya/home/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": null } }, "mode": "0700", "owner": "sas", "path": "/opt/sas/viya/home/.ssh", "size": 4096, "state": "directory", "uid": 1001 } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Create user .ssh directory as root if required] **** task path: /tmp/sas/sas_viya_playbook/tasks/provision_user_ssh.yml:31 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Create user authorized_keys file] ****************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/provision_user_ssh.yml:37 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp/ansible-tmp-1615742097.73-174265841615263 `" && echo ansible-tmp-1615742097.73-174265841615263="` echo /var/tmp/ansible-tmp-1615742097.73-174265841615263 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpRohDR3 TO /var/tmp/ansible-tmp-1615742097.73-174265841615263/AnsiballZ_file.py } [container.go:403] &{ EXEC /bin/sh -c 'setfacl -m u:sas:r-x /var/tmp/ansible-tmp-1615742097.73-174265841615263/ /var/tmp/ansible-tmp-1615742097.73-174265841615263/AnsiballZ_file.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'sudo -H -S -n -u sas /bin/sh -c '"'"'echo BECOME-SUCCESS-xpfwkcaxzdfhyewjxcrtxqotnsnezlor; /usr/bin/python /var/tmp/ansible-tmp-1615742097.73-174265841615263/AnsiballZ_file.py'"'"' && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1615742097.73-174265841615263/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "changed": true, "dest": "/opt/sas/viya/home/.ssh/authorized_keys", "diff": { "after": { "atime": 1615742097.852406, "mode": "0600", "mtime": 1615742097.852405, "path": "/opt/sas/viya/home/.ssh/authorized_keys", "state": "touch" }, "before": { "atime": 1615742097.838064, "mode": "0644", "mtime": 1615742097.838064, "path": "/opt/sas/viya/home/.ssh/authorized_keys", "state": "absent" } }, "gid": 1001, "group": "sas", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": "0600", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/opt/sas/viya/home/.ssh/authorized_keys", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "touch", "unsafe_writes": null } }, "mode": "0600", "owner": "sas", "size": 0, "state": "file", "uid": 1001 } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Determine whether the installation user shell requires adjustment] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/provision_sas_user.yml:7 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp/ansible-tmp-1615742097.93-69108684085566 `" && echo ansible-tmp-1615742097.93-69108684085566="` echo /var/tmp/ansible-tmp-1615742097.93-69108684085566 `" ) && sleep 0' } [container.go:403] &{ PUT /tmp/sas/sas_viya_playbook/scripts/check_account.sh TO /var/tmp/ansible-tmp-1615742097.93-69108684085566/check_account.sh } [container.go:403] &{ EXEC /bin/sh -c 'setfacl -m u:sas:r-x /var/tmp/ansible-tmp-1615742097.93-69108684085566/ /var/tmp/ansible-tmp-1615742097.93-69108684085566/check_account.sh && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'sudo -H -S -n -u sas /bin/sh -c '"'"'echo BECOME-SUCCESS-dfazpmrxhilypbaqjhkkwkjhzikpvnbe; /var/tmp/ansible-tmp-1615742097.93-69108684085566/check_account.sh sas'"'"' && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1615742097.93-69108684085566/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 3, "stderr": "User sas, in /etc/passwd, cannot login with current shell: /sbin/nologin\n", "stderr_lines": [ "User sas, in /etc/passwd, cannot login with current shell: /sbin/nologin" ], "stdout": "", "stdout_lines": [] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Adjust the shell for the installation user] ******** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/provision_sas_user.yml:15 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742098.04-44749826489963 `" && echo ansible-tmp-1615742098.04-44749826489963="` echo /tmp/.$USER.ansible/ansible-tmp-1615742098.04-44749826489963 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/user.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpoCAsBB TO /tmp/..ansible/ansible-tmp-1615742098.04-44749826489963/AnsiballZ_user.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742098.04-44749826489963/ /tmp/..ansible/ansible-tmp-1615742098.04-44749826489963/AnsiballZ_user.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742098.04-44749826489963/AnsiballZ_user.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742098.04-44749826489963/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "append": false, "changed": true, "comment": "SAS User account", "group": 1001, "home": "/opt/sas/viya/home", "invocation": { "module_args": { "append": false, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "sas", "non_unique": false, "password": null, "password_lock": null, "remove": false, "seuser": null, "shell": "/bin/bash", "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on fa4c439a0e13", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "sas", "shell": "/bin/bash", "state": "present", "uid": 1001 } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ensure_install_user : Verify the installation user can log on] *********** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/tasks/provision_sas_user.yml:21 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp/ansible-tmp-1615742099.4-272746881536844 `" && echo ansible-tmp-1615742099.4-272746881536844="` echo /var/tmp/ansible-tmp-1615742099.4-272746881536844 `" ) && sleep 0' } [container.go:403] &{ PUT /tmp/sas/sas_viya_playbook/scripts/check_account.sh TO /var/tmp/ansible-tmp-1615742099.4-272746881536844/check_account.sh } [container.go:403] &{ EXEC /bin/sh -c 'setfacl -m u:sas:r-x /var/tmp/ansible-tmp-1615742099.4-272746881536844/ /var/tmp/ansible-tmp-1615742099.4-272746881536844/check_account.sh && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'sudo -H -S -n -u sas /bin/sh -c '"'"'echo BECOME-SUCCESS-swzvqtnptzgiljxmevarkcygemvlfrzi; /var/tmp/ansible-tmp-1615742099.4-272746881536844/check_account.sh sas'"'"' && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1615742099.4-272746881536844/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "rc": 0, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{PLAY [Get a snapshot of the environment] *************************************** } [container.go:403] &{META: ran handlers } [container.go:403] &{TASK [create-snapshot : Get epoch and use that as our id] ********************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:4 } [container.go:403] &{ok: [deployTarget -> localhost] => { "ansible_facts": { "snapshotloc": "/tmp/sas/sas_viya_playbook/snapshot/1615742077" }, "changed": false } } [container.go:403] &{TASK [create-snapshot : Print out the snapshot dir] **************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:8 } [container.go:403] &{ok: [deployTarget -> localhost] => { "msg": "Snapshot dir => /tmp/sas/sas_viya_playbook/snapshot/1615742077" } } [container.go:403] &{TASK [create-snapshot : Create /tmp/sas/sas_viya_playbook/snapshot/1615742077] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:12 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742099.67-36674323048948 `" && echo ansible-tmp-1615742099.67-36674323048948="` echo /tmp/.$USER.ansible/ansible-tmp-1615742099.67-36674323048948 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpfdoENj TO /tmp/..ansible/ansible-tmp-1615742099.67-36674323048948/AnsiballZ_file.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742099.67-36674323048948/ /tmp/..ansible/ansible-tmp-1615742099.67-36674323048948/AnsiballZ_file.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742099.67-36674323048948/AnsiballZ_file.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742099.67-36674323048948/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget -> localhost] => { "changed": true, "diff": { "after": { "path": "/tmp/sas/sas_viya_playbook/snapshot/1615742077", "state": "directory" }, "before": { "path": "/tmp/sas/sas_viya_playbook/snapshot/1615742077", "state": "absent" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/tmp/sas/sas_viya_playbook/snapshot/1615742077", "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/sas/sas_viya_playbook/snapshot/1615742077", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": null } }, "mode": "0755", "owner": "root", "path": "/tmp/sas/sas_viya_playbook/snapshot/1615742077", "size": 4096, "state": "directory", "uid": 0 } } [container.go:403] &{TASK [create-snapshot : Verify that the /tmp/sas/sas_viya_playbook/inventory_local.ini is a valid path] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:16 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742099.86-91713710748779 `" && echo ansible-tmp-1615742099.86-91713710748779="` echo /tmp/.$USER.ansible/ansible-tmp-1615742099.86-91713710748779 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpaaTDs0 TO /tmp/..ansible/ansible-tmp-1615742099.86-91713710748779/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742099.86-91713710748779/ /tmp/..ansible/ansible-tmp-1615742099.86-91713710748779/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742099.86-91713710748779/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742099.86-91713710748779/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget -> localhost] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/tmp/sas/sas_viya_playbook/inventory_local.ini" } }, "stat": { "atime": 1615742046.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "6eef2f13e0eea2a8824243ee239691a50a9ddc28", "ctime": 1615742047.888064, "dev": 1048596, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 360104, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0444", "mtime": 1615742046.0, "nlink": 1, "path": "/tmp/sas/sas_viya_playbook/inventory_local.ini", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 2813, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false } } } [container.go:403] &{TASK [create-snapshot : Copy /tmp/sas/sas_viya_playbook/inventory_local.ini if it contains full path] *** task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:21 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742100.06-168147138982050 `" && echo ansible-tmp-1615742100.06-168147138982050="` echo /tmp/.$USER.ansible/ansible-tmp-1615742100.06-168147138982050 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpBZduon TO /tmp/..ansible/ansible-tmp-1615742100.06-168147138982050/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742100.06-168147138982050/ /tmp/..ansible/ansible-tmp-1615742100.06-168147138982050/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742100.06-168147138982050/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742100.06-168147138982050/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget -> localhost] => { "changed": true, "cmd": "cp '/tmp/sas/sas_viya_playbook/inventory_local.ini' '/tmp/sas/sas_viya_playbook/snapshot/1615742077/'", "delta": "0:00:00.462826", "end": "2021-03-14 17:15:00.634647", "invocation": { "module_args": { "_raw_params": "cp '/tmp/sas/sas_viya_playbook/inventory_local.ini' '/tmp/sas/sas_viya_playbook/snapshot/1615742077/'", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:15:00.171821", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{TASK [create-snapshot : Verify that the path /tmp/sas/sas_viya_playbook//tmp/sas/sas_viya_playbook/inventory_local.ini is a valid path] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:27 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742100.72-274181784682660 `" && echo ansible-tmp-1615742100.72-274181784682660="` echo /tmp/.$USER.ansible/ansible-tmp-1615742100.72-274181784682660 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpuufdU2 TO /tmp/..ansible/ansible-tmp-1615742100.72-274181784682660/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742100.72-274181784682660/ /tmp/..ansible/ansible-tmp-1615742100.72-274181784682660/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742100.72-274181784682660/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742100.72-274181784682660/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget -> localhost] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/tmp/sas/sas_viya_playbook//tmp/sas/sas_viya_playbook/inventory_local.ini" } }, "stat": { "exists": false } } } [container.go:403] &{TASK [create-snapshot : Copy /tmp/sas/sas_viya_playbook//tmp/sas/sas_viya_playbook/inventory_local.ini if the file exists] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:32 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{TASK [create-snapshot : Copy ../vars.yml] ************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:38 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742100.94-177013162622937 `" && echo ansible-tmp-1615742100.94-177013162622937="` echo /tmp/.$USER.ansible/ansible-tmp-1615742100.94-177013162622937 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpM939Ca TO /tmp/..ansible/ansible-tmp-1615742100.94-177013162622937/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742100.94-177013162622937/ /tmp/..ansible/ansible-tmp-1615742100.94-177013162622937/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742100.94-177013162622937/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742100.94-177013162622937/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget -> localhost] => { "changed": true, "cmd": "cp ../vars.yml '/tmp/sas/sas_viya_playbook/snapshot/1615742077/'", "delta": "0:00:00.450450", "end": "2021-03-14 17:15:01.490012", "invocation": { "module_args": { "_raw_params": "cp ../vars.yml '/tmp/sas/sas_viya_playbook/snapshot/1615742077/'", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:15:01.039562", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{TASK [create-snapshot : Verify that the ../soe.yml is a valid path] ************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:42 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root } [container.go:403] &{ EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742101.57-180750322777214 `" && echo ansible-tmp-1615742101.57-180750322777214="` echo /tmp/.$USER.ansible/ansible-tmp-1615742101.57-180750322777214 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpJek_rS TO /tmp/..ansible/ansible-tmp-1615742101.57-180750322777214/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742101.57-180750322777214/ /tmp/..ansible/ansible-tmp-1615742101.57-180750322777214/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742101.57-180750322777214/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742101.57-180750322777214/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget -> localhost] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "../soe.yml" } }, "stat": { "exists": false } } } [container.go:403] &{TASK [create-snapshot : Copy ../soe.yml] *************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:47 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{TASK [create-snapshot : Collect system information] **************************** task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:53 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742101.82-127733996963428 `" && echo ansible-tmp-1615742101.82-127733996963428="` echo /tmp/.$USER.ansible/ansible-tmp-1615742101.82-127733996963428 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp6MCJAr TO /tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/ /tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpaqMSZ_ TO /tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/source } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/ /tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/source && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpt6v_pY TO /tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/AnsiballZ_copy.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/ /tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/AnsiballZ_copy.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/AnsiballZ_copy.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "changed": true, "checksum": "1eff8bd157fda91b191141b07d3e47fc06665b5a", "dest": "/tmp/deployTarget.out", "diff": [], "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmpaqMSZ_", "attributes": null, "backup": false, "checksum": "1eff8bd157fda91b191141b07d3e47fc06665b5a", "content": null, "delimiter": null, "dest": "/tmp/deployTarget.out", "directory_mode": null, "follow": false, "force": true, "group": null, "local_follow": null, "mode": null, "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/source", "unsafe_writes": null, "validate": null } }, "md5sum": "162eaf0efed277a6646234c897f6f957", "mode": "0644", "owner": "root", "size": 42387, "src": "/tmp/..ansible/ansible-tmp-1615742101.82-127733996963428/source", "state": "file", "uid": 0 } } [container.go:403] &{TASK [create-snapshot : Copy system information to the snapshot directory] ***** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:56 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742102.09-97117688150069 `" && echo ansible-tmp-1615742102.09-97117688150069="` echo /tmp/.$USER.ansible/ansible-tmp-1615742102.09-97117688150069 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp4yihWZ TO /tmp/..ansible/ansible-tmp-1615742102.09-97117688150069/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742102.09-97117688150069/ /tmp/..ansible/ansible-tmp-1615742102.09-97117688150069/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742102.09-97117688150069/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ FETCH /tmp/deployTarget.out TO /tmp/sas/sas_viya_playbook/snapshot/1615742077/deployTarget.out PUT /tmp/deployTarget.out TO /tmp/sas/sas_viya_playbook/snapshot/1615742077/deployTarget.out } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742102.09-97117688150069/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "changed": true, "checksum": "1eff8bd157fda91b191141b07d3e47fc06665b5a", "dest": "/tmp/sas/sas_viya_playbook/snapshot/1615742077/deployTarget.out", "md5sum": "162eaf0efed277a6646234c897f6f957", "remote_checksum": "1eff8bd157fda91b191141b07d3e47fc06665b5a", "remote_md5sum": null } } [container.go:403] &{TASK [create-snapshot : Set a fact so that other playbooks do not run the same task] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/create-snapshot/tasks/main.yml:59 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "snapshot_of_run": true }, "changed": false } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Verify that Java is properly installed] ********************************** } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Write section header to /tmp/sas/sas_viya_playbook/snapshot/1615742077/system_requirement.rpt] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:4 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742102.36-91523253097696 `" && echo ansible-tmp-1615742102.36-91523253097696="` echo /tmp/.$USER.ansible/ansible-tmp-1615742102.36-91523253097696 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpgA9XeU TO /tmp/..ansible/ansible-tmp-1615742102.36-91523253097696/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742102.36-91523253097696/ /tmp/..ansible/ansible-tmp-1615742102.36-91523253097696/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742102.36-91523253097696/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742102.36-91523253097696/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget -> localhost] => { "changed": true, "cmd": "echo -e \"\\\\nJava System Check\\\\n-----------------\\\\n\" >> /tmp/sas/sas_viya_playbook/snapshot/1615742077/system_requirement.rpt", "delta": "0:00:00.464801", "end": "2021-03-14 17:15:02.928303", "invocation": { "module_args": { "_raw_params": "echo -e \"\\\\nJava System Check\\\\n-----------------\\\\n\" >> /tmp/sas/sas_viya_playbook/snapshot/1615742077/system_requirement.rpt", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:15:02.463502", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Log the value of sasenv_java_home on each host] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:10 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Log the sasenv_java_home value of on each host] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:14 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Log a message that JAVA_HOME is set and is 1.8 or later] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:19 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Log a message that system Java is available and is 1.8 or later] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:24 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Install java-1.8.0-openjdk] ********************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:29 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742103.25-92638029190416 `" && echo ansible-tmp-1615742103.25-92638029190416="` echo /tmp/.$USER.ansible/ansible-tmp-1615742103.25-92638029190416 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpbEx1q6 TO /tmp/..ansible/ansible-tmp-1615742103.25-92638029190416/AnsiballZ_yum.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742103.25-92638029190416/ /tmp/..ansible/ansible-tmp-1615742103.25-92638029190416/AnsiballZ_yum.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742103.25-92638029190416/AnsiballZ_yum.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742103.25-92638029190416/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "installroot": "/", "list": null, "name": [ "java-1.8.0-openjdk" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "msg": "", "rc": 0, "results": [ "1:java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64 providing java-1.8.0-openjdk is already installed" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Install java-1.8.0-openjdk] ********************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:41 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Validate OpenJDK Java] *************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:53 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742103.74-145434845836211 `" && echo ansible-tmp-1615742103.74-145434845836211="` echo /tmp/.$USER.ansible/ansible-tmp-1615742103.74-145434845836211 `" ) && sleep 0' } [container.go:403] &{ PUT /tmp/sas/sas_viya_playbook/scripts/validate_java.sh TO /tmp/..ansible/ansible-tmp-1615742103.74-145434845836211/validate_java.sh } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742103.74-145434845836211/ /tmp/..ansible/ansible-tmp-1615742103.74-145434845836211/validate_java.sh && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c ' /tmp/..ansible/ansible-tmp-1615742103.74-145434845836211/validate_java.sh '"'"'/usr/lib/jvm/jre-1.8.0/bin/java'"'"' && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742103.74-145434845836211/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "rc": 0, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Verify that OpenJDK Java version is 1.8 or later] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:60 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742104.17-76694712745237 `" && echo ansible-tmp-1615742104.17-76694712745237="` echo /tmp/.$USER.ansible/ansible-tmp-1615742104.17-76694712745237 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpuwaU9V TO /tmp/..ansible/ansible-tmp-1615742104.17-76694712745237/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742104.17-76694712745237/ /tmp/..ansible/ansible-tmp-1615742104.17-76694712745237/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742104.17-76694712745237/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742104.17-76694712745237/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "cmd": "/usr/lib/jvm/jre-1.8.0/bin/java -version 2>&1 | awk -F '\"' '/version/ {print $2}'", "delta": "0:00:00.531895", "end": "2021-03-14 17:15:04.815865", "invocation": { "module_args": { "_raw_params": "/usr/lib/jvm/jre-1.8.0/bin/java -version 2>&1 | awk -F '\"' '/version/ {print $2}'", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:15:04.283970", "stderr": "", "stderr_lines": [], "stdout": "1.8.0_282", "stdout_lines": [ "1.8.0_282" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Set Java to use Java 1.8 when it is not the default Java on the system] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:69 } [container.go:403] &{ok: [deployTarget] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : If Java not found on host, display an error] ***** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:79 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Log a message 'Java was not found' on the host] *** task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:84 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Log the SAS_JAVA_HOME setting on each host] ****** task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:88 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742105.07-66919260331150 `" && echo ansible-tmp-1615742105.07-66919260331150="` echo /tmp/.$USER.ansible/ansible-tmp-1615742105.07-66919260331150 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmprnQKFB TO /tmp/..ansible/ansible-tmp-1615742105.07-66919260331150/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742105.07-66919260331150/ /tmp/..ansible/ansible-tmp-1615742105.07-66919260331150/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742105.07-66919260331150/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742105.07-66919260331150/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget -> localhost] => { "changed": true, "cmd": "echo \"- On fa4c439a0e13 setting SAS_JAVA_HOME to /usr/lib/jvm/jre-1.8.0\" >> /tmp/sas/sas_viya_playbook/snapshot/1615742077/system_requirement.rpt", "delta": "0:00:00.455627", "end": "2021-03-14 17:15:05.624053", "invocation": { "module_args": { "_raw_params": "echo \"- On fa4c439a0e13 setting SAS_JAVA_HOME to /usr/lib/jvm/jre-1.8.0\" >> /tmp/sas/sas_viya_playbook/snapshot/1615742077/system_requirement.rpt", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:15:05.168426", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Install the SAS Java configuration] ************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:92 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742105.71-115154446018222 `" && echo ansible-tmp-1615742105.71-115154446018222="` echo /tmp/.$USER.ansible/ansible-tmp-1615742105.71-115154446018222 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpk3LYGQ TO /tmp/..ansible/ansible-tmp-1615742105.71-115154446018222/AnsiballZ_yum.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742105.71-115154446018222/ /tmp/..ansible/ansible-tmp-1615742105.71-115154446018222/AnsiballZ_yum.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742105.71-115154446018222/AnsiballZ_yum.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742105.71-115154446018222/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "installroot": "/", "list": null, "name": [ "sas-javaesntl" ], "releasever": null, "security": false, "skip_broken": false, "state": "latest", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "msg": "", "rc": 0, "results": [ "All packages providing sas-javaesntl are up to date", "" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Install the SAS Java configuration] ************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:100 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Set SAS_JAVA_HOME] ******************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:109 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp/ansible-tmp-1615742108.97-81159443208934 `" && echo ansible-tmp-1615742108.97-81159443208934="` echo /var/tmp/ansible-tmp-1615742108.97-81159443208934 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/lineinfile.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp1Ksdrx TO /var/tmp/ansible-tmp-1615742108.97-81159443208934/AnsiballZ_lineinfile.py } [container.go:403] &{ EXEC /bin/sh -c 'setfacl -m u:sas:r-x /var/tmp/ansible-tmp-1615742108.97-81159443208934/ /var/tmp/ansible-tmp-1615742108.97-81159443208934/AnsiballZ_lineinfile.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'sudo -H -S -n -u sas /bin/sh -c '"'"'echo BECOME-SUCCESS-pxgasfpfanghrpndcfhnjdjgnruxprhd; /usr/bin/python /var/tmp/ansible-tmp-1615742108.97-81159443208934/AnsiballZ_lineinfile.py'"'"' && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1615742108.97-81159443208934/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "backup": "", "changed": true, "diff": [ { "after": "", "after_header": "/opt/sas/viya/config/etc/sysconfig/sas-javaesntl/sas-java (content)", "before": "", "before_header": "/opt/sas/viya/config/etc/sysconfig/sas-javaesntl/sas-java (content)" }, { "after_header": "/opt/sas/viya/config/etc/sysconfig/sas-javaesntl/sas-java (file attributes)", "before_header": "/opt/sas/viya/config/etc/sysconfig/sas-javaesntl/sas-java (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": false, "delimiter": null, "dest": "/opt/sas/viya/config/etc/sysconfig/sas-javaesntl/sas-java", "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "sas", "insertafter": null, "insertbefore": null, "line": "SAS_JAVA_HOME=\"/usr/lib/jvm/jre-1.8.0\"", "mode": null, "owner": "sas", "path": "/opt/sas/viya/config/etc/sysconfig/sas-javaesntl/sas-java", "regexp": "^(#)*SAS_JAVA_HOME\\s*=\\s*(.+)*$", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": null, "validate": null } }, "msg": "line replaced" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-java : Comment out SAS_JAVA_HOME] *********************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-java/tasks/main.yml:122 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-report : Verify that /tmp/sas/sas_viya_playbook/snapshot/1615742077/system_requirement.rpt exists] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-report/tasks/main.yml:4 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742109.4-90442471054343 `" && echo ansible-tmp-1615742109.4-90442471054343="` echo /tmp/.$USER.ansible/ansible-tmp-1615742109.4-90442471054343 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp0Rdzuw TO /tmp/..ansible/ansible-tmp-1615742109.4-90442471054343/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742109.4-90442471054343/ /tmp/..ansible/ansible-tmp-1615742109.4-90442471054343/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742109.4-90442471054343/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742109.4-90442471054343/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget -> localhost] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/tmp/sas/sas_viya_playbook/snapshot/1615742077/system_requirement.rpt" } }, "stat": { "atime": 1615742102.9180639, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "9c7807a4beb85ada7d1d69ea3cf491288533e428", "ctime": 1615742105.608064, "dev": 1048596, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 363163, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0644", "mtime": 1615742105.608064, "nlink": 1, "path": "/tmp/sas/sas_viya_playbook/snapshot/1615742077/system_requirement.rpt", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-report : Get /tmp/sas/sas_viya_playbook/snapshot/1615742077/system_requirement.rpt] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-report/tasks/main.yml:9 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742109.61-130207823401034 `" && echo ansible-tmp-1615742109.61-130207823401034="` echo /tmp/.$USER.ansible/ansible-tmp-1615742109.61-130207823401034 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpx7G7bP TO /tmp/..ansible/ansible-tmp-1615742109.61-130207823401034/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742109.61-130207823401034/ /tmp/..ansible/ansible-tmp-1615742109.61-130207823401034/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742109.61-130207823401034/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742109.61-130207823401034/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget -> localhost] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } } [container.go:403] &{changed: [deployTarget] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-report : Store system requirement report] *************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-report/tasks/main.yml:18 } [container.go:403] &{ok: [deployTarget] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } } [container.go:403] &{ok: [deployTarget] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-report : Display system requirement report] ************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-report/tasks/main.yml:27 } [container.go:403] &{ok: [deployTarget -> localhost] => { "msg": [ "", "Java System Check", "-----------------", "", "- On fa4c439a0e13 setting SAS_JAVA_HOME to /usr/lib/jvm/jre-1.8.0" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-requirements-report : Stop processing if there was a system requirement error] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-requirements-report/tasks/main.yml:32 } [container.go:403] &{ok: [deployTarget -> localhost] => (item=deployTarget) => { "changed": false, "failed_when_result": false, "item": "deployTarget", "msg": "Stopping deployment due to system requirement errors" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Lifecycle] *************************************************************** } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include soe.yml] ********************************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/lifecycle.yml:12 } [container.go:403] &{ok: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "ansible_facts": { "ENTITLEMENT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CLIENT }}", "METAREPO_CERT_CA": "SAS_CA_Certificate.pem", "METAREPO_CERT_CLIENT": "entitlement_certificate.pem", "METAREPO_CERT_HOME": "/etc/pki/sas/private", "METAREPO_CERT_SOURCE": "{{ playbook_dir }}", "METAREPO_FORCE_CERTS": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_INSTALL": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_RPM": "sas-meta-repo.rpm", "METAREPO_SOE_ORDERABLE": "\"sas-connect-125-x64_redhat_linux_6-yum\" \"sas-dagent-135-x64_redhat_linux_6-yum\" \"sas-datamapr-100-x64_redhat_linux_6-yum\" \"sas-depentviya-136-x64_redhat_linux_6-yum\" \"sas-dmdatap-125-x64_redhat_linux_6-yum\" \"sas-dmdq-125-x64_redhat_linux_6-yum\" \"sas-econometr-125-x64_redhat_linux_6-yum\" \"sas-espcasvcf-135-x64_redhat_linux_6-yum\" \"sas-forecast-125-x64_redhat_linux_6-yum\" \"sas-mlrning-125-x64_redhat_linux_6-yum\" \"sas-odbc-125-x64_redhat_linux_6-yum\" \"sas-opt-125-x64_redhat_linux_6-yum\" \"sas-statviya-125-x64_redhat_linux_6-yum\" \"sas-txtmindut-125-x64_redhat_linux_6-yum\" \"sas-va-125-x64_redhat_linux_6-yum\" \"sas-vcmnfnd-126-x64_redhat_linux_6-yum\" \"sas-vtxtan-125-x64_redhat_linux_6-yum\"", "METAREPO_URL": "https://ses.sas.download/ses/repos/meta-repo/", "SAS_CERT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CA }}", "SAS_REPO": { "connect-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/connect/125/connect-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "connect-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dagent-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dagent/135/dagent-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dagent-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "datamapr-100-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/datamapr/100/datamapr-100-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "datamapr-100-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "depentviya-136-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/depentviya/136/depentviya-136-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "depentviya-136-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dmdq-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dmdq-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "econometr-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/econometr/125/econometr-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "econometr-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "espcasvcf-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/espcasvcf/135/espcasvcf-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "espcasvcf-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "forecast-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/forecast/125/forecast-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "forecast-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "mlrning-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/mlrning/125/mlrning-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "mlrning-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "odbc-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/odbc/125/odbc-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "odbc-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "opt-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/opt/125/opt-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "opt-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "statviya-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/statviya/125/statviya-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "statviya-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "txtmindut-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/txtmindut/125/txtmindut-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "txtmindut-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "va-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/va/125/va-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "va-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vcmnfnd-126-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vcmnfnd-126-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vtxtan-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vtxtan/125/vtxtan-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vtxtan-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 } }, "sasenv_composite_license": "{% if LICENSE_COMPOSITE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_COMPOSITE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_license": "{% if LICENSE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_soe_groupinstall": "\"SAS Data Connector to ODBC\" \"SAS Data Connector to PostgreSQL\" \"SAS/CONNECT\" \"SAS Foundation for SAS Data Quality\" \"CAS for SAS Data Quality\" \"SAS Foundation for SAS Econometrics\" \"CAS for SAS Econometrics\" \"SAS Enterprise Miner\" \"ASTORE for EMBSCOREENG\" \"Meta RPM Event Stream CAS Client\" \"SAS Econometrics\" \"SAS Foundation for SAS Visual Forecasting\" \"CAS for SAS Visual Forecasting\" \"Gold Layer YUM Group for SPRE\" \"CUDA Library Support for SAS\" \"SAS/GRAPH\" \"SAS Network Algorithms\" \"SAS High Performance Procedures\" \"SAS/IML\" \"SAS/GRAPH\" \"SAS Machine Learning\" \"CAS for SAS Machine Learning\" \"SAS/ACCESS Interface to ODBC (SPRE)\" \"SAS Open Source File Format Engines\" \"SAS Foundation for SAS Optimization\" \"CAS for SAS Optimization\" \"SAS/OR\" \"SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"SAS Program Runtime Environment\" \"SAS Statistics\" \"SAS/STAT\" \"CAS for SAS Statistics\" \"SAS Text Analytics for Dutch\" \"SAS Text Analytics for English\" \"CAS for SAS Visual Analytics\" \"CAS for Viya Common Foundation\" \"SAS Visual Text Analytics\" \"CAS for SAS Visual Text Analytics\" \"SAS Configuration for Spawner\"" }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" ], "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Check if sas-lifecycle is already installed] ***************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:8 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : set_fact] **************************************************** task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:18 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Update SAS Lifecycle for Redhat] ***************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:21 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Update SAS Lifecycle for SUSE] ******************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:31 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : set_fact] **************************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:41 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Check for validate executable] ******************************* task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:44 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Create temporary lifecycle directory] ************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:53 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : set_fact] **************************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:59 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Copy entitlement certificate] ******************************** task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:70 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Copy ca certificate] ***************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:75 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Create repository warehouse lifecycle JSON file] ************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:80 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Create software group sets lifecycle JSON file: Copy] ******** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:85 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Create software group sets lifecycle JSON file: Format beginning] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:90 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Create software group sets lifecycle JSON file: Format ending] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:96 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Validate playbook metadata] ********************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:102 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Delete temporary lifecycle directory] ************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:109 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Uninstall sas-lifecycle if not previously installed for Redhat] *** task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:115 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [lifecycle : Uninstall sas-lifecycle if not previously installed for SUSE] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/lifecycle/tasks/main.yml:126 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Verify host specification] *********************************************** } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_vars] ************************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/host-verification.yml:13 } [container.go:403] &{ok: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "ansible_facts": { "ENTITLEMENT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CLIENT }}", "METAREPO_CERT_CA": "SAS_CA_Certificate.pem", "METAREPO_CERT_CLIENT": "entitlement_certificate.pem", "METAREPO_CERT_HOME": "/etc/pki/sas/private", "METAREPO_CERT_SOURCE": "{{ playbook_dir }}", "METAREPO_FORCE_CERTS": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_INSTALL": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_RPM": "sas-meta-repo.rpm", "METAREPO_SOE_ORDERABLE": "\"sas-connect-125-x64_redhat_linux_6-yum\" \"sas-dagent-135-x64_redhat_linux_6-yum\" \"sas-datamapr-100-x64_redhat_linux_6-yum\" \"sas-depentviya-136-x64_redhat_linux_6-yum\" \"sas-dmdatap-125-x64_redhat_linux_6-yum\" \"sas-dmdq-125-x64_redhat_linux_6-yum\" \"sas-econometr-125-x64_redhat_linux_6-yum\" \"sas-espcasvcf-135-x64_redhat_linux_6-yum\" \"sas-forecast-125-x64_redhat_linux_6-yum\" \"sas-mlrning-125-x64_redhat_linux_6-yum\" \"sas-odbc-125-x64_redhat_linux_6-yum\" \"sas-opt-125-x64_redhat_linux_6-yum\" \"sas-statviya-125-x64_redhat_linux_6-yum\" \"sas-txtmindut-125-x64_redhat_linux_6-yum\" \"sas-va-125-x64_redhat_linux_6-yum\" \"sas-vcmnfnd-126-x64_redhat_linux_6-yum\" \"sas-vtxtan-125-x64_redhat_linux_6-yum\"", "METAREPO_URL": "https://ses.sas.download/ses/repos/meta-repo/", "SAS_CERT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CA }}", "SAS_REPO": { "connect-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/connect/125/connect-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "connect-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dagent-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dagent/135/dagent-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dagent-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "datamapr-100-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/datamapr/100/datamapr-100-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "datamapr-100-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "depentviya-136-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/depentviya/136/depentviya-136-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "depentviya-136-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dmdq-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dmdq-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "econometr-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/econometr/125/econometr-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "econometr-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "espcasvcf-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/espcasvcf/135/espcasvcf-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "espcasvcf-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "forecast-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/forecast/125/forecast-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "forecast-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "mlrning-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/mlrning/125/mlrning-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "mlrning-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "odbc-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/odbc/125/odbc-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "odbc-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "opt-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/opt/125/opt-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "opt-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "statviya-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/statviya/125/statviya-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "statviya-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "txtmindut-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/txtmindut/125/txtmindut-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "txtmindut-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "va-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/va/125/va-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "va-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vcmnfnd-126-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vcmnfnd-126-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vtxtan-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vtxtan/125/vtxtan-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vtxtan-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 } }, "sasenv_composite_license": "{% if LICENSE_COMPOSITE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_COMPOSITE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_license": "{% if LICENSE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_soe_groupinstall": "\"SAS Data Connector to ODBC\" \"SAS Data Connector to PostgreSQL\" \"SAS/CONNECT\" \"SAS Foundation for SAS Data Quality\" \"CAS for SAS Data Quality\" \"SAS Foundation for SAS Econometrics\" \"CAS for SAS Econometrics\" \"SAS Enterprise Miner\" \"ASTORE for EMBSCOREENG\" \"Meta RPM Event Stream CAS Client\" \"SAS Econometrics\" \"SAS Foundation for SAS Visual Forecasting\" \"CAS for SAS Visual Forecasting\" \"Gold Layer YUM Group for SPRE\" \"CUDA Library Support for SAS\" \"SAS/GRAPH\" \"SAS Network Algorithms\" \"SAS High Performance Procedures\" \"SAS/IML\" \"SAS/GRAPH\" \"SAS Machine Learning\" \"CAS for SAS Machine Learning\" \"SAS/ACCESS Interface to ODBC (SPRE)\" \"SAS Open Source File Format Engines\" \"SAS Foundation for SAS Optimization\" \"CAS for SAS Optimization\" \"SAS/OR\" \"SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"SAS Program Runtime Environment\" \"SAS Statistics\" \"SAS/STAT\" \"CAS for SAS Statistics\" \"SAS Text Analytics for Dutch\" \"SAS Text Analytics for English\" \"CAS for SAS Visual Analytics\" \"CAS for Viya Common Foundation\" \"SAS Visual Text Analytics\" \"CAS for SAS Visual Text Analytics\" \"SAS Configuration for Spawner\"" }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" ], "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Include redhat host-verification role] *********************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification/tasks/main.yml:2 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-verification-x64_redhat_linux_6-yum : set_fact] ********************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml:3 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-verification-x64_redhat_linux_6-yum : Perform SELinux check] ******** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml:8 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-verification-x64_redhat_linux_6-yum : Collect any failure results] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml:16 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-verification-x64_redhat_linux_6-yum : Perform disk space check] ***** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml:22 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-verification-x64_redhat_linux_6-yum : Collect any failure results] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml:33 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-verification-x64_redhat_linux_6-yum : Perform ulimit check] ********* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml:38 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-verification-x64_redhat_linux_6-yum : Collect any failure results] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml:45 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-verification-x64_redhat_linux_6-yum : Perform init system check] **** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml:50 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-verification-x64_redhat_linux_6-yum : Collect any failure results] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml:59 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-verification-x64_redhat_linux_6-yum : Determine if any host has a failure] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml:64 } [container.go:403] &{skipping: [deployTarget] => (item=deployTarget) => { "changed": false, "item": "deployTarget", "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-verification-x64_redhat_linux_6-yum : Identify any host verification check failures] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml:70 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [host-verification-x64_redhat_linux_6-yum : Halt execution on any host verification check failures] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml:75 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Include suse host-verification role] ************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification/tasks/main.yml:7 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Include redhat host-verification role] *********************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification/tasks/main.yml:12 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Include suse host-verification role] ************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/host-verification/tasks/main.yml:17 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Local task for setting up ecosystem] ************************************* } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Verify that known_hosts file exists] ************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/setup-ecosystem.yml:20 } [container.go:403] &{<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742112.45-8037571908359 `" && echo ansible-tmp-1615742112.45-8037571908359="` echo /tmp/.$USER.ansible/ansible-tmp-1615742112.45-8037571908359 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp8c1abt TO /tmp/..ansible/ansible-tmp-1615742112.45-8037571908359/AnsiballZ_stat.py } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742112.45-8037571908359/ /tmp/..ansible/ansible-tmp-1615742112.45-8037571908359/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742112.45-8037571908359/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742112.45-8037571908359/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [localhost] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/root/.ssh/known_hosts" } }, "stat": { "atime": 1615742046.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "unknown", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1615742047.858064, "dev": 1048596, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 359991, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0644", "mtime": 1615742046.0, "nlink": 1, "path": "/root/.ssh/known_hosts", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Create known_hosts file if it does not already exist] ******************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/setup-ecosystem.yml:25 } [container.go:403] &{skipping: [localhost] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Insert remote hosts into known_hosts] ************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/setup-ecosystem.yml:31 } [container.go:403] &{<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742112.81-270574030312756 `" && echo ansible-tmp-1615742112.81-270574030312756="` echo /tmp/.$USER.ansible/ansible-tmp-1615742112.81-270574030312756 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpyH01Cz TO /tmp/..ansible/ansible-tmp-1615742112.81-270574030312756/AnsiballZ_command.py } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742112.81-270574030312756/ /tmp/..ansible/ansible-tmp-1615742112.81-270574030312756/AnsiballZ_command.py && sleep 0' } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python2 /tmp/..ansible/ansible-tmp-1615742112.81-270574030312756/AnsiballZ_command.py && sleep 0' } [container.go:403] &{<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742112.81-270574030312756/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [localhost] => (item=deployTarget) => { "changed": true, "cmd": "ssh-keygen -f /root/.ssh/known_hosts -R fa4c439a0e13; ssh-keyscan fa4c439a0e13 >> /root/.ssh/known_hosts", "delta": "0:00:00.500683", "end": "2021-03-14 17:15:13.424163", "invocation": { "module_args": { "_raw_params": "ssh-keygen -f /root/.ssh/known_hosts -R fa4c439a0e13; ssh-keyscan fa4c439a0e13 >> /root/.ssh/known_hosts", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "item": "deployTarget", "rc": 0, "start": "2021-03-14 17:15:12.923480", "stderr": "Host fa4c439a0e13 not found in /root/.ssh/known_hosts", "stderr_lines": [ "Host fa4c439a0e13 not found in /root/.ssh/known_hosts" ], "stdout": "", "stdout_lines": [] } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Install additional packages] ********************************************* } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ecosystem-packages : debug] ********************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/ecosystem-packages/tasks/main.yml:4 } [container.go:403] &{skipping: [deployTarget] => {} } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [ecosystem-packages : Get additional packages] **************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/ecosystem-packages/tasks/main.yml:7 } [container.go:403] &{skipping: [deployTarget] => (item={'value': u'support copying files', 'key': u'libselinux-python'}) => { "changed": false, "item": { "key": "libselinux-python", "value": "support copying files" }, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [common] ****************************************************************** } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_vars] ************************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/common.yml:14 } [container.go:403] &{ok: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "ansible_facts": { "ENTITLEMENT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CLIENT }}", "METAREPO_CERT_CA": "SAS_CA_Certificate.pem", "METAREPO_CERT_CLIENT": "entitlement_certificate.pem", "METAREPO_CERT_HOME": "/etc/pki/sas/private", "METAREPO_CERT_SOURCE": "{{ playbook_dir }}", "METAREPO_FORCE_CERTS": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_INSTALL": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_RPM": "sas-meta-repo.rpm", "METAREPO_SOE_ORDERABLE": "\"sas-connect-125-x64_redhat_linux_6-yum\" \"sas-dagent-135-x64_redhat_linux_6-yum\" \"sas-datamapr-100-x64_redhat_linux_6-yum\" \"sas-depentviya-136-x64_redhat_linux_6-yum\" \"sas-dmdatap-125-x64_redhat_linux_6-yum\" \"sas-dmdq-125-x64_redhat_linux_6-yum\" \"sas-econometr-125-x64_redhat_linux_6-yum\" \"sas-espcasvcf-135-x64_redhat_linux_6-yum\" \"sas-forecast-125-x64_redhat_linux_6-yum\" \"sas-mlrning-125-x64_redhat_linux_6-yum\" \"sas-odbc-125-x64_redhat_linux_6-yum\" \"sas-opt-125-x64_redhat_linux_6-yum\" \"sas-statviya-125-x64_redhat_linux_6-yum\" \"sas-txtmindut-125-x64_redhat_linux_6-yum\" \"sas-va-125-x64_redhat_linux_6-yum\" \"sas-vcmnfnd-126-x64_redhat_linux_6-yum\" \"sas-vtxtan-125-x64_redhat_linux_6-yum\"", "METAREPO_URL": "https://ses.sas.download/ses/repos/meta-repo/", "SAS_CERT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CA }}", "SAS_REPO": { "connect-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/connect/125/connect-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "connect-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dagent-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dagent/135/dagent-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dagent-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "datamapr-100-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/datamapr/100/datamapr-100-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "datamapr-100-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "depentviya-136-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/depentviya/136/depentviya-136-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "depentviya-136-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dmdq-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dmdq-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "econometr-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/econometr/125/econometr-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "econometr-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "espcasvcf-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/espcasvcf/135/espcasvcf-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "espcasvcf-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "forecast-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/forecast/125/forecast-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "forecast-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "mlrning-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/mlrning/125/mlrning-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "mlrning-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "odbc-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/odbc/125/odbc-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "odbc-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "opt-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/opt/125/opt-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "opt-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "statviya-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/statviya/125/statviya-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "statviya-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "txtmindut-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/txtmindut/125/txtmindut-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "txtmindut-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "va-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/va/125/va-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "va-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vcmnfnd-126-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vcmnfnd-126-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vtxtan-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vtxtan/125/vtxtan-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vtxtan-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 } }, "sasenv_composite_license": "{% if LICENSE_COMPOSITE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_COMPOSITE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_license": "{% if LICENSE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_soe_groupinstall": "\"SAS Data Connector to ODBC\" \"SAS Data Connector to PostgreSQL\" \"SAS/CONNECT\" \"SAS Foundation for SAS Data Quality\" \"CAS for SAS Data Quality\" \"SAS Foundation for SAS Econometrics\" \"CAS for SAS Econometrics\" \"SAS Enterprise Miner\" \"ASTORE for EMBSCOREENG\" \"Meta RPM Event Stream CAS Client\" \"SAS Econometrics\" \"SAS Foundation for SAS Visual Forecasting\" \"CAS for SAS Visual Forecasting\" \"Gold Layer YUM Group for SPRE\" \"CUDA Library Support for SAS\" \"SAS/GRAPH\" \"SAS Network Algorithms\" \"SAS High Performance Procedures\" \"SAS/IML\" \"SAS/GRAPH\" \"SAS Machine Learning\" \"CAS for SAS Machine Learning\" \"SAS/ACCESS Interface to ODBC (SPRE)\" \"SAS Open Source File Format Engines\" \"SAS Foundation for SAS Optimization\" \"CAS for SAS Optimization\" \"SAS/OR\" \"SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"SAS Program Runtime Environment\" \"SAS Statistics\" \"SAS/STAT\" \"CAS for SAS Statistics\" \"SAS Text Analytics for Dutch\" \"SAS Text Analytics for English\" \"CAS for SAS Visual Analytics\" \"CAS for Viya Common Foundation\" \"SAS Visual Text Analytics\" \"CAS for SAS Visual Text Analytics\" \"SAS Configuration for Spawner\"" }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" ], "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [common : Create SASHOME folder] ****************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/common/tasks/main.yml:2 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742113.71-105790075339796 `" && echo ansible-tmp-1615742113.71-105790075339796="` echo /tmp/.$USER.ansible/ansible-tmp-1615742113.71-105790075339796 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpQrZFpn TO /tmp/..ansible/ansible-tmp-1615742113.71-105790075339796/AnsiballZ_file.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742113.71-105790075339796/ /tmp/..ansible/ansible-tmp-1615742113.71-105790075339796/AnsiballZ_file.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742113.71-105790075339796/AnsiballZ_file.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742113.71-105790075339796/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "diff": { "after": { "path": "/opt/sas/viya/home" }, "before": { "path": "/opt/sas/viya/home" } }, "gid": 1001, "group": "sas", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "sas", "mode": "0755", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "sas", "path": "/opt/sas/viya/home", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": null } }, "mode": "0755", "owner": "sas", "path": "/opt/sas/viya/home", "size": 4096, "state": "directory", "uid": 1001 } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [common : Get sas package data] ******************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/common/tasks/main.yml:7 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742113.9-90258603819793 `" && echo ansible-tmp-1615742113.9-90258603819793="` echo /tmp/.$USER.ansible/ansible-tmp-1615742113.9-90258603819793 `" ) && sleep 0' } [container.go:403] &{Using module file /tmp/sas/sas_viya_playbook/library/list_sas_packages.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpEbPdjG TO /tmp/..ansible/ansible-tmp-1615742113.9-90258603819793/AnsiballZ_list_sas_packages.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742113.9-90258603819793/ /tmp/..ansible/ansible-tmp-1615742113.9-90258603819793/AnsiballZ_list_sas_packages.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742113.9-90258603819793/AnsiballZ_list_sas_packages.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742113.9-90258603819793/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "all": { "sas-aacomp1": "01.20.00-20191104.231512463969", "sas-aastatistcs1": "03.21.00-20191104.231512427032", "sas-accelmva1": "01.20.00-20191104.231512465559", "sas-analyticcmn1": "03.21.00-20191104.231512428828", "sas-autotmsermod": "03.21.00-20191104.223734041556", "sas-base1": "03.21.09-20201020.170257487537", "sas-basecfg1": "03.21.01-20200410.081131281366", "sas-basejars1": "3.17.2-20200521.171916239227", "sas-basestat1": "03.21.00-20191104.231633920942", "sas-baseui1": "03.21.00-20191104.231633920436", "sas-baseuiml": "03.13.00-20171207.201217717708", "sas-bootstrap-config": "1.10.6-20201007.1602096856126", "sas-cas1": "01.21.01-20201113.143529673106", "sas-casasr": "01.21.00-20191104.223734127432", "sas-casconnctsb1": "03.21.00-20191104.231648982811", "sas-caslibrefdat": "01.20.00-20191104.223734162051", "sas-casluaclnt": "01.21.00-20191104.223734151761", "sas-caspythnclnt": "01.21.01-20200804.162747133399", "sas-casrclnt": "03.13.00-20180617.192152095839", "sas-cbase1": "03.21.01-20200519.130050164297", "sas-cdfbase": "03.21.01-20201111.091822018797", "sas-cdfephive": "03.21.00-20191104.223924753104", "sas-cdfhive": "03.21.00-20191104.224040952459", "sas-cdfodbc": "03.21.00-20191104.224205886917", "sas-cdfopnsrcfmt": "03.21.01-20200311.122854695954", "sas-cdfpcfl": "03.21.00-20191104.224232675804", "sas-cdfpstg": "03.21.00-20191104.224246692465", "sas-cdfspde": "03.21.00-20191104.224358920680", "sas-cdfweb": "03.21.00-20191104.224427593107", "sas-certframe": "3.3.3-20190925.1569429145722", "sas-certframe1": "3.3.3-20190925.1569429145722", "sas-cleanutils": "1.8.2-20210111.1610400667491", "sas-cloud1": "01.20.00-20191106.192449275399", "sas-cmp1": "03.21.00-20191104.231837445319", "sas-codegnscrpt1": "03.21.01-20200519.174930193189", "sas-connect1": "03.21.00-20191104.231921825102", "sas-connectcfg": "03.19.00-20191104.224454966835", "sas-crsactivelrn": "01.21.00-20191106.200045426753", "sas-crsaggregate": "01.21.01-20201016.163748147423", "sas-crsaglossmod": "01.21.00-20191104.224532867443", "sas-crsastore": "01.21.00-20191104.224533155546", "sas-crsaudio": "1.21.00-20191104.224537271223", "sas-crsbayesian": "01.21.00-20191104.224553049127", "sas-crsbiomedimg": "01.21.00-20191104.224553922867", "sas-crsboolrule": "01.21.01-20200810.115739373280", "sas-crscardinal": "01.21.00-20191104.224626521136", "sas-crscmptrvsn": "01.20.00-20191104.224630733565", "sas-crscopula": "01.21.00-20191104.224645098675", "sas-crscountreg": "01.21.00-20191104.224702153517", "sas-crsdedup": "03.21.00-20191106.200420845530", "sas-crsdeepneurl": "01.21.00-20191104.224727823244", "sas-crsdeeprnn": "01.21.00-20191104.224738934607", "sas-crsdplrning": "01.21.00-20191104.224807859266", "sas-crsdplrnsbst": "01.21.00-20191104.224810238308", "sas-crsds2": "01.21.00-20191104.224810411899", "sas-crsdspilot": "01.21.01-20200608.144108557942", "sas-crsdtree": "01.21.02-20200603.132808076067", "sas-crseconcapmd": "01.21.00-20191104.224830687198", "sas-crsexpmodel": "01.21.00-20191104.224903033780", "sas-crsfastknn": "01.21.00-20191104.224903112488", "sas-crsfcmpact": "01.21.00-20191106.200420849013", "sas-crsfedsql": "01.21.03-20200716.161050540620", "sas-crsforecast": "01.21.00-20191104.224922710683", "sas-crsfreq": "3.19.00-20191104.224958157211", "sas-crsgampl": "03.19.00-20191104.224958154300", "sas-crsgvarclus": "01.21.00-20191104.224958154392", "sas-crshidmarkmd": "01.21.00-20191104.225002901333", "sas-crsica": "01.21.00-20191104.225004774653", "sas-crsiml": "3.19.00-20191106.200420845545", "sas-crskernelpca": "01.21.00-20191106.200538347244", "sas-crskmeans": "01.21.00-20191104.225050680271", "sas-crsloadstrms": "01.21.00-20191104.225058754955", "sas-crsmbc": "1.21.0-20191104.225106916433", "sas-crsmdiscrete": "01.21.00-20191104.225142576499", "sas-crsmixed": "03.19.00-20191104.225142985590", "sas-crsmlrning": "01.21.02-20200722.160237336183", "sas-crsmltools": "1.21.0-20191104.225150071488", "sas-crsmodelpub": "03.21.00-20191104.225152019641", "sas-crsmtlearn": "01.21.00-20191104.225159615784", "sas-crsmtpsrvc": "01.21.00-20191104.225234722080", "sas-crsnetcommon": "01.21.03-20201116.132112184401", "sas-crsnetopt": "01.21.03-20201116.132217686398", "sas-crsnetsoc": "01.21.03-20201116.133505970633", "sas-crsneuralnet": "01.21.00-20191104.225244147572", "sas-crsnlm": "01.21.00-20191104.225252398697", "sas-crsnmf": "3.21.00-20191106.200548963985", "sas-crsoptimztn": "01.21.00-20191106.200806712587", "sas-crsoptminer": "01.21.00-20191104.225330717515", "sas-crsoverride": "03.21.01-20200520.164411362562", "sas-crspanel": "01.21.00-20191104.225337120598", "sas-crsparse": "01.21.01-20200810.115837937368", "sas-crspca": "01.21.00-20191104.225418133817", "sas-crsphreg": "03.19.00-20191104.225421734433", "sas-crspls": "01.21.00-20191104.225424864374", "sas-crsprobml": "01.21.00-20191104.225427413477", "sas-crspseudo": "03.19.00-20191104.225436412182", "sas-crsqlim": "01.21.00-20191104.225513533375", "sas-crsquantreg": "01.21.00-20191104.225517242808", "sas-crsrecommend": "01.21.00-20191104.225521308327", "sas-crsreconcile": "01.21.01-20200520.164542742367", "sas-crsregressn": "01.21.00-20191104.225529309606", "sas-crsreinlearn": "01.21.01-20200608.143846207838", "sas-crsrpca": "01.21.00-20191104.225606130226", "sas-crsrulemine": "01.21.00-20191104.225613904295", "sas-crssampling": "01.21.00-20191104.225614740857", "sas-crssandwich": "3.21.00-20191104.225623003636", "sas-crssearch": "01.21.01-20200810.115901004906", "sas-crssentiment": "01.21.01-20200810.115941960422", "sas-crssequence": "01.21.01-20201106.144754890413", "sas-crsseverity": "01.21.00-20191104.225715121285", "sas-crssgcomp": "01.21.00-20191104.225746904858", "sas-crssimsys": "3.21.00-20191106.201220055072", "sas-crssparseml": "01.21.00-20191104.225804557050", "sas-crsspatial": "01.21.00-20191104.225806739444", "sas-crsspc": "3.19.00-20191104.225838681891", "sas-crsspch2txt": "1.21.00-20191104.225848231356", "sas-crssslearn": "01.21.00-20191104.225848238647", "sas-crsstability": "01.21.00-20191104.225852107004", "sas-crsstat": "01.21.03-20200820.105850786982", "sas-crssvdd": "01.21.00-20191104.225858274407", "sas-crssvm": "01.21.00-20191104.225930218680", "sas-crstimedata": "01.21.00-20191104.225940433998", "sas-crstimefreq": "01.21.00-20191104.225944847458", "sas-crstimfilter": "01.21.00-20191104.225950523580", "sas-crstkfactmac": "01.21.00-20191104.225950517694", "sas-crstmserinfo": "03.21.00-20191104.230022564641", "sas-crstranspose": "01.21.00-20191104.230031826316", "sas-crstsne": "01.21.00-20191104.230416177695", "sas-crstxtmining": "01.21.01-20200810.120003403549", "sas-crsutmseries": "01.21.00-20191104.231256566923", "sas-crsvarreduce": "01.21.00-20191104.231257848017", "sas-csq": "1.0.6-20200810.1597065200529", "sas-dmcommons": "03.21.00-20191104.231345332095", "sas-dmine1": "01.20.00-20191104.232035172489", "sas-dmscore1": "03.21.00-20191104.232035389917", "sas-dmscorecas": "03.20.00-20191104.231352526504", "sas-dmtkexp": "03.21.01-20200403.163240857649", "sas-docconvjars": "1.2.2-20181205.1544017862749", "sas-dqacchadp": "1.2.0-20190502.1556811106790", "sas-econometrcs1": "03.21.00-20191104.232203519239", "sas-embscoreeng": "02.23.01-20201105.102415743875", "sas-embscoreeng1": "02.23.01-20201027.144646207133", "sas-envesntl": "1.6.1-20200908.1599574914877", "sas-envesntl1": "1.4.0-20180607.1528400375177", "sas-espauth": "6.2.0-20201203.221007702708", "sas-espbase": "6.2.0-20201203.221226741760", "sas-ets1": "03.21.01-20201120.122419148655", "sas-etscomp1": "03.21.00-20191104.232249108745", "sas-forecast1": "03.21.00-20191104.232249115313", "sas-graph1": "03.21.00-20191104.232308460791", "sas-graphapplet1": "3.15.0-20190509.114747615023", "sas-graphcomp1": "01.20.00-20191104.232308434866", "sas-graphjars1": "3.17.1-20200220.111306064704", "sas-grjavarendr1": "3.17.1-20200220.130903206070", "sas-grodscrendr1": "3.17.1-20200220.132605375777", "sas-hadoop1": "03.21.02-20201006.202845359823", "sas-hadoopbascs1": "03.21.00-20191104.232350916490", "sas-hadoopbasics": "03.21.00-20191106.201221515565", "sas-hadoopmrjars": "1.7.23-20191020.1571535403112", "sas-hadooptracer": "3.5.7-20191014.1571066276521", "sas-hadooptracr1": "3.5.7-20191014.1571066276521", "sas-hadoopwrapr": "2.0.2-20191022.1571767246788", "sas-hadoopwrapr1": "2.0.2-20191022.1571767246788", "sas-hdatplugins": "03.21.00-20191106.201221586495", "sas-hdoopsasjars": "2.0.3-20191022.1571765969880", "sas-hdoopsasjrs1": "2.0.3-20191022.1571765969880", "sas-hpdmine1": "01.20.00-20191104.232438934267", "sas-hpets1": "03.21.00-20191104.232442986422", "sas-hpetsmpp1": "03.21.00-20191104.232447597760", "sas-hphpf1": "03.21.00-20191104.232452890068", "sas-hps1": "03.21.00-20191104.232519571068", "sas-hpstat1": "03.21.00-20191104.232536135406", "sas-hpstatmpp1": "03.21.00-20191104.232540148291", "sas-iml1": "03.21.01-20200727.131134338438", "sas-javaesntl": "1.4.1-20201030.1604065917384", "sas-javaesntl1": "1.3.17-20191014.1571100754509", "sas-jsoncpp": "03.21.00-20191106.201316842657", "sas-mapsgeo1": "03.21.00-20191104.232653279632", "sas-mapsgfka1": "03.21.00-20191104.232713930147", "sas-mapsgfkb1": "03.21.00-20191104.232723314678", "sas-mapssas1": "03.21.00-20191104.232724773466", "sas-mlearning1": "03.23.01-20200421.140905488668", "sas-mnsrvutl1": "1.9.60-20191106.1573099160003", "sas-mtrb1": "03.21.01-20201007.172126820046", "sas-mvaeventbus1": "03.21.00-20191105.001714092298", "sas-odbc1": "03.21.00-20191104.233549169306", "sas-odstemplate1": "03.21.00-20191104.233644377077", "sas-opnsrcfmt1": "03.21.01-20200313.182344450253", "sas-optimizatin1": "03.21.00-20191104.233948393672", "sas-or1": "03.21.00-20191104.234129469417", "sas-pcfile1": "03.21.00-20191104.234131828772", "sas-postgres1": "03.21.00-20191104.234134160246", "sas-postgresql-secure-libs-11": "11.9-20200910.1599763244340", "sas-prochttp1": "03.21.00-20191104.234135519202", "sas-psqlodbc": "11.01.0000-20190905.1567713256286", "sas-psqlodbc1": "11.01.0000-20190814.1565808813646", "sas-qc1": "03.21.00-20191104.234244218442", "sas-qcjars1": "3.17.1-20200220.133709298860", "sas-reinlearnlib": "03.21.00-20191106.201316840849", "sas-runjavasvc": "1.4.7-20201007.1602094790796", "sas-sasdatasvr1-libs": "11.5-20190912.1568260916272", "sas-sashpf1": "01.20.00-20191104.234251780100", "sas-sasstudio": "5.2.224-20200916.1600270479817", "sas-scoreaccel1": "03.21.00-20191104.234313907652", "sas-secureclint1": "03.21.00-20191104.234353442613", "sas-securedom": "03.21.00-20191104.231908375774", "sas-securedom1": "03.21.00-20191104.234355775399", "sas-securelite1": "03.21.00-20191104.234357432786", "sas-simplforcast": "03.21.00-20191104.231922841302", "sas-spawnercfg": "03.21.00-20191104.231952568601", "sas-spdsclient1": "03.19.00-20191104.234448620718", "sas-stat1": "03.21.00-20191104.234451189103", "sas-statcomp1": "03.21.00-20191104.234455594094", "sas-subspactrack": "01.21.00-20191104.232008584237", "sas-textmine1": "03.21.00-20191104.234555537115", "sas-timefilters": "03.21.00-20191104.232054703522", "sas-timefreqanl": "03.21.00-20191104.232103621885", "sas-timeseranl": "03.21.00-20191104.232112407511", "sas-timeserdm": "01.21.00-20191104.232216171163", "sas-timesermodel": "03.21.00-20191104.232227706798", "sas-timesermotif": "03.21.00-20191104.232230305344", "sas-timeserssa": "03.21.00-20191104.232309894870", "sas-timeserutil": "03.21.00-20191104.232318153937", "sas-timserextern": "03.21.00-20191104.232321961599", "sas-tini": "0.16.1-20201207.1607353607717", "sas-tk": "03.21.04-20200820.173257245808", "sas-tk1": "03.21.02-20200203.154808652716", "sas-tkaa": "03.21.00-20191106.201410866013", "sas-tkaa1": "03.21.00-20191106.192655688722", "sas-tkaacas": "03.21.00-20191105.205636190674", "sas-tkaccess": "03.21.00-20191104.232520456003", "sas-tkaccess1": "03.21.00-20191104.234606682429", "sas-tkair": "03.21.00-20191104.232535014350", "sas-tkaudio": "03.21.00-20191104.232611895230", "sas-tkbasestat": "03.21.00-20191104.232630117102", "sas-tkbasestat1": "03.21.00-20191104.234633514473", "sas-tkcas": "01.21.13-20201113.095420061024", "sas-tkcas3rdclnt": "01.21.04-20200714.140358952286", "sas-tkcasu": "03.21.00-20191106.201511392824", "sas-tkcdfcommon": "03.21.01-20201007.174320501084", "sas-tkcdfts": "03.21.02-20201007.173229316332", "sas-tkcloud": "01.20.00-20191106.201520707876", "sas-tkcloud1": "01.20.00-20191106.192655743179", "sas-tkcmp": "03.21.01-20200326.131925919973", "sas-tkcmp1": "03.23.00-20201104.080715867122", "sas-tkcmptrvsn": "03.21.00-20191104.233107070470", "sas-tkcore": "03.21.04-20201027.100655406151", "sas-tkcore1": "03.21.04-20200713.150304829515", "sas-tkcpp": "03.21.00-20191106.201615034785", "sas-tkcs3rdclnt1": "01.21.01-20201006.100532080223", "sas-tkdmine1": "03.21.00-20191104.234747390997", "sas-tkdplrning": "03.21.01-20201120.092632267228", "sas-tkdq": "03.21.00-20191104.234128144031", "sas-tkesp": "01.20.01-20200407.192052229947", "sas-tkets": "01.20.00-20191106.201618596397", "sas-tkets1": "01.20.00-20191104.234812856012", "sas-tketsutil": "03.21.00-20191104.234240669667", "sas-tketsutil1": "03.21.00-20191104.234821785322", "sas-tkeventbus": "03.21.00-20191106.201647063408", "sas-tkeventbus1": "03.21.00-20191104.234842188862", "sas-tkfnc": "03.21.02-20201027.092528611155", "sas-tkfnc1": "03.21.01-20200714.142004293266", "sas-tkformats": "03.21.00-20191105.210234205802", "sas-tkformats1": "03.21.00-20191105.200249060821", "sas-tkgblidx": "03.21.00-20191106.201748341789", "sas-tkgraph": "03.21.00-20191104.234408039911", "sas-tkgraph1": "03.21.00-20191104.234852763481", "sas-tkhadoophiv1": "03.21.01-20201007.155543232565", "sas-tkhadoophive": "03.21.01-20201023.105551330238", "sas-tkhpdmine": "03.21.00-20191106.201807980266", "sas-tkhpdmine1": "03.21.01-20200923.163043250096", "sas-tkhpets1": "01.20.00-20191104.235000762145", "sas-tkhphpf1": "03.21.00-20191104.235019042889", "sas-tkhps": "03.21.00-20191106.201833731788", "sas-tkhps1": "03.21.00-20191106.192805503495", "sas-tkhpstat1": "03.21.00-20191104.235045696799", "sas-tkiml": "03.21.00-20191104.234449107628", "sas-tkiml1": "03.21.00-20191104.235053801438", "sas-tkintr1": "03.19.00-20191104.235122824695", "sas-tkiog": "03.21.00-20191104.234539990578", "sas-tkiog1": "03.21.00-20191104.235131933654", "sas-tkiom1": "03.21.03-20201111.173524072254", "sas-tkiomml": "03.21.00-20191106.201848913545", "sas-tkjava": "03.21.00-20191104.234616165065", "sas-tkjava1": "03.21.00-20191104.235202730833", "sas-tkjavajars": "1.4.13-20190925.1569461299033", "sas-tkjavajars1": "1.4.13-20190925.1569461299033", "sas-tkl4sas": "03.21.02-20201104.130345771487", "sas-tkl4sas1": "03.21.00-20191104.235228863660", "sas-tklua": "03.21.00-20191104.234709625623", "sas-tkmpi1": "03.21.00-20191104.235301480879", "sas-tkmtrb": "01.20.00-20191104.234731308663", "sas-tkmtrb1": "01.20.01-20200930.095754179433", "sas-tknls": "03.21.01-20200928.161426240710", "sas-tknls1": "03.21.00-20191104.235429183703", "sas-tknnpos": "03.21.00-20191106.201909301800", "sas-tkodbc": "03.21.01-20200601.215155773231", "sas-tkodbc1": "03.21.00-20191104.235432967840", "sas-tkopnsrcfmt": "03.21.01-20200311.122809195202", "sas-tkopnsrcfmt1": "03.21.02-20201020.140324924919", "sas-tkormp": "03.21.00-20191104.234906960305", "sas-tkormp1": "03.21.00-20191104.235502863984", "sas-tkormpgraph": "01.21.03-20201116.125143907708", "sas-tkormpgraph1": "01.21.00-20191104.235532199391", "sas-tkpostgres": "03.21.01-20200929.162024253817", "sas-tkpostgres1": "03.21.00-20191104.235544715042", "sas-tkqc1": "03.21.00-20191104.235550158839", "sas-tkrabbitmq": "03.21.00-20191106.201940337597", "sas-tkrabbitmq1": "03.21.00-20191104.235555421377", "sas-tksecure": "03.21.00-20191104.235038553467", "sas-tksecure1": "03.21.04-20201113.122104810616", "sas-tksecuressh": "03.21.00-20191104.235052824693", "sas-tksecuressh1": "03.21.00-20191104.235654237737", "sas-tkspddrv": "03.21.00-20191104.235133941473", "sas-tkspddrv1": "03.21.00-20191104.235742962472", "sas-tkspde": "03.21.00-20191104.235149317336", "sas-tkspde1": "03.21.00-20191104.235746942966", "sas-tkspdsdrv1": "03.21.00-20191104.235752774048", "sas-tkstat": "03.21.00-20191104.235205466882", "sas-tkstat1": "03.21.00-20191104.235757801898", "sas-tksum": "03.21.00-20191106.202009942090", "sas-tktimefilter": "03.21.00-20191104.235313955406", "sas-tktmfrequtil": "03.21.00-20191104.235341728101", "sas-tktscore": "03.21.00-20191104.235352958844", "sas-tktscore1": "03.21.00-20191104.235842832892", "sas-tktslang": "03.21.07-20200908.124409682576", "sas-tktslang1": "03.21.02-20200916.095201161688", "sas-tktspem": "03.21.00-20191104.235454202765", "sas-tktspem1": "03.21.00-20191104.235848014278", "sas-tktxtan": "03.21.01-20200810.120159320849", "sas-tktxtan1": "03.21.00-20191104.235907802866", "sas-tmbase": "03.21.00-20191104.235550595189", "sas-torch": "03.21.00-20191106.202025865197", "sas-tsmodel1": "03.21.00-20191104.235936582612", "sas-tsreconcile1": "03.21.00-20191104.235939556337", "sas-tstimeinfo1": "03.21.00-20191104.235946059259", "sas-ttfonts1": "1.7.4-20191015.1571161509", "sas-txtmineng": "03.21.00-20191104.235831670759" }, "changed": true, "invocation": { "module_args": { "sas_vars": { "active_in_deployment": true, "hostname_fqdn": "fa4c439a0e13", "install_groups": [ "ASTORE for EMBSCOREENG", "CAS for SAS Data Quality", "CAS for SAS Econometrics", "CAS for SAS Machine Learning", "CAS for SAS Optimization", "CAS for SAS Statistics", "CAS for SAS Visual Analytics", "CAS for SAS Visual Forecasting", "CAS for SAS Visual Text Analytics", "CAS for Viya Common Foundation", "CUDA Library Support for SAS", "Gold Layer YUM Group for SPRE", "Meta RPM Event Stream CAS Client", "SAS Configuration for Spawner", "SAS Data Connector to ODBC", "SAS Data Connector to PostgreSQL", "SAS Econometrics", "SAS Enterprise Miner", "SAS Foundation for SAS Data Quality", "SAS Foundation for SAS Econometrics", "SAS Foundation for SAS Optimization", "SAS Foundation for SAS Visual Forecasting", "SAS High Performance Procedures", "SAS Machine Learning", "SAS Network Algorithms", "SAS Open Source File Format Engines", "SAS Program Runtime Environment", "SAS Statistics", "SAS Text Analytics for Dutch", "SAS Text Analytics for English", "SAS Visual Text Analytics", "SAS/ACCESS Interface to ODBC (SPRE)", "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SAS/CONNECT", "SAS/GRAPH", "SAS/IML", "SAS/OR", "SAS/STAT" ], "install_packages": [ "httpd", "mod_ssl", "sas-basecfg1", "sas-cleanutils", "sas-embscoreeng", "sas-embscoreeng1", "sas-espbase", "sas-javaesntl", "sas-sasadmclnt", "sas-sasgpudcfg", "sas-sasstudio", "sas-spawnercfg", "sas-tkcas", "sas-txtmindut", "sas-txtmineng" ], "internal_deployment_ipv4": "172.17.0.4", "internal_deployment_ipv4_override": "", "repository_build_type": "x64_redhat_linux_6-yum", "self_deployment_ipv4": "172.17.0.4", "self_deployment_ipv4_override": "", "target_host_keys": {}, "total_static_disk_space": 0.0 } } }, "updatables": { "sas-autotmsermod": "03.21.01-20201210.084646544556", "sas-bootstrap-config": "1.10.9-20201204.1607084223290", "sas-cas1": "01.21.02-20210119.113314464518", "sas-connect1": "03.21.01-20210113.112807153150", "sas-crsds2": "01.21.01-20210119.173803631155", "sas-crsreconcile": "01.21.02-20201210.085231718289", "sas-crsstat": "01.21.04-20210223.190823527527", "sas-embscoreeng": "02.23.03-20210128.202328998364", "sas-embscoreeng1": "02.23.03-20210128.152318063122", "sas-envesntl": "1.6.3-20210114.1610658906958", "sas-ets1": "03.21.02-20201209.122940293918", "sas-mlearning1": "03.23.02-20210108.121536961029", "sas-postgresql-secure-libs-11": "11.10-20201210.1607603292138", "sas-runjavasvc": "1.4.10-20201204.1607086863438", "sas-sashpf1": "01.20.01-20201209.123405209633", "sas-sasstudio": "5.2.237-20210217.1613583561003", "sas-simplforcast": "03.21.01-20201210.085628549016", "sas-timeseranl": "03.21.01-20201210.085944630720", "sas-timesermodel": "03.21.01-20201210.090240904437", "sas-timeserutil": "03.21.01-20201210.090644576610", "sas-tk": "03.21.07-20210225.152332653539", "sas-tk1": "03.21.04-20201218.141951607646", "sas-tkaa": "03.21.01-20201210.091737764531", "sas-tkaa1": "03.21.01-20201209.123901604249", "sas-tkcas": "01.21.19-20210304.140529293669", "sas-tkcas3rdclnt": "01.21.06-20210119.135820243384", "sas-tkcasu": "03.21.01-20210223.190719842708", "sas-tkcdfts": "03.21.03-20201204.102924407224", "sas-tkcloud": "01.20.01-20210301.175952523633", "sas-tkcloud1": "01.20.01-20210302.092820240462", "sas-tkcore": "03.21.05-20210301.180204449628", "sas-tkcore1": "03.21.05-20210302.115115581069", "sas-tkdplrning": "03.21.03-20210303.125535629878", "sas-tkets": "01.20.01-20201210.091000332211", "sas-tkets1": "01.20.01-20201209.123723770915", "sas-tkhpdmine1": "03.21.02-20201209.124332266228", "sas-tkopnsrcfmt": "03.21.02-20210122.104444218071", "sas-tkopnsrcfmt1": "03.21.03-20210111.112000958347", "sas-tktslang": "03.21.08-20210126.120705981040" } } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Run pre-installation actions] ******************************************** } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_vars] ************************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/pre-installation.yml:10 } [container.go:403] &{ok: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "ansible_facts": { "ENTITLEMENT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CLIENT }}", "METAREPO_CERT_CA": "SAS_CA_Certificate.pem", "METAREPO_CERT_CLIENT": "entitlement_certificate.pem", "METAREPO_CERT_HOME": "/etc/pki/sas/private", "METAREPO_CERT_SOURCE": "{{ playbook_dir }}", "METAREPO_FORCE_CERTS": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_INSTALL": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_RPM": "sas-meta-repo.rpm", "METAREPO_SOE_ORDERABLE": "\"sas-connect-125-x64_redhat_linux_6-yum\" \"sas-dagent-135-x64_redhat_linux_6-yum\" \"sas-datamapr-100-x64_redhat_linux_6-yum\" \"sas-depentviya-136-x64_redhat_linux_6-yum\" \"sas-dmdatap-125-x64_redhat_linux_6-yum\" \"sas-dmdq-125-x64_redhat_linux_6-yum\" \"sas-econometr-125-x64_redhat_linux_6-yum\" \"sas-espcasvcf-135-x64_redhat_linux_6-yum\" \"sas-forecast-125-x64_redhat_linux_6-yum\" \"sas-mlrning-125-x64_redhat_linux_6-yum\" \"sas-odbc-125-x64_redhat_linux_6-yum\" \"sas-opt-125-x64_redhat_linux_6-yum\" \"sas-statviya-125-x64_redhat_linux_6-yum\" \"sas-txtmindut-125-x64_redhat_linux_6-yum\" \"sas-va-125-x64_redhat_linux_6-yum\" \"sas-vcmnfnd-126-x64_redhat_linux_6-yum\" \"sas-vtxtan-125-x64_redhat_linux_6-yum\"", "METAREPO_URL": "https://ses.sas.download/ses/repos/meta-repo/", "SAS_CERT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CA }}", "SAS_REPO": { "connect-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/connect/125/connect-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "connect-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dagent-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dagent/135/dagent-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dagent-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "datamapr-100-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/datamapr/100/datamapr-100-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "datamapr-100-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "depentviya-136-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/depentviya/136/depentviya-136-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "depentviya-136-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dmdq-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dmdq-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "econometr-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/econometr/125/econometr-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "econometr-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "espcasvcf-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/espcasvcf/135/espcasvcf-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "espcasvcf-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "forecast-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/forecast/125/forecast-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "forecast-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "mlrning-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/mlrning/125/mlrning-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "mlrning-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "odbc-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/odbc/125/odbc-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "odbc-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "opt-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/opt/125/opt-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "opt-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "statviya-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/statviya/125/statviya-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "statviya-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "txtmindut-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/txtmindut/125/txtmindut-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "txtmindut-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "va-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/va/125/va-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "va-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vcmnfnd-126-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vcmnfnd-126-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vtxtan-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vtxtan/125/vtxtan-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vtxtan-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 } }, "sasenv_composite_license": "{% if LICENSE_COMPOSITE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_COMPOSITE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_license": "{% if LICENSE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_soe_groupinstall": "\"SAS Data Connector to ODBC\" \"SAS Data Connector to PostgreSQL\" \"SAS/CONNECT\" \"SAS Foundation for SAS Data Quality\" \"CAS for SAS Data Quality\" \"SAS Foundation for SAS Econometrics\" \"CAS for SAS Econometrics\" \"SAS Enterprise Miner\" \"ASTORE for EMBSCOREENG\" \"Meta RPM Event Stream CAS Client\" \"SAS Econometrics\" \"SAS Foundation for SAS Visual Forecasting\" \"CAS for SAS Visual Forecasting\" \"Gold Layer YUM Group for SPRE\" \"CUDA Library Support for SAS\" \"SAS/GRAPH\" \"SAS Network Algorithms\" \"SAS High Performance Procedures\" \"SAS/IML\" \"SAS/GRAPH\" \"SAS Machine Learning\" \"CAS for SAS Machine Learning\" \"SAS/ACCESS Interface to ODBC (SPRE)\" \"SAS Open Source File Format Engines\" \"SAS Foundation for SAS Optimization\" \"CAS for SAS Optimization\" \"SAS/OR\" \"SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"SAS Program Runtime Environment\" \"SAS Statistics\" \"SAS/STAT\" \"CAS for SAS Statistics\" \"SAS Text Analytics for Dutch\" \"SAS Text Analytics for English\" \"CAS for SAS Visual Analytics\" \"CAS for Viya Common Foundation\" \"SAS Visual Text Analytics\" \"CAS for SAS Visual Text Analytics\" \"SAS Configuration for Spawner\"" }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" ], "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [pre-installation : Verify the presence of pre-installation-actions] ****** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/pre-installation/tasks/main.yml:2 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742117.5-113654797876632 `" && echo ansible-tmp-1615742117.5-113654797876632="` echo /tmp/.$USER.ansible/ansible-tmp-1615742117.5-113654797876632 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpvXBDuy TO /tmp/..ansible/ansible-tmp-1615742117.5-113654797876632/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742117.5-113654797876632/ /tmp/..ansible/ansible-tmp-1615742117.5-113654797876632/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742117.5-113654797876632/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742117.5-113654797876632/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/opt/sas/viya/home/libexec/deployment/pre-installation-actions" } }, "stat": { "atime": 1610400636.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "044d0955e5bced384cc5df7a66124c4296aa41b2", "ctime": 1615742094.588064, "dev": 1048596, "device_type": 0, "executable": true, "exists": true, "gid": 1001, "gr_name": "sas", "inode": 363125, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0755", "mtime": 1610400636.0, "nlink": 1, "path": "/opt/sas/viya/home/libexec/deployment/pre-installation-actions", "pw_name": "sas", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 710, "uid": 1001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [pre-installation : Run pre-installation-actions] ************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/pre-installation/tasks/main.yml:9 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742117.71-231422221663263 `" && echo ansible-tmp-1615742117.71-231422221663263="` echo /tmp/.$USER.ansible/ansible-tmp-1615742117.71-231422221663263 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpWGWr6N TO /tmp/..ansible/ansible-tmp-1615742117.71-231422221663263/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742117.71-231422221663263/ /tmp/..ansible/ansible-tmp-1615742117.71-231422221663263/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742117.71-231422221663263/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742117.71-231422221663263/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "changed": true, "cmd": [ "/opt/sas/viya/home/libexec/deployment/pre-installation-actions" ], "delta": "0:00:00.696158", "end": "2021-03-14 17:15:18.550325", "invocation": { "module_args": { "_raw_params": "/opt/sas/viya/home/libexec/deployment/pre-installation-actions", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "rc": 0, "start": "2021-03-14 17:15:17.854167", "stderr": "", "stderr_lines": [], "stdout": "\nExecuting \"/opt/sas/viya/home/libexec/deployment/stop_linux_services.sh\"\nconsul_rc: 127\nconsul is down.\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: analytics-components\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: analytics-gateway\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: analytics-pipelines\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: cachelocator\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: cacheserver\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: deploymentBackup\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: importvaspk\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: reportalerts\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: report-data\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: report-packages\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: report-renderer\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: saslogon\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: search\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: searchindex\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: svi-alert\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: svi-datahub\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: svi-entity-resolution\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: svi-feature\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: svi-mobile\nLinux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: svi-sand-service\nLinux service is not installed or not running, ignoring the stopping of service: datamanagementjobmonitor\nLinux service is not installed or not running, ignoring the stopping of service: datamanagementprojects\nLinux service is not installed or not running, ignoring the stopping of service: data-preparation-plans\nLinux service is not installed or not running, ignoring the stopping of service: esmagent\nLinux service is not installed or not running, ignoring the stopping of service: geodelocator\nLinux service is not installed or not running, ignoring the stopping of service: geodeserver\nLinux service is not installed or not running, ignoring the stopping of service: home\nLinux service is not installed or not running, ignoring the stopping of service: importvaspk\nLinux service is not installed or not running, ignoring the stopping of service: recipeexecutionprovider\nLinux service is not installed or not running, ignoring the stopping of service: reportalertseval\nLinux service is not installed or not running, ignoring the stopping of service: sashome\nLinux service is not installed or not running, ignoring the stopping of service: sasreportviewer\nLinux service is not installed or not running, ignoring the stopping of service: sasvisualdatabuilder\nLinux service is not installed or not running, ignoring the stopping of service: SASReportViewer\nLinux service is not installed or not running, ignoring the stopping of service: importVASpk\nLinux service is not installed or not running, ignoring the stopping of service: reportAlertsEval\nLinux service is not installed or not running, ignoring the stopping of service: dataflowexecutionprovider\nLinux service is not installed or not running, ignoring the stopping of service: datatables\nLinux service is not installed or not running, ignoring the stopping of service: documents\nLinux service is not installed or not running, ignoring the stopping of service: restexecutionprovider\nLinux service is not installed or not running, ignoring the stopping of service: rowsets\nLinux service is not installed or not running, ignoring the stopping of service: reportImages\nLinux service is not installed or not running, ignoring the stopping of service: reportalerts\nLinux service is not installed or not running, ignoring the stopping of service: reports\nLinux service is not installed or not running, ignoring the stopping of service: reporttemplates\nLinux service is not installed or not running, ignoring the stopping of service: reporttransforms\nLinux service is not installed or not running, ignoring the stopping of service: casproxy\nLinux service is not installed or not running, ignoring the stopping of service: cas-management\nLinux service is not installed or not running, ignoring the stopping of service: forecastinggateway\nLinux service is not installed or not running, ignoring the stopping of service: forecastingcomparison\nLinux service is not installed or not running, ignoring the stopping of service: forecastingstrategies\nLinux service is not installed or not running, ignoring the stopping of service: forecastingpipelines\nLinux service is not installed or not running, ignoring the stopping of service: forecastingdatadefinition\nLinux service is not installed or not running, ignoring the stopping of service: forecastingoverrides\nLinux service is not installed or not running, ignoring the stopping of service: forecastingfilters\nLinux service is not installed or not running, ignoring the stopping of service: forecastingevents\nLinux service is not installed or not running, ignoring the stopping of service: parsing\nLinux service is not installed or not running, ignoring the stopping of service: parse-execution-provider\nLinux service is not installed or not running, ignoring the stopping of service: categorization\nLinux service is not installed or not running, ignoring the stopping of service: concepts\nLinux service is not installed or not running, ignoring the stopping of service: sentiment\nLinux service is not installed or not running, ignoring the stopping of service: sentiment-execution-provider\nLinux service is not installed or not running, ignoring the stopping of service: terms-management\nLinux service is not installed or not running, ignoring the stopping of service: topic-execution-provider\nLinux service is not installed or not running, ignoring the stopping of service: topic-management\nLinux service is not installed or not running, ignoring the stopping of service: concept-validate\nLinux service is not installed or not running, ignoring the stopping of service: concept-compile\nLinux service is not installed or not running, ignoring the stopping of service: category-validate\nLinux service is not installed or not running, ignoring the stopping of service: category-compile\nLinux service is not installed or not running, ignoring the stopping of service: category-execution-provider\nLinux service is not installed or not running, ignoring the stopping of service: category-taxonomy\nLinux service is not installed or not running, ignoring the stopping of service: concept-execution-provider\nLinux service is not installed or not running, ignoring the stopping of service: concept-taxonomy-service\nLinux service is not installed or not running, ignoring the stopping of service: dagentmgmt\nLinux service is not installed or not running, ignoring the stopping of service: qkbadminui\nLinux service is not installed or not running, ignoring the stopping of service: datamining\nLinux service is not installed or not running, ignoring the stopping of service: data-mining-models\nLinux service is not installed or not running, ignoring the stopping of service: dataminingwarehouse\nLinux service is not installed or not running, ignoring the stopping of service: analytics-data-segmentation\nLinux service is not installed or not running, ignoring the stopping of service: analytics-flows\nLinux service is not installed or not running, ignoring the stopping of service: analytics-pipelines\nLinux service is not installed or not running, ignoring the stopping of service: analytics-validation\nLinux service is not installed or not running, ignoring the stopping of service: analytics-events\nLinux service is not installed or not running, ignoring the stopping of service: analytics-gateway\nLinux service is not installed or not running, ignoring the stopping of service: analytics-localization\nLinux service is not installed or not running, ignoring the stopping of service: analytics-components\nLinux service is not installed or not running, ignoring the stopping of service: forecastingexploration\nLinux service is not installed or not running, ignoring the stopping of service: topics-service\nLinux service is not installed or not running, ignoring the stopping of service: collections\nLinux service is not installed or not running, ignoring the stopping of service: esm-webui\nLinux service is not installed or not running, ignoring the stopping of service: workflowdefinition\nLinux service is not installed or not running, ignoring the stopping of service: workflowhistory\nLinux service is not installed or not running, ignoring the stopping of service: dagentcont\nLinux service is not installed or not running, ignoring the stopping of service: transformations\nLinux service is not installed or not running, ignoring the stopping of service: datasources\nLinux service is not installed or not running, ignoring the stopping of service: decisions\nLinux service is not installed or not running, ignoring the stopping of service: treatmentdefinitions\nLinux service is not installed or not running, ignoring the stopping of service: referencedata\nLinux service is not installed or not running, ignoring the stopping of service: businessrules\nLinux service is not installed or not running, ignoring the stopping of service: searchindex\nLinux service is not installed or not running, ignoring the stopping of service: jobflowexecution\nLinux service is not installed or not running, ignoring the stopping of service: jobdefinitions\nLinux service is not installed or not running, ignoring the stopping of service: dataminingprojectsettings\nLinux service is not installed or not running, ignoring the stopping of service: merchandiseplanningprocess\n\nExecuting \"/opt/sas/viya/home/libexec/deployment/install_rhel8_selinux_policies.sh\"\nChecking for RHEL8 OS version...\nNot on RHEL8. No need to install SELinux policy file package.", "stdout_lines": [ "", "Executing \"/opt/sas/viya/home/libexec/deployment/stop_linux_services.sh\"", "consul_rc: 127", "consul is down.", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: analytics-components", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: analytics-gateway", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: analytics-pipelines", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: cachelocator", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: cacheserver", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: deploymentBackup", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: importvaspk", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: reportalerts", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: report-data", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: report-packages", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: report-renderer", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: saslogon", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: search", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: searchindex", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: svi-alert", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: svi-datahub", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: svi-entity-resolution", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: svi-feature", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: svi-mobile", "Linux service is not installed or not running, ignoring the stopping of cachelocator cacheserver dependant service: svi-sand-service", "Linux service is not installed or not running, ignoring the stopping of service: datamanagementjobmonitor", "Linux service is not installed or not running, ignoring the stopping of service: datamanagementprojects", "Linux service is not installed or not running, ignoring the stopping of service: data-preparation-plans", "Linux service is not installed or not running, ignoring the stopping of service: esmagent", "Linux service is not installed or not running, ignoring the stopping of service: geodelocator", "Linux service is not installed or not running, ignoring the stopping of service: geodeserver", "Linux service is not installed or not running, ignoring the stopping of service: home", "Linux service is not installed or not running, ignoring the stopping of service: importvaspk", "Linux service is not installed or not running, ignoring the stopping of service: recipeexecutionprovider", "Linux service is not installed or not running, ignoring the stopping of service: reportalertseval", "Linux service is not installed or not running, ignoring the stopping of service: sashome", "Linux service is not installed or not running, ignoring the stopping of service: sasreportviewer", "Linux service is not installed or not running, ignoring the stopping of service: sasvisualdatabuilder", "Linux service is not installed or not running, ignoring the stopping of service: SASReportViewer", "Linux service is not installed or not running, ignoring the stopping of service: importVASpk", "Linux service is not installed or not running, ignoring the stopping of service: reportAlertsEval", "Linux service is not installed or not running, ignoring the stopping of service: dataflowexecutionprovider", "Linux service is not installed or not running, ignoring the stopping of service: datatables", "Linux service is not installed or not running, ignoring the stopping of service: documents", "Linux service is not installed or not running, ignoring the stopping of service: restexecutionprovider", "Linux service is not installed or not running, ignoring the stopping of service: rowsets", "Linux service is not installed or not running, ignoring the stopping of service: reportImages", "Linux service is not installed or not running, ignoring the stopping of service: reportalerts", "Linux service is not installed or not running, ignoring the stopping of service: reports", "Linux service is not installed or not running, ignoring the stopping of service: reporttemplates", "Linux service is not installed or not running, ignoring the stopping of service: reporttransforms", "Linux service is not installed or not running, ignoring the stopping of service: casproxy", "Linux service is not installed or not running, ignoring the stopping of service: cas-management", "Linux service is not installed or not running, ignoring the stopping of service: forecastinggateway", "Linux service is not installed or not running, ignoring the stopping of service: forecastingcomparison", "Linux service is not installed or not running, ignoring the stopping of service: forecastingstrategies", "Linux service is not installed or not running, ignoring the stopping of service: forecastingpipelines", "Linux service is not installed or not running, ignoring the stopping of service: forecastingdatadefinition", "Linux service is not installed or not running, ignoring the stopping of service: forecastingoverrides", "Linux service is not installed or not running, ignoring the stopping of service: forecastingfilters", "Linux service is not installed or not running, ignoring the stopping of service: forecastingevents", "Linux service is not installed or not running, ignoring the stopping of service: parsing", "Linux service is not installed or not running, ignoring the stopping of service: parse-execution-provider", "Linux service is not installed or not running, ignoring the stopping of service: categorization", "Linux service is not installed or not running, ignoring the stopping of service: concepts", "Linux service is not installed or not running, ignoring the stopping of service: sentiment", "Linux service is not installed or not running, ignoring the stopping of service: sentiment-execution-provider", "Linux service is not installed or not running, ignoring the stopping of service: terms-management", "Linux service is not installed or not running, ignoring the stopping of service: topic-execution-provider", "Linux service is not installed or not running, ignoring the stopping of service: topic-management", "Linux service is not installed or not running, ignoring the stopping of service: concept-validate", "Linux service is not installed or not running, ignoring the stopping of service: concept-compile", "Linux service is not installed or not running, ignoring the stopping of service: category-validate", "Linux service is not installed or not running, ignoring the stopping of service: category-compile", "Linux service is not installed or not running, ignoring the stopping of service: category-execution-provider", "Linux service is not installed or not running, ignoring the stopping of service: category-taxonomy", "Linux service is not installed or not running, ignoring the stopping of service: concept-execution-provider", "Linux service is not installed or not running, ignoring the stopping of service: concept-taxonomy-service", "Linux service is not installed or not running, ignoring the stopping of service: dagentmgmt", "Linux service is not installed or not running, ignoring the stopping of service: qkbadminui", "Linux service is not installed or not running, ignoring the stopping of service: datamining", "Linux service is not installed or not running, ignoring the stopping of service: data-mining-models", "Linux service is not installed or not running, ignoring the stopping of service: dataminingwarehouse", "Linux service is not installed or not running, ignoring the stopping of service: analytics-data-segmentation", "Linux service is not installed or not running, ignoring the stopping of service: analytics-flows", "Linux service is not installed or not running, ignoring the stopping of service: analytics-pipelines", "Linux service is not installed or not running, ignoring the stopping of service: analytics-validation", "Linux service is not installed or not running, ignoring the stopping of service: analytics-events", "Linux service is not installed or not running, ignoring the stopping of service: analytics-gateway", "Linux service is not installed or not running, ignoring the stopping of service: analytics-localization", "Linux service is not installed or not running, ignoring the stopping of service: analytics-components", "Linux service is not installed or not running, ignoring the stopping of service: forecastingexploration", "Linux service is not installed or not running, ignoring the stopping of service: topics-service", "Linux service is not installed or not running, ignoring the stopping of service: collections", "Linux service is not installed or not running, ignoring the stopping of service: esm-webui", "Linux service is not installed or not running, ignoring the stopping of service: workflowdefinition", "Linux service is not installed or not running, ignoring the stopping of service: workflowhistory", "Linux service is not installed or not running, ignoring the stopping of service: dagentcont", "Linux service is not installed or not running, ignoring the stopping of service: transformations", "Linux service is not installed or not running, ignoring the stopping of service: datasources", "Linux service is not installed or not running, ignoring the stopping of service: decisions", "Linux service is not installed or not running, ignoring the stopping of service: treatmentdefinitions", "Linux service is not installed or not running, ignoring the stopping of service: referencedata", "Linux service is not installed or not running, ignoring the stopping of service: businessrules", "Linux service is not installed or not running, ignoring the stopping of service: searchindex", "Linux service is not installed or not running, ignoring the stopping of service: jobflowexecution", "Linux service is not installed or not running, ignoring the stopping of service: jobdefinitions", "Linux service is not installed or not running, ignoring the stopping of service: dataminingprojectsettings", "Linux service is not installed or not running, ignoring the stopping of service: merchandiseplanningprocess", "", "Executing \"/opt/sas/viya/home/libexec/deployment/install_rhel8_selinux_policies.sh\"", "Checking for RHEL8 OS version...", "Not on RHEL8. No need to install SELinux policy file package." ] } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [sasstudio] *************************************************************** } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-studio-config : include] ********************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-studio-config/tasks/main.yml:2 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{included: /tmp/sas/sas_viya_playbook/roles/sas-studio-config/tasks/conditional-stop.yml for deployTarget } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-studio-config : Verify the sas-viya-sasstudio-default service is installed] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-studio-config/tasks/conditional-stop.yml:2 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742118.71-50655970247500 `" && echo ansible-tmp-1615742118.71-50655970247500="` echo /tmp/.$USER.ansible/ansible-tmp-1615742118.71-50655970247500 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp239yai TO /tmp/..ansible/ansible-tmp-1615742118.71-50655970247500/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742118.71-50655970247500/ /tmp/..ansible/ansible-tmp-1615742118.71-50655970247500/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742118.71-50655970247500/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742118.71-50655970247500/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/etc/init.d/sas-viya-sasstudio-default" } }, "stat": { "atime": 1600270575.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "unknown", "checksum": "b27f38344ad8ff2725b2297f9961043a9bb721d1", "ctime": 1614592079.6232834, "dev": 1048596, "device_type": 0, "executable": true, "exists": true, "gid": 1001, "gr_name": "sas", "inode": 341736, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0755", "mtime": 1600270575.0, "nlink": 1, "path": "/etc/init.d/sas-viya-sasstudio-default", "pw_name": "sas", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 6546, "uid": 1001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sas-studio-config : If sas-viya-sasstudio-default is installed, stop it] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sas-studio-config/tasks/conditional-stop.yml:7 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742118.9-169981021032058 `" && echo ansible-tmp-1615742118.9-169981021032058="` echo /tmp/.$USER.ansible/ansible-tmp-1615742118.9-169981021032058 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/sysvinit.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpMZiUt3 TO /tmp/..ansible/ansible-tmp-1615742118.9-169981021032058/AnsiballZ_sysvinit.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742118.9-169981021032058/ /tmp/..ansible/ansible-tmp-1615742118.9-169981021032058/AnsiballZ_sysvinit.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742118.9-169981021032058/AnsiballZ_sysvinit.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742118.9-169981021032058/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "arguments": null, "daemonize": false, "enabled": null, "name": "sas-viya-sasstudio-default", "pattern": null, "runlevels": null, "sleep": 1, "state": "stopped" } }, "name": "sas-viya-sasstudio-default", "status": { "enabled": { "changed": false, "rc": null, "stderr": null, "stdout": null }, "stopped": { "changed": false, "rc": null, "stderr": null, "stdout": null } } } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [spawner] ***************************************************************** } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [spawner-config : include] ************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/spawner-config/tasks/main.yml:2 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{included: /tmp/sas/sas_viya_playbook/roles/spawner-config/tasks/conditional-stop.yml for deployTarget } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [spawner-config : Verify the sas-viya-spawner-default service is installed] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/spawner-config/tasks/conditional-stop.yml:2 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742119.83-241572091783839 `" && echo ansible-tmp-1615742119.83-241572091783839="` echo /tmp/.$USER.ansible/ansible-tmp-1615742119.83-241572091783839 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpaxh6TE TO /tmp/..ansible/ansible-tmp-1615742119.83-241572091783839/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742119.83-241572091783839/ /tmp/..ansible/ansible-tmp-1615742119.83-241572091783839/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742119.83-241572091783839/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742119.83-241572091783839/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/etc/init.d/sas-viya-spawner-default" } }, "stat": { "atime": 1572927605.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "unknown", "checksum": "0ce8c308a70389830c1212aaa718825a3c4bf53b", "ctime": 1614592079.6232834, "dev": 1048596, "device_type": 0, "executable": true, "exists": true, "gid": 1001, "gr_name": "sas", "inode": 341737, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0755", "mtime": 1572927605.0, "nlink": 1, "path": "/etc/init.d/sas-viya-spawner-default", "pw_name": "sas", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 6521, "uid": 1001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [spawner-config : If sas-viya-spawner-default is installed, stop it] ****** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/spawner-config/tasks/conditional-stop.yml:7 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742120.02-48683026638322 `" && echo ansible-tmp-1615742120.02-48683026638322="` echo /tmp/.$USER.ansible/ansible-tmp-1615742120.02-48683026638322 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/sysvinit.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpkOBqPW TO /tmp/..ansible/ansible-tmp-1615742120.02-48683026638322/AnsiballZ_sysvinit.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742120.02-48683026638322/ /tmp/..ansible/ansible-tmp-1615742120.02-48683026638322/AnsiballZ_sysvinit.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742120.02-48683026638322/AnsiballZ_sysvinit.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742120.02-48683026638322/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "arguments": null, "daemonize": false, "enabled": null, "name": "sas-viya-spawner-default", "pattern": null, "runlevels": null, "sleep": 1, "state": "stopped" } }, "name": "sas-viya-spawner-default", "status": { "enabled": { "changed": false, "rc": null, "stderr": null, "stdout": null }, "stopped": { "changed": false, "rc": null, "stderr": null, "stdout": null } } } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{ [WARNING]: Could not match supplied host pattern, ignoring: ComputeServer  } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [connect] ***************************************************************** } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [connect-config : include] ************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/connect-config/tasks/main.yml:2 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{included: /tmp/sas/sas_viya_playbook/roles/connect-config/tasks/conditional-stop.yml for deployTarget } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [connect-config : Verify the sas-viya-connect-default service is installed] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/connect-config/tasks/conditional-stop.yml:2 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742120.77-37778939198777 `" && echo ansible-tmp-1615742120.77-37778939198777="` echo /tmp/.$USER.ansible/ansible-tmp-1615742120.77-37778939198777 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmp8Fidkt TO /tmp/..ansible/ansible-tmp-1615742120.77-37778939198777/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742120.77-37778939198777/ /tmp/..ansible/ansible-tmp-1615742120.77-37778939198777/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742120.77-37778939198777/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742120.77-37778939198777/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/etc/init.d/sas-viya-connect-default" } }, "stat": { "atime": 1572925512.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "unknown", "checksum": "b362bee094166d8e246c2225cb59c35537ace786", "ctime": 1614591924.9832835, "dev": 1048596, "device_type": 0, "executable": true, "exists": true, "gid": 1001, "gr_name": "sas", "inode": 324388, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0755", "mtime": 1572925512.0, "nlink": 1, "path": "/etc/init.d/sas-viya-connect-default", "pw_name": "sas", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 7744, "uid": 1001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [connect-config : If sas-viya-connect-default is installed, stop it] ****** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/connect-config/tasks/conditional-stop.yml:7 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742120.96-83894280465446 `" && echo ansible-tmp-1615742120.96-83894280465446="` echo /tmp/.$USER.ansible/ansible-tmp-1615742120.96-83894280465446 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/sysvinit.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpmow6x4 TO /tmp/..ansible/ansible-tmp-1615742120.96-83894280465446/AnsiballZ_sysvinit.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742120.96-83894280465446/ /tmp/..ansible/ansible-tmp-1615742120.96-83894280465446/AnsiballZ_sysvinit.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742120.96-83894280465446/AnsiballZ_sysvinit.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742120.96-83894280465446/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "arguments": null, "daemonize": false, "enabled": null, "name": "sas-viya-connect-default", "pattern": null, "runlevels": null, "sleep": 1, "state": "stopped" } }, "name": "sas-viya-connect-default", "status": { "enabled": { "changed": false, "rc": null, "stderr": null, "stdout": null }, "stopped": { "changed": false, "rc": null, "stderr": null, "stdout": null } } } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Validate SAS Foundation ports] ******************************************* } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include_vars] ************************************************************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/foundation-ensure-port-availability.yml:16 } [container.go:403] &{ok: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "ansible_facts": { "ENTITLEMENT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CLIENT }}", "METAREPO_CERT_CA": "SAS_CA_Certificate.pem", "METAREPO_CERT_CLIENT": "entitlement_certificate.pem", "METAREPO_CERT_HOME": "/etc/pki/sas/private", "METAREPO_CERT_SOURCE": "{{ playbook_dir }}", "METAREPO_FORCE_CERTS": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_INSTALL": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_RPM": "sas-meta-repo.rpm", "METAREPO_SOE_ORDERABLE": "\"sas-connect-125-x64_redhat_linux_6-yum\" \"sas-dagent-135-x64_redhat_linux_6-yum\" \"sas-datamapr-100-x64_redhat_linux_6-yum\" \"sas-depentviya-136-x64_redhat_linux_6-yum\" \"sas-dmdatap-125-x64_redhat_linux_6-yum\" \"sas-dmdq-125-x64_redhat_linux_6-yum\" \"sas-econometr-125-x64_redhat_linux_6-yum\" \"sas-espcasvcf-135-x64_redhat_linux_6-yum\" \"sas-forecast-125-x64_redhat_linux_6-yum\" \"sas-mlrning-125-x64_redhat_linux_6-yum\" \"sas-odbc-125-x64_redhat_linux_6-yum\" \"sas-opt-125-x64_redhat_linux_6-yum\" \"sas-statviya-125-x64_redhat_linux_6-yum\" \"sas-txtmindut-125-x64_redhat_linux_6-yum\" \"sas-va-125-x64_redhat_linux_6-yum\" \"sas-vcmnfnd-126-x64_redhat_linux_6-yum\" \"sas-vtxtan-125-x64_redhat_linux_6-yum\"", "METAREPO_URL": "https://ses.sas.download/ses/repos/meta-repo/", "SAS_CERT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CA }}", "SAS_REPO": { "connect-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/connect/125/connect-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "connect-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dagent-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dagent/135/dagent-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dagent-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "datamapr-100-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/datamapr/100/datamapr-100-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "datamapr-100-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "depentviya-136-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/depentviya/136/depentviya-136-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "depentviya-136-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dmdq-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dmdq-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "econometr-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/econometr/125/econometr-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "econometr-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "espcasvcf-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/espcasvcf/135/espcasvcf-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "espcasvcf-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "forecast-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/forecast/125/forecast-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "forecast-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "mlrning-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/mlrning/125/mlrning-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "mlrning-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "odbc-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/odbc/125/odbc-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "odbc-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "opt-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/opt/125/opt-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "opt-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "statviya-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/statviya/125/statviya-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "statviya-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "txtmindut-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/txtmindut/125/txtmindut-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "txtmindut-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "va-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/va/125/va-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "va-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vcmnfnd-126-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vcmnfnd-126-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vtxtan-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vtxtan/125/vtxtan-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vtxtan-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 } }, "sasenv_composite_license": "{% if LICENSE_COMPOSITE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_COMPOSITE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_license": "{% if LICENSE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_soe_groupinstall": "\"SAS Data Connector to ODBC\" \"SAS Data Connector to PostgreSQL\" \"SAS/CONNECT\" \"SAS Foundation for SAS Data Quality\" \"CAS for SAS Data Quality\" \"SAS Foundation for SAS Econometrics\" \"CAS for SAS Econometrics\" \"SAS Enterprise Miner\" \"ASTORE for EMBSCOREENG\" \"Meta RPM Event Stream CAS Client\" \"SAS Econometrics\" \"SAS Foundation for SAS Visual Forecasting\" \"CAS for SAS Visual Forecasting\" \"Gold Layer YUM Group for SPRE\" \"CUDA Library Support for SAS\" \"SAS/GRAPH\" \"SAS Network Algorithms\" \"SAS High Performance Procedures\" \"SAS/IML\" \"SAS/GRAPH\" \"SAS Machine Learning\" \"CAS for SAS Machine Learning\" \"SAS/ACCESS Interface to ODBC (SPRE)\" \"SAS Open Source File Format Engines\" \"SAS Foundation for SAS Optimization\" \"CAS for SAS Optimization\" \"SAS/OR\" \"SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"SAS Program Runtime Environment\" \"SAS Statistics\" \"SAS/STAT\" \"CAS for SAS Statistics\" \"SAS Text Analytics for Dutch\" \"SAS Text Analytics for English\" \"CAS for SAS Visual Analytics\" \"CAS for Viya Common Foundation\" \"SAS Visual Text Analytics\" \"CAS for SAS Visual Text Analytics\" \"SAS Configuration for Spawner\"" }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" ], "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [foundation-ensure-port-availability : Verify that SAS Studio port is available] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/foundation-ensure-port-availability/tasks/main.yml:8 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742121.7-170382725649053 `" && echo ansible-tmp-1615742121.7-170382725649053="` echo /tmp/.$USER.ansible/ansible-tmp-1615742121.7-170382725649053 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/utilities/logic/wait_for.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpIuRcvj TO /tmp/..ansible/ansible-tmp-1615742121.7-170382725649053/AnsiballZ_wait_for.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742121.7-170382725649053/ /tmp/..ansible/ansible-tmp-1615742121.7-170382725649053/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742121.7-170382725649053/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742121.7-170382725649053/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "elapsed": 0, "invocation": { "module_args": { "active_connection_states": [ "ESTABLISHED", "FIN_WAIT1", "FIN_WAIT2", "SYN_RECV", "SYN_SENT", "TIME_WAIT" ], "connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "127.0.0.1", "msg": null, "path": null, "port": 7080, "search_regex": null, "sleep": 1, "state": "stopped", "timeout": 5 } }, "path": null, "port": 7080, "search_regex": null, "state": "stopped" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [foundation-ensure-port-availability : Verify that SAS Studio SSL port is available] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/foundation-ensure-port-availability/tasks/main.yml:14 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742122.07-70151450416176 `" && echo ansible-tmp-1615742122.07-70151450416176="` echo /tmp/.$USER.ansible/ansible-tmp-1615742122.07-70151450416176 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/utilities/logic/wait_for.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpzWX0gi TO /tmp/..ansible/ansible-tmp-1615742122.07-70151450416176/AnsiballZ_wait_for.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742122.07-70151450416176/ /tmp/..ansible/ansible-tmp-1615742122.07-70151450416176/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742122.07-70151450416176/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742122.07-70151450416176/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "elapsed": 0, "invocation": { "module_args": { "active_connection_states": [ "ESTABLISHED", "FIN_WAIT1", "FIN_WAIT2", "SYN_RECV", "SYN_SENT", "TIME_WAIT" ], "connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "127.0.0.1", "msg": null, "path": null, "port": 7443, "search_regex": null, "sleep": 1, "state": "stopped", "timeout": 5 } }, "path": null, "port": 7443, "search_regex": null, "state": "stopped" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [foundation-ensure-port-availability : Verify that SAS Object Spawner port is available] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/foundation-ensure-port-availability/tasks/main.yml:20 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742122.24-114719664607183 `" && echo ansible-tmp-1615742122.24-114719664607183="` echo /tmp/.$USER.ansible/ansible-tmp-1615742122.24-114719664607183 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/utilities/logic/wait_for.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmphMGlmj TO /tmp/..ansible/ansible-tmp-1615742122.24-114719664607183/AnsiballZ_wait_for.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742122.24-114719664607183/ /tmp/..ansible/ansible-tmp-1615742122.24-114719664607183/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742122.24-114719664607183/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742122.24-114719664607183/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "elapsed": 0, "invocation": { "module_args": { "active_connection_states": [ "ESTABLISHED", "FIN_WAIT1", "FIN_WAIT2", "SYN_RECV", "SYN_SENT", "TIME_WAIT" ], "connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "127.0.0.1", "msg": null, "path": null, "port": 8591, "search_regex": null, "sleep": 1, "state": "stopped", "timeout": 5 } }, "path": null, "port": 8591, "search_regex": null, "state": "stopped" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [foundation-ensure-port-availability : Verify that SAS/CONNECT port is available] *** task path: /tmp/sas/sas_viya_playbook/roles/foundation-ensure-port-availability/tasks/main.yml:26 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742122.42-87345998811485 `" && echo ansible-tmp-1615742122.42-87345998811485="` echo /tmp/.$USER.ansible/ansible-tmp-1615742122.42-87345998811485 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/utilities/logic/wait_for.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpzxJZ2f TO /tmp/..ansible/ansible-tmp-1615742122.42-87345998811485/AnsiballZ_wait_for.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742122.42-87345998811485/ /tmp/..ansible/ansible-tmp-1615742122.42-87345998811485/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742122.42-87345998811485/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742122.42-87345998811485/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "elapsed": 0, "invocation": { "module_args": { "active_connection_states": [ "ESTABLISHED", "FIN_WAIT1", "FIN_WAIT2", "SYN_RECV", "SYN_SENT", "TIME_WAIT" ], "connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "127.0.0.1", "msg": null, "path": null, "port": 17551, "search_regex": null, "sleep": 1, "state": "stopped", "timeout": 5 } }, "path": null, "port": 17551, "search_regex": null, "state": "stopped" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [foundation-ensure-port-availability : Verify that SAS/CONNECT management port is available] *** task path: /tmp/sas/sas_viya_playbook/roles/foundation-ensure-port-availability/tasks/main.yml:33 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742122.6-180187943489971 `" && echo ansible-tmp-1615742122.6-180187943489971="` echo /tmp/.$USER.ansible/ansible-tmp-1615742122.6-180187943489971 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/utilities/logic/wait_for.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpa7SPzz TO /tmp/..ansible/ansible-tmp-1615742122.6-180187943489971/AnsiballZ_wait_for.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742122.6-180187943489971/ /tmp/..ansible/ansible-tmp-1615742122.6-180187943489971/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742122.6-180187943489971/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742122.6-180187943489971/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "elapsed": 0, "invocation": { "module_args": { "active_connection_states": [ "ESTABLISHED", "FIN_WAIT1", "FIN_WAIT2", "SYN_RECV", "SYN_SENT", "TIME_WAIT" ], "connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "127.0.0.1", "msg": null, "path": null, "port": 17541, "search_regex": null, "sleep": 1, "state": "stopped", "timeout": 5 } }, "path": null, "port": 17541, "search_regex": null, "state": "stopped" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [cas] ********************************************************************* } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [casserver-config : include] ********************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/casserver-config/tasks/main.yml:2 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{included: /tmp/sas/sas_viya_playbook/roles/casserver-config/tasks/conditional-stop.yml for deployTarget } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [casserver-config : Verify that the stop service script is installed] ***** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/casserver-config/tasks/conditional-stop.yml:2 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742122.87-155328325093348 `" && echo ansible-tmp-1615742122.87-155328325093348="` echo /tmp/.$USER.ansible/ansible-tmp-1615742122.87-155328325093348 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpXcRJyt TO /tmp/..ansible/ansible-tmp-1615742122.87-155328325093348/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742122.87-155328325093348/ /tmp/..ansible/ansible-tmp-1615742122.87-155328325093348/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742122.87-155328325093348/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742122.87-155328325093348/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/opt/sas/viya/home/libexec/cas/cas_stop_service.sh" } }, "stat": { "atime": 1605279389.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "unknown", "checksum": "9664cf93e5576bd3e320c94591a9edbee22d2230", "ctime": 1614591879.9432836, "dev": 1048596, "device_type": 0, "executable": true, "exists": true, "gid": 1001, "gr_name": "sas", "inode": 323619, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0755", "mtime": 1605279389.0, "nlink": 1, "path": "/opt/sas/viya/home/libexec/cas/cas_stop_service.sh", "pw_name": "sas", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 6502, "uid": 1001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [casserver-config : If CAS is started and is in the list, stop all running processes] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/casserver-config/tasks/conditional-stop.yml:9 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742123.07-120584831916913 `" && echo ansible-tmp-1615742123.07-120584831916913="` echo /tmp/.$USER.ansible/ansible-tmp-1615742123.07-120584831916913 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpsN_Nyi TO /tmp/..ansible/ansible-tmp-1615742123.07-120584831916913/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742123.07-120584831916913/ /tmp/..ansible/ansible-tmp-1615742123.07-120584831916913/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742123.07-120584831916913/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742123.07-120584831916913/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => (item={'value': {u'casenv_group': u'sas', u'worker_hosts': None, u'primary_host': u'deployTarget', u'casenv_user': u'cas', u'env': {u'CAS_START_MONITOR_UI': True}, u'tenant': u'shared', u'secondary_host': None}, 'key': u'default'}) => { "changed": true, "cmd": [ "/opt/sas/viya/home/libexec/cas/cas_stop_service.sh", "-r", "/opt/sas", "-d", "viya", "-i", "default" ], "delta": "0:00:01.079775", "end": "2021-03-14 17:15:24.249528", "invocation": { "module_args": { "_raw_params": "/opt/sas/viya/home/libexec/cas/cas_stop_service.sh -r /opt/sas -d viya -i default", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "item": { "key": "default", "value": { "casenv_group": "sas", "casenv_user": "cas", "env": { "CAS_START_MONITOR_UI": true }, "primary_host": "deployTarget", "secondary_host": null, "tenant": "shared", "worker_hosts": null } }, "rc": 0, "start": "2021-03-14 17:15:23.169753", "stderr": "", "stderr_lines": [], "stdout": "Sourcing /opt/sas/viya/config/etc/sysconfig/cas/default/sas-cas\nSourcing init functions\nSetting up variables for running init functions\nRunning sas_setup_external_network\nVariable check \n\ndeployment = viya\ninstance = default\nrootdir = /opt/sas\nDeployment Home = /opt/sas/viya/home\nDeployment Config = /opt/sas/viya/config\nHost was not found to be defined in cluster", "stdout_lines": [ "Sourcing /opt/sas/viya/config/etc/sysconfig/cas/default/sas-cas", "Sourcing init functions", "Setting up variables for running init functions", "Running sas_setup_external_network", "Variable check ", "", "deployment = viya", "instance = default", "rootdir = /opt/sas", "Deployment Home = /opt/sas/viya/home", "Deployment Config = /opt/sas/viya/config", "Host was not found to be defined in cluster" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [casserver-config : Verify that the stop service is installed] ************ } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/casserver-config/tasks/conditional-stop.yml:16 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [casserver-config : If CAS is started and is in the list, stop all running processes] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/casserver-config/tasks/conditional-stop.yml:26 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Validate CAS ports] ****************************************************** } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Create CAS cluster definition file] ************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/casserver-ensure-port-availability.yml:11 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include /tmp/sas/sas_viya_playbook/internal/../cluster_defn_vars.yml] **** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/casserver-ensure-port-availability.yml:18 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [If CLUSTER_DEFINITIONS.cas is not empty, copy contents] ****************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/casserver-ensure-port-availability.yml:24 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "CLUSTER_DEFINITIONS_cas": { "default": { "casenv_group": "sas", "casenv_user": "cas", "env": { "CAS_START_MONITOR_UI": true }, "primary_host": "deployTarget", "secondary_host": null, "tenant": "shared", "worker_hosts": null } } }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Make sure CLUSTER_DEFINITIONS_cas is defined] **************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/casserver-ensure-port-availability.yml:29 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [casserver-ensure-port-availability : Verify that controller port is available on the controller] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/casserver-ensure-port-availability/tasks/main.yml:8 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742124.7-59213568020902 `" && echo ansible-tmp-1615742124.7-59213568020902="` echo /tmp/.$USER.ansible/ansible-tmp-1615742124.7-59213568020902 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/utilities/logic/wait_for.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpxetNgs TO /tmp/..ansible/ansible-tmp-1615742124.7-59213568020902/AnsiballZ_wait_for.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742124.7-59213568020902/ /tmp/..ansible/ansible-tmp-1615742124.7-59213568020902/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742124.7-59213568020902/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742124.7-59213568020902/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => (item={'value': {u'casenv_group': u'sas', u'worker_hosts': None, u'primary_host': u'deployTarget', u'casenv_user': u'cas', u'env': {u'CAS_START_MONITOR_UI': True}, u'tenant': u'shared', u'secondary_host': None}, 'key': u'default'}) => { "changed": false, "elapsed": 0, "invocation": { "module_args": { "active_connection_states": [ "ESTABLISHED", "FIN_WAIT1", "FIN_WAIT2", "SYN_RECV", "SYN_SENT", "TIME_WAIT" ], "connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "fa4c439a0e13", "msg": null, "path": null, "port": 5570, "search_regex": null, "sleep": 1, "state": "stopped", "timeout": 5 } }, "item": { "key": "default", "value": { "casenv_group": "sas", "casenv_user": "cas", "env": { "CAS_START_MONITOR_UI": true }, "primary_host": "deployTarget", "secondary_host": null, "tenant": "shared", "worker_hosts": null } }, "path": null, "port": 5570, "search_regex": null, "state": "stopped" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [casserver-ensure-port-availability : Verify that controller GC port is available on all hosts in the cluster] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/casserver-ensure-port-availability/tasks/main.yml:21 } [container.go:403] &{skipping: [deployTarget] => (item={'value': {u'casenv_group': u'sas', u'worker_hosts': None, u'primary_host': u'deployTarget', u'casenv_user': u'cas', u'env': {u'CAS_START_MONITOR_UI': True}, u'tenant': u'shared', u'secondary_host': None}, 'key': u'default'}) => { "changed": false, "item": { "key": "default", "value": { "casenv_group": "sas", "casenv_user": "cas", "env": { "CAS_START_MONITOR_UI": true }, "primary_host": "deployTarget", "secondary_host": null, "tenant": "shared", "worker_hosts": null } }, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [casserver-ensure-port-availability : Verify that controller HTTP port is available on all hosts in the cluster] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/casserver-ensure-port-availability/tasks/main.yml:38 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742125.02-231645730852591 `" && echo ansible-tmp-1615742125.02-231645730852591="` echo /tmp/.$USER.ansible/ansible-tmp-1615742125.02-231645730852591 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/utilities/logic/wait_for.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpnSrYcg TO /tmp/..ansible/ansible-tmp-1615742125.02-231645730852591/AnsiballZ_wait_for.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742125.02-231645730852591/ /tmp/..ansible/ansible-tmp-1615742125.02-231645730852591/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742125.02-231645730852591/AnsiballZ_wait_for.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742125.02-231645730852591/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => (item={'value': {u'casenv_group': u'sas', u'worker_hosts': None, u'primary_host': u'deployTarget', u'casenv_user': u'cas', u'env': {u'CAS_START_MONITOR_UI': True}, u'tenant': u'shared', u'secondary_host': None}, 'key': u'default'}) => { "changed": false, "elapsed": 0, "invocation": { "module_args": { "active_connection_states": [ "ESTABLISHED", "FIN_WAIT1", "FIN_WAIT2", "SYN_RECV", "SYN_SENT", "TIME_WAIT" ], "connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "fa4c439a0e13", "msg": null, "path": null, "port": 8777, "search_regex": null, "sleep": 1, "state": "stopped", "timeout": 5 } }, "item": { "key": "default", "value": { "casenv_group": "sas", "casenv_user": "cas", "env": { "CAS_START_MONITOR_UI": true }, "primary_host": "deployTarget", "secondary_host": null, "tenant": "shared", "worker_hosts": null } }, "path": null, "port": 8777, "search_regex": null, "state": "stopped" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [sasstudio on x64_redhat_linux_6-yum] ************************************* } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include soe.yml] ********************************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/sasstudio-x64_redhat_linux_6-yum.yml:7 } [container.go:403] &{ok: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "ansible_facts": { "ENTITLEMENT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CLIENT }}", "METAREPO_CERT_CA": "SAS_CA_Certificate.pem", "METAREPO_CERT_CLIENT": "entitlement_certificate.pem", "METAREPO_CERT_HOME": "/etc/pki/sas/private", "METAREPO_CERT_SOURCE": "{{ playbook_dir }}", "METAREPO_FORCE_CERTS": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_INSTALL": "{{ REPOSITORY_WAREHOUSE == 'https://ses.sas.download/ses/' }}", "METAREPO_RPM": "sas-meta-repo.rpm", "METAREPO_SOE_ORDERABLE": "\"sas-connect-125-x64_redhat_linux_6-yum\" \"sas-dagent-135-x64_redhat_linux_6-yum\" \"sas-datamapr-100-x64_redhat_linux_6-yum\" \"sas-depentviya-136-x64_redhat_linux_6-yum\" \"sas-dmdatap-125-x64_redhat_linux_6-yum\" \"sas-dmdq-125-x64_redhat_linux_6-yum\" \"sas-econometr-125-x64_redhat_linux_6-yum\" \"sas-espcasvcf-135-x64_redhat_linux_6-yum\" \"sas-forecast-125-x64_redhat_linux_6-yum\" \"sas-mlrning-125-x64_redhat_linux_6-yum\" \"sas-odbc-125-x64_redhat_linux_6-yum\" \"sas-opt-125-x64_redhat_linux_6-yum\" \"sas-statviya-125-x64_redhat_linux_6-yum\" \"sas-txtmindut-125-x64_redhat_linux_6-yum\" \"sas-va-125-x64_redhat_linux_6-yum\" \"sas-vcmnfnd-126-x64_redhat_linux_6-yum\" \"sas-vtxtan-125-x64_redhat_linux_6-yum\"", "METAREPO_URL": "https://ses.sas.download/ses/repos/meta-repo/", "SAS_CERT_PATH": "{{ orchestration_root|default(playbook_dir) }}/{{ METAREPO_CERT_CA }}", "SAS_REPO": { "connect-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/connect/125/connect-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "connect-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dagent-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dagent/135/dagent-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dagent-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "datamapr-100-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/datamapr/100/datamapr-100-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "datamapr-100-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "depentviya-136-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/depentviya/136/depentviya-136-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "depentviya-136-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "dmdq-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "dmdq-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "econometr-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/econometr/125/econometr-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "econometr-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "espcasvcf-135-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/espcasvcf/135/espcasvcf-135-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "espcasvcf-135-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "forecast-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/forecast/125/forecast-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "forecast-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "mlrning-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/mlrning/125/mlrning-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "mlrning-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "odbc-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/odbc/125/odbc-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "odbc-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "opt-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/opt/125/opt-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "opt-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "statviya-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/statviya/125/statviya-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "statviya-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "txtmindut-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/txtmindut/125/txtmindut-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "txtmindut-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "va-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/va/125/va-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "va-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vcmnfnd-126-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vcmnfnd-126-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 }, "vtxtan-125-x64_redhat_linux_6-yum": { "baseurl": "{{ REPOSITORY_WAREHOUSE }}repos/shipped/vtxtan/125/vtxtan-125-x64_redhat_linux_6-yum", "enabled": 1, "gpgcheck": 0, "gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SAS-9.x", "name": "vtxtan-125-x64_redhat_linux_6-yum", "sslcacert": 0, "sslclientcert": 0, "sslverify": 0 } }, "sasenv_composite_license": "{% if LICENSE_COMPOSITE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_COMPOSITE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_license": "{% if LICENSE_FILENAME | default ('') %}{{ orchestration_root|default(playbook_dir) }}/{{ LICENSE_FILENAME }}{% else %}Undefined{% endif %}", "sasenv_soe_groupinstall": "\"SAS Data Connector to ODBC\" \"SAS Data Connector to PostgreSQL\" \"SAS/CONNECT\" \"SAS Foundation for SAS Data Quality\" \"CAS for SAS Data Quality\" \"SAS Foundation for SAS Econometrics\" \"CAS for SAS Econometrics\" \"SAS Enterprise Miner\" \"ASTORE for EMBSCOREENG\" \"Meta RPM Event Stream CAS Client\" \"SAS Econometrics\" \"SAS Foundation for SAS Visual Forecasting\" \"CAS for SAS Visual Forecasting\" \"Gold Layer YUM Group for SPRE\" \"CUDA Library Support for SAS\" \"SAS/GRAPH\" \"SAS Network Algorithms\" \"SAS High Performance Procedures\" \"SAS/IML\" \"SAS/GRAPH\" \"SAS Machine Learning\" \"CAS for SAS Machine Learning\" \"SAS/ACCESS Interface to ODBC (SPRE)\" \"SAS Open Source File Format Engines\" \"SAS Foundation for SAS Optimization\" \"CAS for SAS Optimization\" \"SAS/OR\" \"SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"SAS Program Runtime Environment\" \"SAS Statistics\" \"SAS/STAT\" \"CAS for SAS Statistics\" \"SAS Text Analytics for Dutch\" \"SAS Text Analytics for English\" \"CAS for SAS Visual Analytics\" \"CAS for Viya Common Foundation\" \"SAS Visual Text Analytics\" \"CAS for SAS Visual Text Analytics\" \"SAS Configuration for Spawner\"" }, "ansible_included_var_files": [ "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" ], "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sasstudio on x64_redhat_linux_6-yum - configure-and-start] *************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/tasks/main.yml:2 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sasstudio on x64_redhat_linux_6-yum - start] ***************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/tasks/main.yml:8 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sasstudio on x64_redhat_linux_6-yum - stop] ****************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/tasks/main.yml:14 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sasstudio-x64_redhat_linux_6-yum : Verify the sas-viya-sasstudio-default service is installed] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/tasks/stop.yml:2 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742125.51-166546968301941 `" && echo ansible-tmp-1615742125.51-166546968301941="` echo /tmp/.$USER.ansible/ansible-tmp-1615742125.51-166546968301941 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpwuxmBx TO /tmp/..ansible/ansible-tmp-1615742125.51-166546968301941/AnsiballZ_stat.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742125.51-166546968301941/ /tmp/..ansible/ansible-tmp-1615742125.51-166546968301941/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742125.51-166546968301941/AnsiballZ_stat.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742125.51-166546968301941/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/etc/init.d/sas-viya-sasstudio-default" } }, "stat": { "atime": 1600270575.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "unknown", "checksum": "b27f38344ad8ff2725b2297f9961043a9bb721d1", "ctime": 1614592079.6232834, "dev": 1048596, "device_type": 0, "executable": true, "exists": true, "gid": 1001, "gr_name": "sas", "inode": 341736, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0755", "mtime": 1600270575.0, "nlink": 1, "path": "/etc/init.d/sas-viya-sasstudio-default", "pw_name": "sas", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 6546, "uid": 1001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sasstudio-x64_redhat_linux_6-yum : If sas-viya-sasstudio-default service is installed, ensure it is stopped] *** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sasstudio-x64_redhat_linux_6-yum/tasks/stop.yml:7 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742125.78-222950363799354 `" && echo ansible-tmp-1615742125.78-222950363799354="` echo /tmp/.$USER.ansible/ansible-tmp-1615742125.78-222950363799354 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/sysvinit.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpJNbyW8 TO /tmp/..ansible/ansible-tmp-1615742125.78-222950363799354/AnsiballZ_sysvinit.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742125.78-222950363799354/ /tmp/..ansible/ansible-tmp-1615742125.78-222950363799354/AnsiballZ_sysvinit.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742125.78-222950363799354/AnsiballZ_sysvinit.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742125.78-222950363799354/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{ok: [deployTarget] => { "changed": false, "invocation": { "module_args": { "arguments": null, "daemonize": false, "enabled": null, "name": "sas-viya-sasstudio-default", "pattern": null, "runlevels": null, "sleep": 1, "state": "stopped" } }, "name": "sas-viya-sasstudio-default", "status": { "enabled": { "changed": false, "rc": null, "stderr": null, "stdout": null }, "stopped": { "changed": false, "rc": null, "stderr": null, "stdout": null } } } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [sasgpudcfg on x64_redhat_linux_6-yum] ************************************ } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include soe.yml] ********************************************************* task path: /tmp/sas/sas_viya_playbook/internal/sasgpudcfg-x64_redhat_linux_6-yum.yml:7 } [container.go:403] &{skipping: [deployTarget] => (item=/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml) => { "changed": false, "item": "/tmp/sas/sas_viya_playbook/internal/soe_defaults.yml", "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sasgpudcfg on x64_redhat_linux_6-yum - configure-and-start] ************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sasgpudcfg-x64_redhat_linux_6-yum/tasks/main.yml:2 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sasgpudcfg on x64_redhat_linux_6-yum - start] **************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sasgpudcfg-x64_redhat_linux_6-yum/tasks/main.yml:8 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [sasgpudcfg on x64_redhat_linux_6-yum - stop] ***************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/roles/sasgpudcfg-x64_redhat_linux_6-yum/tasks/main.yml:14 } [container.go:403] &{skipping: [deployTarget] => { "changed": false, "skip_reason": "Conditional result was False" } } [container.go:403] &{META: ran handlers } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{PLAY [Include package install tasks] ******************************************* } [container.go:403] &{META: ran handlers } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [include install-packages-x64_redhat_linux_6-yum.yml] ********************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/install-packages.yml:9 } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{included: /tmp/sas/sas_viya_playbook/internal/install-packages-x64_redhat_linux_6-yum.yml for deployTarget } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Look for any currently installed SAS packages] *************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/install-packages-x64_redhat_linux_6-yum.yml:2 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742126.7-51746700080843 `" && echo ansible-tmp-1615742126.7-51746700080843="` echo /tmp/.$USER.ansible/ansible-tmp-1615742126.7-51746700080843 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpMqKX9e TO /tmp/..ansible/ansible-tmp-1615742126.7-51746700080843/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742126.7-51746700080843/ /tmp/..ansible/ansible-tmp-1615742126.7-51746700080843/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742126.7-51746700080843/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742126.7-51746700080843/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "changed": true, "cmd": "rpm -qg SAS --qf '%{NAME}\\n' | grep -vi \"not contain\"", "delta": "0:00:00.533539", "end": "2021-03-14 17:15:27.343600", "invocation": { "module_args": { "_raw_params": "rpm -qg SAS --qf '%{NAME}\\n' | grep -vi \"not contain\"", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": false } }, "rc": 0, "start": "2021-03-14 17:15:26.810061", "stderr": "", "stderr_lines": [], "stdout": "sas-crsrulemine\nsas-casasr\nsas-crstkfactmac\nsas-crssparseml\nsas-tkhpdmine\nsas-crssequence\nsas-tkl4sas\nsas-tksecure1\nsas-tkcas3rdclnt\nsas-securelite1\nsas-tkets\nsas-tkspddrv\nsas-tkhpets1\nsas-tkaacas\nsas-forecast1\nsas-tkcloud\nsas-connectcfg\nsas-hadooptracer\nsas-tktmfrequtil\nsas-baseuiml\nsas-envesntl1\nsas-tkopnsrcfmt\nsas-or1\nsas-crsactivelrn\nsas-basestat1\nsas-crscountreg\nsas-qcjars1\nsas-crsgampl\nsas-hadoop1\nsas-crsloadstrms\nsas-grodscrendr1\nsas-crsrecommend\nsas-securedom\nsas-crstimfilter\nsas-timesermodel\nsas-tk\nsas-crsdspilot\nsas-crsdtree\nsas-crsnmf\nsas-crspls\nsas-crssampling\nsas-jsoncpp\nsas-tkcore1\nsas-tkjava1\nsas-tkpostgres1\nsas-tkdmine1\nsas-tkformats\nsas-crsstat\nsas-envesntl\nsas-dmscore1\nsas-hphpf1\nsas-tkcore\nsas-hpstatmpp1\nsas-tkiog\nsas-cdfbase\nsas-hdoopsasjrs1\nsas-crscardinal\nsas-tkets1\nsas-tkiml\nsas-tkiog1\nsas-crsqlim\nsas-crsnlm\nsas-tkcloud1\nsas-crsstability\nsas-tkmpi1\nsas-crssimsys\nsas-tkeventbus1\nsas-tkfnc\nsas-tktxtan1\nsas-tknls\nsas-tktxtan\nsas-tkaccess\nsas-tksum\nsas-tkgblidx\nsas-tkjavajars\nsas-psqlodbc\nsas-tktspem\nsas-tkmtrb\nsas-tkspde\nsas-tknls1\nsas-torch\nsas-tkstat\nsas-grjavarendr1\nsas-embscoreeng\nsas-hadoopwrapr1\nsas-crssearch\nsas-hadoopbasics\nsas-graph1\nsas-tkcas\nsas-tkspddrv1\nsas-tknnpos\nsas-tkpostgres\nsas-optimizatin1\nsas-tkormpgraph\nsas-tkaa1\nsas-tkesp\nsas-tkaa\nsas-textmine1\nsas-aacomp1\nsas-tklua\nsas-mapssas1\nsas-mapsgeo1\nsas-dmtkexp\nsas-hpdmine1\nsas-casluaclnt\nsas-opnsrcfmt1\nsas-scoreaccel1\nsas-qc1\nsas-timeserutil\nsas-mlearning1\nsas-cdfopnsrcfmt\nsas-hpets1\nsas-cdfephive\nsas-cmp1\nsas-crsfastknn\nsas-mtrb1\nsas-crsfreq\nsas-basejars1\nsas-crsdeepneurl\nsas-graphapplet1\nsas-crsmltools\nsas-baseui1\nsas-crsparse\nsas-base1\nsas-crsmbc\nsas-mnsrvutl1\nsas-crspanel\nsas-ets1\nsas-crsreinlearn\nsas-dmcommons\nsas-crsrpca\nsas-espbase\nsas-crsspatial\nsas-timesermotif\nsas-crsvarreduce\nsas-crstxtmining\nsas-crssandwich\nsas-crsaggregate\nsas-tkhps\nsas-tkodbc\nsas-tkbasestat\nsas-hps1\nsas-cas1\nsas-tkopnsrcfmt1\nsas-connect1\nsas-hpstat1\nsas-timeseranl\nsas-sashpf1\nsas-hpetsmpp1\nsas-mapsgfkb1\nsas-codegnscrpt1\nsas-espauth\nsas-tkcasu\nsas-timeserssa\nsas-subspactrack\nsas-cdfhive\nsas-runjavasvc\nsas-csq\nsas-tktscore1\nsas-tkormpgraph1\nsas-tkstat1\nsas-tkfnc1\nsas-tkjavajars1\nsas-tktspem1\nsas-tkspde1\nsas-casconnctsb1\nsas-psqlodbc1\nsas-tkodbc1\nsas-tkmtrb1\nsas-tkiml1\nsas-tksecuressh1\nsas-tsreconcile1\nsas-ttfonts1\nsas-tstimeinfo1\nsas-tktscore\nsas-tksecure\nsas-txtmineng\nsas-tkjava\nsas-tkair\nsas-tktslang\nsas-tkcmptrvsn\nsas-caspythnclnt\nsas-docconvjars\nsas-cdfpstg\nsas-cdfodbc\nsas-crsds2\nsas-crsbiomedimg\nsas-crsdplrning\nsas-crsdeeprnn\nsas-crsaudio\nsas-crsexpmodel\nsas-crsdedup\nsas-crsnetopt\nsas-crsneuralnet\nsas-crsprobml\nsas-crsica\nsas-crsgvarclus\nsas-crsoptimztn\nsas-crsmdiscrete\nsas-crshidmarkmd\nsas-hdoopsasjars\nsas-hadoopwrapr\nsas-tkaudio\nsas-tkdq\nsas-tkgraph\nsas-etscomp1\nsas-accelmva1\nsas-dmine1\nsas-aastatistcs1\nsas-basecfg1\nsas-spdsclient1\nsas-odstemplate1\nsas-securedom1\nsas-pcfile1\nsas-timeserdm\nsas-casrclnt\nsas-simplforcast\nsas-cdfspde\nsas-crscmptrvsn\nsas-crsaglossmod\nsas-crseconcapmd\nsas-crsiml\nsas-crsquantreg\nsas-crsmtlearn\nsas-crsoptminer\nsas-crspseudo\nsas-crsseverity\nsas-crstimefreq\nsas-bootstrap-config\nsas-tkl4sas1\nsas-tkbasestat1\nsas-tktslang1\nsas-tkcs3rdclnt1\nsas-tkhps1\nsas-tkhphpf1\nsas-tkintr1\nsas-tkhpstat1\nsas-timefilters\nsas-tkdplrning\nsas-tkhadoophive\nsas-tkcdfcommon\nsas-tkhpdmine1\nsas-certframe1\nsas-tkaccess1\nsas-iml1\nsas-tkormp1\nsas-timserextern\nsas-tkqc1\nsas-cbase1\nsas-tkiomml\nsas-sasstudio\nsas-dqacchadp\nsas-hadoopmrjars\nsas-cdfweb\nsas-crsastore\nsas-crsboolrule\nsas-crsfcmpact\nsas-crsnetcommon\nsas-crskmeans\nsas-crsmlrning\nsas-crsmodelpub\nsas-crsoverride\nsas-crsspch2txt\nsas-crssgcomp\nsas-crsreconcile\nsas-crstmserinfo\nsas-crstimedata\nsas-autotmsermod\nsas-crssvm\nsas-tkcmp\nsas-crsspc\nsas-crstsne\nsas-tmbase\nsas-tkormp\nsas-tkcpp\nsas-hdatplugins\nsas-embscoreeng1\nsas-tktimefilter\nsas-stat1\nsas-tketsutil\nsas-tini\nsas-tksecuressh\nsas-tkrabbitmq1\nsas-javaesntl\nsas-statcomp1\nsas-postgres1\nsas-graphjars1\nsas-secureclint1\nsas-caslibrefdat\nsas-analyticcmn1\nsas-cdfpcfl\nsas-cloud1\nsas-crsfedsql\nsas-graphcomp1\nsas-crsnetsoc\nsas-odbc1\nsas-crsphreg\nsas-mvaeventbus1\nsas-reinlearnlib\nsas-econometrcs1\nsas-crstranspose\nsas-dmscorecas\nsas-mapsgfka1\nsas-crssslearn\nsas-crsdplrnsbst\nsas-crsforecast\nsas-crskernelpca\nsas-crsmtpsrvc\nsas-crsutmseries\nsas-crsregressn\nsas-sasdatasvr1-libs\nsas-tk1\nsas-tkiom1\nsas-tketsutil1\nsas-tkrabbitmq\nsas-tkeventbus\nsas-certframe\nsas-tkcdfts\nsas-hadooptracr1\nsas-timefreqanl\nsas-tsmodel1\nsas-prochttp1\nsas-postgresql-secure-libs-11\nsas-spawnercfg\nsas-tkformats1\nsas-crsbayesian\nsas-javaesntl1\nsas-crscopula\nsas-hadoopbascs1\nsas-crspca\nsas-tkcmp1\nsas-crsmixed\nsas-tkhadoophiv1\nsas-crssentiment\nsas-tkspdsdrv1\nsas-crssvdd\nsas-tkgraph1\nsas-cleanutils", "stdout_lines": [ "sas-crsrulemine", "sas-casasr", "sas-crstkfactmac", "sas-crssparseml", "sas-tkhpdmine", "sas-crssequence", "sas-tkl4sas", "sas-tksecure1", "sas-tkcas3rdclnt", "sas-securelite1", "sas-tkets", "sas-tkspddrv", "sas-tkhpets1", "sas-tkaacas", "sas-forecast1", "sas-tkcloud", "sas-connectcfg", "sas-hadooptracer", "sas-tktmfrequtil", "sas-baseuiml", "sas-envesntl1", "sas-tkopnsrcfmt", "sas-or1", "sas-crsactivelrn", "sas-basestat1", "sas-crscountreg", "sas-qcjars1", "sas-crsgampl", "sas-hadoop1", "sas-crsloadstrms", "sas-grodscrendr1", "sas-crsrecommend", "sas-securedom", "sas-crstimfilter", "sas-timesermodel", "sas-tk", "sas-crsdspilot", "sas-crsdtree", "sas-crsnmf", "sas-crspls", "sas-crssampling", "sas-jsoncpp", "sas-tkcore1", "sas-tkjava1", "sas-tkpostgres1", "sas-tkdmine1", "sas-tkformats", "sas-crsstat", "sas-envesntl", "sas-dmscore1", "sas-hphpf1", "sas-tkcore", "sas-hpstatmpp1", "sas-tkiog", "sas-cdfbase", "sas-hdoopsasjrs1", "sas-crscardinal", "sas-tkets1", "sas-tkiml", "sas-tkiog1", "sas-crsqlim", "sas-crsnlm", "sas-tkcloud1", "sas-crsstability", "sas-tkmpi1", "sas-crssimsys", "sas-tkeventbus1", "sas-tkfnc", "sas-tktxtan1", "sas-tknls", "sas-tktxtan", "sas-tkaccess", "sas-tksum", "sas-tkgblidx", "sas-tkjavajars", "sas-psqlodbc", "sas-tktspem", "sas-tkmtrb", "sas-tkspde", "sas-tknls1", "sas-torch", "sas-tkstat", "sas-grjavarendr1", "sas-embscoreeng", "sas-hadoopwrapr1", "sas-crssearch", "sas-hadoopbasics", "sas-graph1", "sas-tkcas", "sas-tkspddrv1", "sas-tknnpos", "sas-tkpostgres", "sas-optimizatin1", "sas-tkormpgraph", "sas-tkaa1", "sas-tkesp", "sas-tkaa", "sas-textmine1", "sas-aacomp1", "sas-tklua", "sas-mapssas1", "sas-mapsgeo1", "sas-dmtkexp", "sas-hpdmine1", "sas-casluaclnt", "sas-opnsrcfmt1", "sas-scoreaccel1", "sas-qc1", "sas-timeserutil", "sas-mlearning1", "sas-cdfopnsrcfmt", "sas-hpets1", "sas-cdfephive", "sas-cmp1", "sas-crsfastknn", "sas-mtrb1", "sas-crsfreq", "sas-basejars1", "sas-crsdeepneurl", "sas-graphapplet1", "sas-crsmltools", "sas-baseui1", "sas-crsparse", "sas-base1", "sas-crsmbc", "sas-mnsrvutl1", "sas-crspanel", "sas-ets1", "sas-crsreinlearn", "sas-dmcommons", "sas-crsrpca", "sas-espbase", "sas-crsspatial", "sas-timesermotif", "sas-crsvarreduce", "sas-crstxtmining", "sas-crssandwich", "sas-crsaggregate", "sas-tkhps", "sas-tkodbc", "sas-tkbasestat", "sas-hps1", "sas-cas1", "sas-tkopnsrcfmt1", "sas-connect1", "sas-hpstat1", "sas-timeseranl", "sas-sashpf1", "sas-hpetsmpp1", "sas-mapsgfkb1", "sas-codegnscrpt1", "sas-espauth", "sas-tkcasu", "sas-timeserssa", "sas-subspactrack", "sas-cdfhive", "sas-runjavasvc", "sas-csq", "sas-tktscore1", "sas-tkormpgraph1", "sas-tkstat1", "sas-tkfnc1", "sas-tkjavajars1", "sas-tktspem1", "sas-tkspde1", "sas-casconnctsb1", "sas-psqlodbc1", "sas-tkodbc1", "sas-tkmtrb1", "sas-tkiml1", "sas-tksecuressh1", "sas-tsreconcile1", "sas-ttfonts1", "sas-tstimeinfo1", "sas-tktscore", "sas-tksecure", "sas-txtmineng", "sas-tkjava", "sas-tkair", "sas-tktslang", "sas-tkcmptrvsn", "sas-caspythnclnt", "sas-docconvjars", "sas-cdfpstg", "sas-cdfodbc", "sas-crsds2", "sas-crsbiomedimg", "sas-crsdplrning", "sas-crsdeeprnn", "sas-crsaudio", "sas-crsexpmodel", "sas-crsdedup", "sas-crsnetopt", "sas-crsneuralnet", "sas-crsprobml", "sas-crsica", "sas-crsgvarclus", "sas-crsoptimztn", "sas-crsmdiscrete", "sas-crshidmarkmd", "sas-hdoopsasjars", "sas-hadoopwrapr", "sas-tkaudio", "sas-tkdq", "sas-tkgraph", "sas-etscomp1", "sas-accelmva1", "sas-dmine1", "sas-aastatistcs1", "sas-basecfg1", "sas-spdsclient1", "sas-odstemplate1", "sas-securedom1", "sas-pcfile1", "sas-timeserdm", "sas-casrclnt", "sas-simplforcast", "sas-cdfspde", "sas-crscmptrvsn", "sas-crsaglossmod", "sas-crseconcapmd", "sas-crsiml", "sas-crsquantreg", "sas-crsmtlearn", "sas-crsoptminer", "sas-crspseudo", "sas-crsseverity", "sas-crstimefreq", "sas-bootstrap-config", "sas-tkl4sas1", "sas-tkbasestat1", "sas-tktslang1", "sas-tkcs3rdclnt1", "sas-tkhps1", "sas-tkhphpf1", "sas-tkintr1", "sas-tkhpstat1", "sas-timefilters", "sas-tkdplrning", "sas-tkhadoophive", "sas-tkcdfcommon", "sas-tkhpdmine1", "sas-certframe1", "sas-tkaccess1", "sas-iml1", "sas-tkormp1", "sas-timserextern", "sas-tkqc1", "sas-cbase1", "sas-tkiomml", "sas-sasstudio", "sas-dqacchadp", "sas-hadoopmrjars", "sas-cdfweb", "sas-crsastore", "sas-crsboolrule", "sas-crsfcmpact", "sas-crsnetcommon", "sas-crskmeans", "sas-crsmlrning", "sas-crsmodelpub", "sas-crsoverride", "sas-crsspch2txt", "sas-crssgcomp", "sas-crsreconcile", "sas-crstmserinfo", "sas-crstimedata", "sas-autotmsermod", "sas-crssvm", "sas-tkcmp", "sas-crsspc", "sas-crstsne", "sas-tmbase", "sas-tkormp", "sas-tkcpp", "sas-hdatplugins", "sas-embscoreeng1", "sas-tktimefilter", "sas-stat1", "sas-tketsutil", "sas-tini", "sas-tksecuressh", "sas-tkrabbitmq1", "sas-javaesntl", "sas-statcomp1", "sas-postgres1", "sas-graphjars1", "sas-secureclint1", "sas-caslibrefdat", "sas-analyticcmn1", "sas-cdfpcfl", "sas-cloud1", "sas-crsfedsql", "sas-graphcomp1", "sas-crsnetsoc", "sas-odbc1", "sas-crsphreg", "sas-mvaeventbus1", "sas-reinlearnlib", "sas-econometrcs1", "sas-crstranspose", "sas-dmscorecas", "sas-mapsgfka1", "sas-crssslearn", "sas-crsdplrnsbst", "sas-crsforecast", "sas-crskernelpca", "sas-crsmtpsrvc", "sas-crsutmseries", "sas-crsregressn", "sas-sasdatasvr1-libs", "sas-tk1", "sas-tkiom1", "sas-tketsutil1", "sas-tkrabbitmq", "sas-tkeventbus", "sas-certframe", "sas-tkcdfts", "sas-hadooptracr1", "sas-timefreqanl", "sas-tsmodel1", "sas-prochttp1", "sas-postgresql-secure-libs-11", "sas-spawnercfg", "sas-tkformats1", "sas-crsbayesian", "sas-javaesntl1", "sas-crscopula", "sas-hadoopbascs1", "sas-crspca", "sas-tkcmp1", "sas-crsmixed", "sas-tkhadoophiv1", "sas-crssentiment", "sas-tkspdsdrv1", "sas-crssvdd", "sas-tkgraph1", "sas-cleanutils" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Update existing SAS packages] ******************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/install-packages-x64_redhat_linux_6-yum.yml:10 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615742127.44-135179591036663 `" && echo ansible-tmp-1615742127.44-135179591036663="` echo /tmp/.$USER.ansible/ansible-tmp-1615742127.44-135179591036663 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpvQhhXG TO /tmp/..ansible/ansible-tmp-1615742127.44-135179591036663/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615742127.44-135179591036663/ /tmp/..ansible/ansible-tmp-1615742127.44-135179591036663/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615742127.44-135179591036663/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615742127.44-135179591036663/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "changed": true, "cmd": [ "yum", "install", "-y", "sas-crsrulemine", "sas-casasr", "sas-crstkfactmac", "sas-crssparseml", "sas-tkhpdmine", "sas-crssequence", "sas-tkl4sas", "sas-tksecure1", "sas-tkcas3rdclnt", "sas-securelite1", "sas-tkets", "sas-tkspddrv", "sas-tkhpets1", "sas-tkaacas", "sas-forecast1", "sas-tkcloud", "sas-connectcfg", "sas-hadooptracer", "sas-tktmfrequtil", "sas-baseuiml", "sas-envesntl1", "sas-tkopnsrcfmt", "sas-or1", "sas-crsactivelrn", "sas-basestat1", "sas-crscountreg", "sas-qcjars1", "sas-crsgampl", "sas-hadoop1", "sas-crsloadstrms", "sas-grodscrendr1", "sas-crsrecommend", "sas-securedom", "sas-crstimfilter", "sas-timesermodel", "sas-tk", "sas-crsdspilot", "sas-crsdtree", "sas-crsnmf", "sas-crspls", "sas-crssampling", "sas-jsoncpp", "sas-tkcore1", "sas-tkjava1", "sas-tkpostgres1", "sas-tkdmine1", "sas-tkformats", "sas-crsstat", "sas-envesntl", "sas-dmscore1", "sas-hphpf1", "sas-tkcore", "sas-hpstatmpp1", "sas-tkiog", "sas-cdfbase", "sas-hdoopsasjrs1", "sas-crscardinal", "sas-tkets1", "sas-tkiml", "sas-tkiog1", "sas-crsqlim", "sas-crsnlm", "sas-tkcloud1", "sas-crsstability", "sas-tkmpi1", "sas-crssimsys", "sas-tkeventbus1", "sas-tkfnc", "sas-tktxtan1", "sas-tknls", "sas-tktxtan", "sas-tkaccess", "sas-tksum", "sas-tkgblidx", "sas-tkjavajars", "sas-psqlodbc", "sas-tktspem", "sas-tkmtrb", "sas-tkspde", "sas-tknls1", "sas-torch", "sas-tkstat", "sas-grjavarendr1", "sas-embscoreeng", "sas-hadoopwrapr1", "sas-crssearch", "sas-hadoopbasics", "sas-graph1", "sas-tkcas", "sas-tkspddrv1", "sas-tknnpos", "sas-tkpostgres", "sas-optimizatin1", "sas-tkormpgraph", "sas-tkaa1", "sas-tkesp", "sas-tkaa", "sas-textmine1", "sas-aacomp1", "sas-tklua", "sas-mapssas1", "sas-mapsgeo1", "sas-dmtkexp", "sas-hpdmine1", "sas-casluaclnt", "sas-opnsrcfmt1", "sas-scoreaccel1", "sas-qc1", "sas-timeserutil", "sas-mlearning1", "sas-cdfopnsrcfmt", "sas-hpets1", "sas-cdfephive", "sas-cmp1", "sas-crsfastknn", "sas-mtrb1", "sas-crsfreq", "sas-basejars1", "sas-crsdeepneurl", "sas-graphapplet1", "sas-crsmltools", "sas-baseui1", "sas-crsparse", "sas-base1", "sas-crsmbc", "sas-mnsrvutl1", "sas-crspanel", "sas-ets1", "sas-crsreinlearn", "sas-dmcommons", "sas-crsrpca", "sas-espbase", "sas-crsspatial", "sas-timesermotif", "sas-crsvarreduce", "sas-crstxtmining", "sas-crssandwich", "sas-crsaggregate", "sas-tkhps", "sas-tkodbc", "sas-tkbasestat", "sas-hps1", "sas-cas1", "sas-tkopnsrcfmt1", "sas-connect1", "sas-hpstat1", "sas-timeseranl", "sas-sashpf1", "sas-hpetsmpp1", "sas-mapsgfkb1", "sas-codegnscrpt1", "sas-espauth", "sas-tkcasu", "sas-timeserssa", "sas-subspactrack", "sas-cdfhive", "sas-runjavasvc", "sas-csq", "sas-tktscore1", "sas-tkormpgraph1", "sas-tkstat1", "sas-tkfnc1", "sas-tkjavajars1", "sas-tktspem1", "sas-tkspde1", "sas-casconnctsb1", "sas-psqlodbc1", "sas-tkodbc1", "sas-tkmtrb1", "sas-tkiml1", "sas-tksecuressh1", "sas-tsreconcile1", "sas-ttfonts1", "sas-tstimeinfo1", "sas-tktscore", "sas-tksecure", "sas-txtmineng", "sas-tkjava", "sas-tkair", "sas-tktslang", "sas-tkcmptrvsn", "sas-caspythnclnt", "sas-docconvjars", "sas-cdfpstg", "sas-cdfodbc", "sas-crsds2", "sas-crsbiomedimg", "sas-crsdplrning", "sas-crsdeeprnn", "sas-crsaudio", "sas-crsexpmodel", "sas-crsdedup", "sas-crsnetopt", "sas-crsneuralnet", "sas-crsprobml", "sas-crsica", "sas-crsgvarclus", "sas-crsoptimztn", "sas-crsmdiscrete", "sas-crshidmarkmd", "sas-hdoopsasjars", "sas-hadoopwrapr", "sas-tkaudio", "sas-tkdq", "sas-tkgraph", "sas-etscomp1", "sas-accelmva1", "sas-dmine1", "sas-aastatistcs1", "sas-basecfg1", "sas-spdsclient1", "sas-odstemplate1", "sas-securedom1", "sas-pcfile1", "sas-timeserdm", "sas-casrclnt", "sas-simplforcast", "sas-cdfspde", "sas-crscmptrvsn", "sas-crsaglossmod", "sas-crseconcapmd", "sas-crsiml", "sas-crsquantreg", "sas-crsmtlearn", "sas-crsoptminer", "sas-crspseudo", "sas-crsseverity", "sas-crstimefreq", "sas-bootstrap-config", "sas-tkl4sas1", "sas-tkbasestat1", "sas-tktslang1", "sas-tkcs3rdclnt1", "sas-tkhps1", "sas-tkhphpf1", "sas-tkintr1", "sas-tkhpstat1", "sas-timefilters", "sas-tkdplrning", "sas-tkhadoophive", "sas-tkcdfcommon", "sas-tkhpdmine1", "sas-certframe1", "sas-tkaccess1", "sas-iml1", "sas-tkormp1", "sas-timserextern", "sas-tkqc1", "sas-cbase1", "sas-tkiomml", "sas-sasstudio", "sas-dqacchadp", "sas-hadoopmrjars", "sas-cdfweb", "sas-crsastore", "sas-crsboolrule", "sas-crsfcmpact", "sas-crsnetcommon", "sas-crskmeans", "sas-crsmlrning", "sas-crsmodelpub", "sas-crsoverride", "sas-crsspch2txt", "sas-crssgcomp", "sas-crsreconcile", "sas-crstmserinfo", "sas-crstimedata", "sas-autotmsermod", "sas-crssvm", "sas-tkcmp", "sas-crsspc", "sas-crstsne", "sas-tmbase", "sas-tkormp", "sas-tkcpp", "sas-hdatplugins", "sas-embscoreeng1", "sas-tktimefilter", "sas-stat1", "sas-tketsutil", "sas-tini", "sas-tksecuressh", "sas-tkrabbitmq1", "sas-javaesntl", "sas-statcomp1", "sas-postgres1", "sas-graphjars1", "sas-secureclint1", "sas-caslibrefdat", "sas-analyticcmn1", "sas-cdfpcfl", "sas-cloud1", "sas-crsfedsql", "sas-graphcomp1", "sas-crsnetsoc", "sas-odbc1", "sas-crsphreg", "sas-mvaeventbus1", "sas-reinlearnlib", "sas-econometrcs1", "sas-crstranspose", "sas-dmscorecas", "sas-mapsgfka1", "sas-crssslearn", "sas-crsdplrnsbst", "sas-crsforecast", "sas-crskernelpca", "sas-crsmtpsrvc", "sas-crsutmseries", "sas-crsregressn", "sas-sasdatasvr1-libs", "sas-tk1", "sas-tkiom1", "sas-tketsutil1", "sas-tkrabbitmq", "sas-tkeventbus", "sas-certframe", "sas-tkcdfts", "sas-hadooptracr1", "sas-timefreqanl", "sas-tsmodel1", "sas-prochttp1", "sas-postgresql-secure-libs-11", "sas-spawnercfg", "sas-tkformats1", "sas-crsbayesian", "sas-javaesntl1", "sas-crscopula", "sas-hadoopbascs1", "sas-crspca", "sas-tkcmp1", "sas-crsmixed", "sas-tkhadoophiv1", "sas-crssentiment", "sas-tkspdsdrv1", "sas-crssvdd", "sas-tkgraph1", "sas-cleanutils" ], "delta": "0:20:03.659454", "end": "2021-03-14 17:35:31.212075", "invocation": { "module_args": { "_raw_params": "yum install -y sas-crsrulemine sas-casasr sas-crstkfactmac sas-crssparseml sas-tkhpdmine sas-crssequence sas-tkl4sas sas-tksecure1 sas-tkcas3rdclnt sas-securelite1 sas-tkets sas-tkspddrv sas-tkhpets1 sas-tkaacas sas-forecast1 sas-tkcloud sas-connectcfg sas-hadooptracer sas-tktmfrequtil sas-baseuiml sas-envesntl1 sas-tkopnsrcfmt sas-or1 sas-crsactivelrn sas-basestat1 sas-crscountreg sas-qcjars1 sas-crsgampl sas-hadoop1 sas-crsloadstrms sas-grodscrendr1 sas-crsrecommend sas-securedom sas-crstimfilter sas-timesermodel sas-tk sas-crsdspilot sas-crsdtree sas-crsnmf sas-crspls sas-crssampling sas-jsoncpp sas-tkcore1 sas-tkjava1 sas-tkpostgres1 sas-tkdmine1 sas-tkformats sas-crsstat sas-envesntl sas-dmscore1 sas-hphpf1 sas-tkcore sas-hpstatmpp1 sas-tkiog sas-cdfbase sas-hdoopsasjrs1 sas-crscardinal sas-tkets1 sas-tkiml sas-tkiog1 sas-crsqlim sas-crsnlm sas-tkcloud1 sas-crsstability sas-tkmpi1 sas-crssimsys sas-tkeventbus1 sas-tkfnc sas-tktxtan1 sas-tknls sas-tktxtan sas-tkaccess sas-tksum sas-tkgblidx sas-tkjavajars sas-psqlodbc sas-tktspem sas-tkmtrb sas-tkspde sas-tknls1 sas-torch sas-tkstat sas-grjavarendr1 sas-embscoreeng sas-hadoopwrapr1 sas-crssearch sas-hadoopbasics sas-graph1 sas-tkcas sas-tkspddrv1 sas-tknnpos sas-tkpostgres sas-optimizatin1 sas-tkormpgraph sas-tkaa1 sas-tkesp sas-tkaa sas-textmine1 sas-aacomp1 sas-tklua sas-mapssas1 sas-mapsgeo1 sas-dmtkexp sas-hpdmine1 sas-casluaclnt sas-opnsrcfmt1 sas-scoreaccel1 sas-qc1 sas-timeserutil sas-mlearning1 sas-cdfopnsrcfmt sas-hpets1 sas-cdfephive sas-cmp1 sas-crsfastknn sas-mtrb1 sas-crsfreq sas-basejars1 sas-crsdeepneurl sas-graphapplet1 sas-crsmltools sas-baseui1 sas-crsparse sas-base1 sas-crsmbc sas-mnsrvutl1 sas-crspanel sas-ets1 sas-crsreinlearn sas-dmcommons sas-crsrpca sas-espbase sas-crsspatial sas-timesermotif sas-crsvarreduce sas-crstxtmining sas-crssandwich sas-crsaggregate sas-tkhps sas-tkodbc sas-tkbasestat sas-hps1 sas-cas1 sas-tkopnsrcfmt1 sas-connect1 sas-hpstat1 sas-timeseranl sas-sashpf1 sas-hpetsmpp1 sas-mapsgfkb1 sas-codegnscrpt1 sas-espauth sas-tkcasu sas-timeserssa sas-subspactrack sas-cdfhive sas-runjavasvc sas-csq sas-tktscore1 sas-tkormpgraph1 sas-tkstat1 sas-tkfnc1 sas-tkjavajars1 sas-tktspem1 sas-tkspde1 sas-casconnctsb1 sas-psqlodbc1 sas-tkodbc1 sas-tkmtrb1 sas-tkiml1 sas-tksecuressh1 sas-tsreconcile1 sas-ttfonts1 sas-tstimeinfo1 sas-tktscore sas-tksecure sas-txtmineng sas-tkjava sas-tkair sas-tktslang sas-tkcmptrvsn sas-caspythnclnt sas-docconvjars sas-cdfpstg sas-cdfodbc sas-crsds2 sas-crsbiomedimg sas-crsdplrning sas-crsdeeprnn sas-crsaudio sas-crsexpmodel sas-crsdedup sas-crsnetopt sas-crsneuralnet sas-crsprobml sas-crsica sas-crsgvarclus sas-crsoptimztn sas-crsmdiscrete sas-crshidmarkmd sas-hdoopsasjars sas-hadoopwrapr sas-tkaudio sas-tkdq sas-tkgraph sas-etscomp1 sas-accelmva1 sas-dmine1 sas-aastatistcs1 sas-basecfg1 sas-spdsclient1 sas-odstemplate1 sas-securedom1 sas-pcfile1 sas-timeserdm sas-casrclnt sas-simplforcast sas-cdfspde sas-crscmptrvsn sas-crsaglossmod sas-crseconcapmd sas-crsiml sas-crsquantreg sas-crsmtlearn sas-crsoptminer sas-crspseudo sas-crsseverity sas-crstimefreq sas-bootstrap-config sas-tkl4sas1 sas-tkbasestat1 sas-tktslang1 sas-tkcs3rdclnt1 sas-tkhps1 sas-tkhphpf1 sas-tkintr1 sas-tkhpstat1 sas-timefilters sas-tkdplrning sas-tkhadoophive sas-tkcdfcommon sas-tkhpdmine1 sas-certframe1 sas-tkaccess1 sas-iml1 sas-tkormp1 sas-timserextern sas-tkqc1 sas-cbase1 sas-tkiomml sas-sasstudio sas-dqacchadp sas-hadoopmrjars sas-cdfweb sas-crsastore sas-crsboolrule sas-crsfcmpact sas-crsnetcommon sas-crskmeans sas-crsmlrning sas-crsmodelpub sas-crsoverride sas-crsspch2txt sas-crssgcomp sas-crsreconcile sas-crstmserinfo sas-crstimedata sas-autotmsermod sas-crssvm sas-tkcmp sas-crsspc sas-crstsne sas-tmbase sas-tkormp sas-tkcpp sas-hdatplugins sas-embscoreeng1 sas-tktimefilter sas-stat1 sas-tketsutil sas-tini sas-tksecuressh sas-tkrabbitmq1 sas-javaesntl sas-statcomp1 sas-postgres1 sas-graphjars1 sas-secureclint1 sas-caslibrefdat sas-analyticcmn1 sas-cdfpcfl sas-cloud1 sas-crsfedsql sas-graphcomp1 sas-crsnetsoc sas-odbc1 sas-crsphreg sas-mvaeventbus1 sas-reinlearnlib sas-econometrcs1 sas-crstranspose sas-dmscorecas sas-mapsgfka1 sas-crssslearn sas-crsdplrnsbst sas-crsforecast sas-crskernelpca sas-crsmtpsrvc sas-crsutmseries sas-crsregressn sas-sasdatasvr1-libs sas-tk1 sas-tkiom1 sas-tketsutil1 sas-tkrabbitmq sas-tkeventbus sas-certframe sas-tkcdfts sas-hadooptracr1 sas-timefreqanl sas-tsmodel1 sas-prochttp1 sas-postgresql-secure-libs-11 sas-spawnercfg sas-tkformats1 sas-crsbayesian sas-javaesntl1 sas-crscopula sas-hadoopbascs1 sas-crspca sas-tkcmp1 sas-crsmixed sas-tkhadoophiv1 sas-crssentiment sas-tkspdsdrv1 sas-crssvdd sas-tkgraph1 sas-cleanutils", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": false } }, "rc": 0, "start": "2021-03-14 17:15:27.552621", "stderr": "", "stderr_lines": [], "stdout": "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirror.liteserver.nl\n * epel: mirror.hostnet.nl\n * extras: mirror.nforce.com\n * updates: mirror.mijn.host\nPackage sas-crsrulemine-01.21.00-20191104.225613904295.x86_64 already installed and latest version\nPackage sas-casasr-01.21.00-20191104.223734127432.x86_64 already installed and latest version\nPackage sas-crstkfactmac-01.21.00-20191104.225950517694.x86_64 already installed and latest version\nPackage sas-crssparseml-01.21.00-20191104.225804557050.x86_64 already installed and latest version\nPackage sas-tkhpdmine-03.21.00-20191106.201807980266.x86_64 already installed and latest version\nPackage sas-crssequence-01.21.01-20201106.144754890413.x86_64 already installed and latest version\nPackage sas-tkl4sas-03.21.02-20201104.130345771487.x86_64 already installed and latest version\nPackage sas-tksecure1-03.21.04-20201113.122104810616.x86_64 already installed and latest version\nPackage sas-securelite1-03.21.00-20191104.234357432786.x86_64 already installed and latest version\nPackage sas-tkhpets1-01.20.00-20191104.235000762145.x86_64 already installed and latest version\nPackage sas-tkaacas-03.21.00-20191105.205636190674.x86_64 already installed and latest version\nPackage sas-forecast1-03.21.00-20191104.232249115313.x86_64 already installed and latest version\nPackage sas-connectcfg-03.19.00-20191104.224454966835.x86_64 already installed and latest version\nPackage sas-hadooptracer-3.5.7-20191014.1571066276521.x86_64 already installed and latest version\nPackage sas-tktmfrequtil-03.21.00-20191104.235341728101.x86_64 already installed and latest version\nPackage sas-envesntl1-1.4.0-20180607.1528400375177.x86_64 already installed and latest version\nPackage sas-or1-03.21.00-20191104.234129469417.x86_64 already installed and latest version\nPackage sas-crsactivelrn-01.21.00-20191106.200045426753.x86_64 already installed and latest version\nPackage sas-basestat1-03.21.00-20191104.231633920942.x86_64 already installed and latest version\nPackage sas-crscountreg-01.21.00-20191104.224702153517.x86_64 already installed and latest version\nPackage sas-crsgampl-03.19.00-20191104.224958154300.x86_64 already installed and latest version\nPackage sas-crsloadstrms-01.21.00-20191104.225058754955.x86_64 already installed and latest version\nPackage sas-grodscrendr1-3.17.1-20200220.132605375777.x86_64 already installed and latest version\nPackage sas-crsrecommend-01.21.00-20191104.225521308327.x86_64 already installed and latest version\nPackage sas-securedom-03.21.00-20191104.231908375774.x86_64 already installed and latest version\nPackage sas-crstimfilter-01.21.00-20191104.225950523580.x86_64 already installed and latest version\nPackage sas-crsdspilot-01.21.01-20200608.144108557942.x86_64 already installed and latest version\nPackage sas-crsdtree-01.21.02-20200603.132808076067.x86_64 already installed and latest version\nPackage sas-crsnmf-3.21.00-20191106.200548963985.x86_64 already installed and latest version\nPackage sas-crspls-01.21.00-20191104.225424864374.x86_64 already installed and latest version\nPackage sas-crssampling-01.21.00-20191104.225614740857.x86_64 already installed and latest version\nPackage sas-jsoncpp-03.21.00-20191106.201316842657.x86_64 already installed and latest version\nPackage sas-tkjava1-03.21.00-20191104.235202730833.x86_64 already installed and latest version\nPackage sas-tkpostgres1-03.21.00-20191104.235544715042.x86_64 already installed and latest version\nPackage sas-tkdmine1-03.21.00-20191104.234747390997.x86_64 already installed and latest version\nPackage sas-tkformats-03.21.00-20191105.210234205802.x86_64 already installed and latest version\nPackage sas-dmscore1-03.21.00-20191104.232035389917.x86_64 already installed and latest version\nPackage sas-hphpf1-03.21.00-20191104.232452890068.x86_64 already installed and latest version\nPackage sas-hpstatmpp1-03.21.00-20191104.232540148291.x86_64 already installed and latest version\nPackage sas-tkiog-03.21.00-20191104.234539990578.x86_64 already installed and latest version\nPackage sas-cdfbase-03.21.01-20201111.091822018797.x86_64 already installed and latest version\nPackage sas-crscardinal-01.21.00-20191104.224626521136.x86_64 already installed and latest version\nPackage sas-tkiog1-03.21.00-20191104.235131933654.x86_64 already installed and latest version\nPackage sas-crsqlim-01.21.00-20191104.225513533375.x86_64 already installed and latest version\nPackage sas-crsnlm-01.21.00-20191104.225252398697.x86_64 already installed and latest version\nPackage sas-crsstability-01.21.00-20191104.225852107004.x86_64 already installed and latest version\nPackage sas-tkmpi1-03.21.00-20191104.235301480879.x86_64 already installed and latest version\nPackage sas-crssimsys-3.21.00-20191106.201220055072.x86_64 already installed and latest version\nPackage sas-tkeventbus1-03.21.00-20191104.234842188862.x86_64 already installed and latest version\nPackage sas-tkfnc-03.21.02-20201027.092528611155.x86_64 already installed and latest version\nPackage sas-tktxtan1-03.21.00-20191104.235907802866.x86_64 already installed and latest version\nPackage sas-tknls-03.21.01-20200928.161426240710.x86_64 already installed and latest version\nPackage sas-tktxtan-03.21.01-20200810.120159320849.x86_64 already installed and latest version\nPackage sas-tkaccess-03.21.00-20191104.232520456003.x86_64 already installed and latest version\nPackage sas-tksum-03.21.00-20191106.202009942090.x86_64 already installed and latest version\nPackage sas-tkgblidx-03.21.00-20191106.201748341789.x86_64 already installed and latest version\nPackage sas-tkjavajars-1.4.13-20190925.1569461299033.x86_64 already installed and latest version\nPackage sas-psqlodbc-11.01.0000-20190905.1567713256286.x86_64 already installed and latest version\nPackage sas-tktspem-03.21.00-20191104.235454202765.x86_64 already installed and latest version\nPackage sas-tkmtrb-01.20.00-20191104.234731308663.x86_64 already installed and latest version\nPackage sas-tkspde-03.21.00-20191104.235149317336.x86_64 already installed and latest version\nPackage sas-tknls1-03.21.00-20191104.235429183703.x86_64 already installed and latest version\nPackage sas-torch-03.21.00-20191106.202025865197.x86_64 already installed and latest version\nPackage sas-tkstat-03.21.00-20191104.235205466882.x86_64 already installed and latest version\nPackage sas-grjavarendr1-3.17.1-20200220.130903206070.x86_64 already installed and latest version\nPackage sas-hadoopwrapr1-2.0.2-20191022.1571767246788.x86_64 already installed and latest version\nPackage sas-crssearch-01.21.01-20200810.115901004906.x86_64 already installed and latest version\nPackage sas-hadoopbasics-03.21.00-20191106.201221515565.x86_64 already installed and latest version\nPackage sas-graph1-03.21.00-20191104.232308460791.x86_64 already installed and latest version\nPackage sas-tkspddrv1-03.21.00-20191104.235742962472.x86_64 already installed and latest version\nPackage sas-tknnpos-03.21.00-20191106.201909301800.x86_64 already installed and latest version\nPackage sas-tkpostgres-03.21.01-20200929.162024253817.x86_64 already installed and latest version\nPackage sas-optimizatin1-03.21.00-20191104.233948393672.x86_64 already installed and latest version\nPackage sas-tkormpgraph-01.21.03-20201116.125143907708.x86_64 already installed and latest version\nPackage sas-tkesp-01.20.01-20200407.192052229947.x86_64 already installed and latest version\nPackage sas-textmine1-03.21.00-20191104.234555537115.x86_64 already installed and latest version\nPackage sas-aacomp1-01.20.00-20191104.231512463969.x86_64 already installed and latest version\nPackage sas-tklua-03.21.00-20191104.234709625623.x86_64 already installed and latest version\nPackage sas-mapssas1-03.21.00-20191104.232724773466.x86_64 already installed and latest version\nPackage sas-mapsgeo1-03.21.00-20191104.232653279632.x86_64 already installed and latest version\nPackage sas-dmtkexp-03.21.01-20200403.163240857649.x86_64 already installed and latest version\nPackage sas-hpdmine1-01.20.00-20191104.232438934267.x86_64 already installed and latest version\nPackage sas-casluaclnt-01.21.00-20191104.223734151761.x86_64 already installed and latest version\nPackage sas-opnsrcfmt1-03.21.01-20200313.182344450253.x86_64 already installed and latest version\nPackage sas-scoreaccel1-03.21.00-20191104.234313907652.x86_64 already installed and latest version\nPackage sas-cdfopnsrcfmt-03.21.01-20200311.122854695954.x86_64 already installed and latest version\nPackage sas-hpets1-03.21.00-20191104.232442986422.x86_64 already installed and latest version\nPackage sas-cmp1-03.21.00-20191104.231837445319.x86_64 already installed and latest version\nPackage sas-crsfastknn-01.21.00-20191104.224903112488.x86_64 already installed and latest version\nPackage sas-mtrb1-03.21.01-20201007.172126820046.x86_64 already installed and latest version\nPackage sas-crsfreq-3.19.00-20191104.224958157211.x86_64 already installed and latest version\nPackage sas-basejars1-3.17.2-20200521.171916239227.x86_64 already installed and latest version\nPackage sas-crsdeepneurl-01.21.00-20191104.224727823244.x86_64 already installed and latest version\nPackage sas-crsmltools-1.21.0-20191104.225150071488.x86_64 already installed and latest version\nPackage sas-baseui1-03.21.00-20191104.231633920436.x86_64 already installed and latest version\nPackage sas-crsparse-01.21.01-20200810.115837937368.x86_64 already installed and latest version\nPackage sas-base1-03.21.09-20201020.170257487537.x86_64 already installed and latest version\nPackage sas-crsmbc-1.21.0-20191104.225106916433.x86_64 already installed and latest version\nPackage sas-mnsrvutl1-1.9.60-20191106.1573099160003.x86_64 already installed and latest version\nPackage sas-crspanel-01.21.00-20191104.225337120598.x86_64 already installed and latest version\nPackage sas-crsreinlearn-01.21.01-20200608.143846207838.x86_64 already installed and latest version\nPackage sas-dmcommons-03.21.00-20191104.231345332095.x86_64 already installed and latest version\nPackage sas-crsrpca-01.21.00-20191104.225606130226.x86_64 already installed and latest version\nPackage sas-espbase-6.2.0-20201203.221226741760.x86_64 already installed and latest version\nPackage sas-crsspatial-01.21.00-20191104.225806739444.x86_64 already installed and latest version\nPackage sas-timesermotif-03.21.00-20191104.232230305344.x86_64 already installed and latest version\nPackage sas-crsvarreduce-01.21.00-20191104.231257848017.x86_64 already installed and latest version\nPackage sas-crstxtmining-01.21.01-20200810.120003403549.x86_64 already installed and latest version\nPackage sas-crssandwich-3.21.00-20191104.225623003636.x86_64 already installed and latest version\nPackage sas-crsaggregate-01.21.01-20201016.163748147423.x86_64 already installed and latest version\nPackage sas-tkhps-03.21.00-20191106.201833731788.x86_64 already installed and latest version\nPackage sas-tkodbc-03.21.01-20200601.215155773231.x86_64 already installed and latest version\nPackage sas-tkbasestat-03.21.00-20191104.232630117102.x86_64 already installed and latest version\nPackage sas-hps1-03.21.00-20191104.232519571068.x86_64 already installed and latest version\nPackage sas-hpstat1-03.21.00-20191104.232536135406.x86_64 already installed and latest version\nPackage sas-hpetsmpp1-03.21.00-20191104.232447597760.x86_64 already installed and latest version\nPackage sas-mapsgfkb1-03.21.00-20191104.232723314678.x86_64 already installed and latest version\nPackage sas-codegnscrpt1-03.21.01-20200519.174930193189.x86_64 already installed and latest version\nPackage sas-espauth-6.2.0-20201203.221007702708.x86_64 already installed and latest version\nPackage sas-timeserssa-03.21.00-20191104.232309894870.x86_64 already installed and latest version\nPackage sas-subspactrack-01.21.00-20191104.232008584237.x86_64 already installed and latest version\nPackage sas-csq-1.0.6-20200810.1597065200529.x86_64 already installed and latest version\nPackage sas-tktscore1-03.21.00-20191104.235842832892.x86_64 already installed and latest version\nPackage sas-tkormpgraph1-01.21.00-20191104.235532199391.x86_64 already installed and latest version\nPackage sas-tkstat1-03.21.00-20191104.235757801898.x86_64 already installed and latest version\nPackage sas-tkfnc1-03.21.01-20200714.142004293266.x86_64 already installed and latest version\nPackage sas-tkjavajars1-1.4.13-20190925.1569461299033.x86_64 already installed and latest version\nPackage sas-tktspem1-03.21.00-20191104.235848014278.x86_64 already installed and latest version\nPackage sas-tkspde1-03.21.00-20191104.235746942966.x86_64 already installed and latest version\nPackage sas-casconnctsb1-03.21.00-20191104.231648982811.x86_64 already installed and latest version\nPackage sas-psqlodbc1-11.01.0000-20190814.1565808813646.x86_64 already installed and latest version\nPackage sas-tkodbc1-03.21.00-20191104.235432967840.x86_64 already installed and latest version\nPackage sas-tkmtrb1-01.20.01-20200930.095754179433.x86_64 already installed and latest version\nPackage sas-tkiml1-03.21.00-20191104.235053801438.x86_64 already installed and latest version\nPackage sas-tksecuressh1-03.21.00-20191104.235654237737.x86_64 already installed and latest version\nPackage sas-tsreconcile1-03.21.00-20191104.235939556337.x86_64 already installed and latest version\nPackage sas-ttfonts1-1.7.4-20191015.1571161509.x86_64 already installed and latest version\nPackage sas-tstimeinfo1-03.21.00-20191104.235946059259.x86_64 already installed and latest version\nPackage sas-tktscore-03.21.00-20191104.235352958844.x86_64 already installed and latest version\nPackage sas-tksecure-03.21.00-20191104.235038553467.x86_64 already installed and latest version\nPackage sas-txtmineng-03.21.00-20191104.235831670759.x86_64 already installed and latest version\nPackage sas-tkjava-03.21.00-20191104.234616165065.x86_64 already installed and latest version\nPackage sas-tkair-03.21.00-20191104.232535014350.x86_64 already installed and latest version\nPackage sas-tkcmptrvsn-03.21.00-20191104.233107070470.x86_64 already installed and latest version\nPackage sas-caspythnclnt-01.21.01-20200804.162747133399.x86_64 already installed and latest version\nPackage sas-docconvjars-1.2.2-20181205.1544017862749.x86_64 already installed and latest version\nPackage sas-cdfpstg-03.21.00-20191104.224246692465.x86_64 already installed and latest version\nPackage sas-cdfodbc-03.21.00-20191104.224205886917.x86_64 already installed and latest version\nPackage sas-crsbiomedimg-01.21.00-20191104.224553922867.x86_64 already installed and latest version\nPackage sas-crsdplrning-01.21.00-20191104.224807859266.x86_64 already installed and latest version\nPackage sas-crsdeeprnn-01.21.00-20191104.224738934607.x86_64 already installed and latest version\nPackage sas-crsaudio-1.21.00-20191104.224537271223.x86_64 already installed and latest version\nPackage sas-crsexpmodel-01.21.00-20191104.224903033780.x86_64 already installed and latest version\nPackage sas-crsdedup-03.21.00-20191106.200420845530.x86_64 already installed and latest version\nPackage sas-crsnetopt-01.21.03-20201116.132217686398.x86_64 already installed and latest version\nPackage sas-crsneuralnet-01.21.00-20191104.225244147572.x86_64 already installed and latest version\nPackage sas-crsprobml-01.21.00-20191104.225427413477.x86_64 already installed and latest version\nPackage sas-crsica-01.21.00-20191104.225004774653.x86_64 already installed and latest version\nPackage sas-crsgvarclus-01.21.00-20191104.224958154392.x86_64 already installed and latest version\nPackage sas-crsoptimztn-01.21.00-20191106.200806712587.x86_64 already installed and latest version\nPackage sas-crsmdiscrete-01.21.00-20191104.225142576499.x86_64 already installed and latest version\nPackage sas-crshidmarkmd-01.21.00-20191104.225002901333.x86_64 already installed and latest version\nPackage sas-hdoopsasjars-2.0.3-20191022.1571765969880.x86_64 already installed and latest version\nPackage sas-hadoopwrapr-2.0.2-20191022.1571767246788.x86_64 already installed and latest version\nPackage sas-tkaudio-03.21.00-20191104.232611895230.x86_64 already installed and latest version\nPackage sas-tkdq-03.21.00-20191104.234128144031.x86_64 already installed and latest version\nPackage sas-tkgraph-03.21.00-20191104.234408039911.x86_64 already installed and latest version\nPackage sas-etscomp1-03.21.00-20191104.232249108745.x86_64 already installed and latest version\nPackage sas-accelmva1-01.20.00-20191104.231512465559.x86_64 already installed and latest version\nPackage sas-dmine1-01.20.00-20191104.232035172489.x86_64 already installed and latest version\nPackage sas-aastatistcs1-03.21.00-20191104.231512427032.x86_64 already installed and latest version\nPackage sas-basecfg1-03.21.01-20200410.081131281366.x86_64 already installed and latest version\nPackage sas-spdsclient1-03.19.00-20191104.234448620718.x86_64 already installed and latest version\nPackage sas-odstemplate1-03.21.00-20191104.233644377077.x86_64 already installed and latest version\nPackage sas-securedom1-03.21.00-20191104.234355775399.x86_64 already installed and latest version\nPackage sas-timeserdm-01.21.00-20191104.232216171163.x86_64 already installed and latest version\nPackage sas-casrclnt-03.13.00-20180617.192152095839.x86_64 already installed and latest version\nPackage sas-cdfspde-03.21.00-20191104.224358920680.x86_64 already installed and latest version\nPackage sas-crscmptrvsn-01.20.00-20191104.224630733565.x86_64 already installed and latest version\nPackage sas-crsaglossmod-01.21.00-20191104.224532867443.x86_64 already installed and latest version\nPackage sas-crseconcapmd-01.21.00-20191104.224830687198.x86_64 already installed and latest version\nPackage sas-crsquantreg-01.21.00-20191104.225517242808.x86_64 already installed and latest version\nPackage sas-crsmtlearn-01.21.00-20191104.225159615784.x86_64 already installed and latest version\nPackage sas-crsoptminer-01.21.00-20191104.225330717515.x86_64 already installed and latest version\nPackage sas-crspseudo-03.19.00-20191104.225436412182.x86_64 already installed and latest version\nPackage sas-crsseverity-01.21.00-20191104.225715121285.x86_64 already installed and latest version\nPackage sas-crstimefreq-01.21.00-20191104.225944847458.x86_64 already installed and latest version\nPackage sas-tkl4sas1-03.21.00-20191104.235228863660.x86_64 already installed and latest version\nPackage sas-tkbasestat1-03.21.00-20191104.234633514473.x86_64 already installed } [container.go:403] &{and latest version\nPackage sas-tktslang1-03.21.02-20200916.095201161688.x86_64 already installed and latest version\nPackage sas-tkcs3rdclnt1-01.21.01-20201006.100532080223.x86_64 already installed and latest version\nPackage sas-tkhps1-03.21.00-20191106.192805503495.x86_64 already installed and latest version\nPackage sas-tkhphpf1-03.21.00-20191104.235019042889.x86_64 already installed and latest version\nPackage sas-tkintr1-03.19.00-20191104.235122824695.x86_64 already installed and latest version\nPackage sas-tkhpstat1-03.21.00-20191104.235045696799.x86_64 already installed and latest version\nPackage sas-timefilters-03.21.00-20191104.232054703522.x86_64 already installed and latest version\nPackage sas-tkhadoophive-03.21.01-20201023.105551330238.x86_64 already installed and latest version\nPackage sas-tkcdfcommon-03.21.01-20201007.174320501084.x86_64 already installed and latest version\nPackage sas-certframe1-3.3.3-20190925.1569429145722.x86_64 already installed and latest version\nPackage sas-tkaccess1-03.21.00-20191104.234606682429.x86_64 already installed and latest version\nPackage sas-iml1-03.21.01-20200727.131134338438.x86_64 already installed and latest version\nPackage sas-tkormp1-03.21.00-20191104.235502863984.x86_64 already installed and latest version\nPackage sas-timserextern-03.21.00-20191104.232321961599.x86_64 already installed and latest version\nPackage sas-tkqc1-03.21.00-20191104.235550158839.x86_64 already installed and latest version\nPackage sas-cbase1-03.21.01-20200519.130050164297.x86_64 already installed and latest version\nPackage sas-tkiomml-03.21.00-20191106.201848913545.x86_64 already installed and latest version\nPackage sas-cdfweb-03.21.00-20191104.224427593107.x86_64 already installed and latest version\nPackage sas-crsastore-01.21.00-20191104.224533155546.x86_64 already installed and latest version\nPackage sas-crsboolrule-01.21.01-20200810.115739373280.x86_64 already installed and latest version\nPackage sas-crsfcmpact-01.21.00-20191106.200420849013.x86_64 already installed and latest version\nPackage sas-crsnetcommon-01.21.03-20201116.132112184401.x86_64 already installed and latest version\nPackage sas-crskmeans-01.21.00-20191104.225050680271.x86_64 already installed and latest version\nPackage sas-crsmlrning-01.21.02-20200722.160237336183.x86_64 already installed and latest version\nPackage sas-crsmodelpub-03.21.00-20191104.225152019641.x86_64 already installed and latest version\nPackage sas-crsoverride-03.21.01-20200520.164411362562.x86_64 already installed and latest version\nPackage sas-crsspch2txt-1.21.00-20191104.225848231356.x86_64 already installed and latest version\nPackage sas-crssgcomp-01.21.00-20191104.225746904858.x86_64 already installed and latest version\nPackage sas-crstmserinfo-03.21.00-20191104.230022564641.x86_64 already installed and latest version\nPackage sas-crstimedata-01.21.00-20191104.225940433998.x86_64 already installed and latest version\nPackage sas-crssvm-01.21.00-20191104.225930218680.x86_64 already installed and latest version\nPackage sas-tkcmp-03.21.01-20200326.131925919973.x86_64 already installed and latest version\nPackage sas-crsspc-3.19.00-20191104.225838681891.x86_64 already installed and latest version\nPackage sas-crstsne-01.21.00-20191104.230416177695.x86_64 already installed and latest version\nPackage sas-tmbase-03.21.00-20191104.235550595189.x86_64 already installed and latest version\nPackage sas-tkormp-03.21.00-20191104.234906960305.x86_64 already installed and latest version\nPackage sas-tkcpp-03.21.00-20191106.201615034785.x86_64 already installed and latest version\nPackage sas-hdatplugins-03.21.00-20191106.201221586495.x86_64 already installed and latest version\nPackage sas-tktimefilter-03.21.00-20191104.235313955406.x86_64 already installed and latest version\nPackage sas-stat1-03.21.00-20191104.234451189103.x86_64 already installed and latest version\nPackage sas-tketsutil-03.21.00-20191104.234240669667.x86_64 already installed and latest version\nPackage sas-tksecuressh-03.21.00-20191104.235052824693.x86_64 already installed and latest version\nPackage sas-tkrabbitmq1-03.21.00-20191104.235555421377.x86_64 already installed and latest version\nPackage sas-javaesntl-1.4.1-20201030.1604065917384.x86_64 already installed and latest version\nPackage sas-statcomp1-03.21.00-20191104.234455594094.x86_64 already installed and latest version\nPackage sas-postgres1-03.21.00-20191104.234134160246.x86_64 already installed and latest version\nPackage sas-graphjars1-3.17.1-20200220.111306064704.x86_64 already installed and latest version\nPackage sas-secureclint1-03.21.00-20191104.234353442613.x86_64 already installed and latest version\nPackage sas-caslibrefdat-01.20.00-20191104.223734162051.x86_64 already installed and latest version\nPackage sas-analyticcmn1-03.21.00-20191104.231512428828.x86_64 already installed and latest version\nPackage sas-cloud1-01.20.00-20191106.192449275399.x86_64 already installed and latest version\nPackage sas-crsfedsql-01.21.03-20200716.161050540620.x86_64 already installed and latest version\nPackage sas-graphcomp1-01.20.00-20191104.232308434866.x86_64 already installed and latest version\nPackage sas-crsnetsoc-01.21.03-20201116.133505970633.x86_64 already installed and latest version\nPackage sas-odbc1-03.21.00-20191104.233549169306.x86_64 already installed and latest version\nPackage sas-crsphreg-03.19.00-20191104.225421734433.x86_64 already installed and latest version\nPackage sas-mvaeventbus1-03.21.00-20191105.001714092298.x86_64 already installed and latest version\nPackage sas-reinlearnlib-03.21.00-20191106.201316840849.x86_64 already installed and latest version\nPackage sas-econometrcs1-03.21.00-20191104.232203519239.x86_64 already installed and latest version\nPackage sas-crstranspose-01.21.00-20191104.230031826316.x86_64 already installed and latest version\nPackage sas-dmscorecas-03.20.00-20191104.231352526504.x86_64 already installed and latest version\nPackage sas-mapsgfka1-03.21.00-20191104.232713930147.x86_64 already installed and latest version\nPackage sas-crssslearn-01.21.00-20191104.225848238647.x86_64 already installed and latest version\nPackage sas-crsdplrnsbst-01.21.00-20191104.224810238308.x86_64 already installed and latest version\nPackage sas-crsforecast-01.21.00-20191104.224922710683.x86_64 already installed and latest version\nPackage sas-crskernelpca-01.21.00-20191106.200538347244.x86_64 already installed and latest version\nPackage sas-crsmtpsrvc-01.21.00-20191104.225234722080.x86_64 already installed and latest version\nPackage sas-crsutmseries-01.21.00-20191104.231256566923.x86_64 already installed and latest version\nPackage sas-crsregressn-01.21.00-20191104.225529309606.x86_64 already installed and latest version\nPackage sas-sasdatasvr1-libs-11.5-20190912.1568260916272.x86_64 already installed and latest version\nPackage sas-tkiom1-03.21.03-20201111.173524072254.x86_64 already installed and latest version\nPackage sas-tketsutil1-03.21.00-20191104.234821785322.x86_64 already installed and latest version\nPackage sas-tkrabbitmq-03.21.00-20191106.201940337597.x86_64 already installed and latest version\nPackage sas-tkeventbus-03.21.00-20191106.201647063408.x86_64 already installed and latest version\nPackage sas-certframe-3.3.3-20190925.1569429145722.x86_64 already installed and latest version\nPackage sas-hadooptracr1-3.5.7-20191014.1571066276521.x86_64 already installed and latest version\nPackage sas-timefreqanl-03.21.00-20191104.232103621885.x86_64 already installed and latest version\nPackage sas-tsmodel1-03.21.00-20191104.235936582612.x86_64 already installed and latest version\nPackage sas-prochttp1-03.21.00-20191104.234135519202.x86_64 already installed and latest version\nPackage sas-spawnercfg-03.21.00-20191104.231952568601.x86_64 already installed and latest version\nPackage sas-tkformats1-03.21.00-20191105.200249060821.x86_64 already installed and latest version\nPackage sas-crsbayesian-01.21.00-20191104.224553049127.x86_64 already installed and latest version\nPackage sas-javaesntl1-1.3.17-20191014.1571100754509.x86_64 already installed and latest version\nPackage sas-crscopula-01.21.00-20191104.224645098675.x86_64 already installed and latest version\nPackage sas-hadoopbascs1-03.21.00-20191104.232350916490.x86_64 already installed and latest version\nPackage sas-crspca-01.21.00-20191104.225418133817.x86_64 already installed and latest version\nPackage sas-tkcmp1-03.23.00-20201104.080715867122.x86_64 already installed and latest version\nPackage sas-crsmixed-03.19.00-20191104.225142985590.x86_64 already installed and latest version\nPackage sas-crssentiment-01.21.01-20200810.115941960422.x86_64 already installed and latest version\nPackage sas-tkspdsdrv1-03.21.00-20191104.235752774048.x86_64 already installed and latest version\nPackage sas-crssvdd-01.21.00-20191104.225858274407.x86_64 already installed and latest version\nPackage sas-tkgraph1-03.21.00-20191104.234852763481.x86_64 already installed and latest version\nPackage sas-cleanutils-1.8.2-20210111.1610400667491.x86_64 already installed and latest version\nResolving Dependencies\n--> Running transaction check\n---> Package sas-autotmsermod.x86_64 0:03.21.00-20191104.223734041556 will be updated\n---> Package sas-autotmsermod.x86_64 0:03.21.01-20201210.084646544556 will be an update\n---> Package sas-bootstrap-config.x86_64 0:1.10.6-20201007.1602096856126 will be updated\n---> Package sas-bootstrap-config.x86_64 0:1.10.9-20201204.1607084223290 will be an update\n---> Package sas-cas1.x86_64 0:01.21.01-20201113.143529673106 will be updated\n---> Package sas-cas1.x86_64 0:01.21.02-20210119.113314464518 will be an update\n---> Package sas-connect1.x86_64 0:03.21.00-20191104.231921825102 will be updated\n---> Package sas-connect1.x86_64 0:03.21.01-20210113.112807153150 will be an update\n---> Package sas-crsds2.x86_64 0:01.21.00-20191104.224810411899 will be updated\n---> Package sas-crsds2.x86_64 0:01.21.01-20210119.173803631155 will be an update\n---> Package sas-crsreconcile.x86_64 0:01.21.01-20200520.164542742367 will be updated\n---> Package sas-crsreconcile.x86_64 0:01.21.02-20201210.085231718289 will be an update\n---> Package sas-crsstat.x86_64 0:01.21.03-20200820.105850786982 will be updated\n---> Package sas-crsstat.x86_64 0:01.21.04-20210223.190823527527 will be an update\n---> Package sas-embscoreeng.x86_64 0:02.23.01-20201105.102415743875 will be updated\n---> Package sas-embscoreeng.x86_64 0:02.23.03-20210128.202328998364 will be an update\n---> Package sas-embscoreeng1.x86_64 0:02.23.01-20201027.144646207133 will be updated\n---> Package sas-embscoreeng1.x86_64 0:02.23.03-20210128.152318063122 will be an update\n---> Package sas-envesntl.x86_64 0:1.6.1-20200908.1599574914877 will be updated\n---> Package sas-envesntl.x86_64 0:1.6.3-20210114.1610658906958 will be an update\n---> Package sas-ets1.x86_64 0:03.21.01-20201120.122419148655 will be updated\n---> Package sas-ets1.x86_64 0:03.21.02-20201209.122940293918 will be an update\n---> Package sas-mlearning1.x86_64 0:03.23.01-20200421.140905488668 will be updated\n---> Package sas-mlearning1.x86_64 0:03.23.02-20210108.121536961029 will be an update\n---> Package sas-postgresql-secure-libs-11.x86_64 0:11.9-20200910.1599763244340 will be updated\n---> Package sas-postgresql-secure-libs-11.x86_64 0:11.10-20201210.1607603292138 will be an update\n---> Package sas-runjavasvc.x86_64 0:1.4.7-20201007.1602094790796 will be updated\n---> Package sas-runjavasvc.x86_64 0:1.4.10-20201204.1607086863438 will be an update\n---> Package sas-sashpf1.x86_64 0:01.20.00-20191104.234251780100 will be updated\n---> Package sas-sashpf1.x86_64 0:01.20.01-20201209.123405209633 will be an update\n---> Package sas-sasstudio.x86_64 0:5.2.224-20200916.1600270479817 will be updated\n---> Package sas-sasstudio.x86_64 0:5.2.237-20210217.1613583561003 will be an update\n---> Package sas-simplforcast.x86_64 0:03.21.00-20191104.231922841302 will be updated\n---> Package sas-simplforcast.x86_64 0:03.21.01-20201210.085628549016 will be an update\n---> Package sas-timeseranl.x86_64 0:03.21.00-20191104.232112407511 will be updated\n---> Package sas-timeseranl.x86_64 0:03.21.01-20201210.085944630720 will be an update\n---> Package sas-timesermodel.x86_64 0:03.21.00-20191104.232227706798 will be updated\n---> Package sas-timesermodel.x86_64 0:03.21.01-20201210.090240904437 will be an update\n---> Package sas-timeserutil.x86_64 0:03.21.00-20191104.232318153937 will be updated\n---> Package sas-timeserutil.x86_64 0:03.21.01-20201210.090644576610 will be an update\n---> Package sas-tk.x86_64 0:03.21.04-20200820.173257245808 will be updated\n---> Package sas-tk.x86_64 0:03.21.07-20210225.152332653539 will be an update\n---> Package sas-tk1.x86_64 0:03.21.02-20200203.154808652716 will be updated\n---> Package sas-tk1.x86_64 0:03.21.04-20201218.141951607646 will be an update\n---> Package sas-tkaa.x86_64 0:03.21.00-20191106.201410866013 will be updated\n---> Package sas-tkaa.x86_64 0:03.21.01-20201210.091737764531 will be an update\n---> Package sas-tkaa1.x86_64 0:03.21.00-20191106.192655688722 will be updated\n---> Package sas-tkaa1.x86_64 0:03.21.01-20201209.123901604249 will be an update\n---> Package sas-tkcas.x86_64 0:01.21.13-20201113.095420061024 will be updated\n---> Package sas-tkcas.x86_64 0:01.21.19-20210304.140529293669 will be an update\n---> Package sas-tkcas3rdclnt.x86_64 0:01.21.04-20200714.140358952286 will be updated\n---> Package sas-tkcas3rdclnt.x86_64 0:01.21.06-20210119.135820243384 will be an update\n---> Package sas-tkcasu.x86_64 0:03.21.00-20191106.201511392824 will be updated\n---> Package sas-tkcasu.x86_64 0:03.21.01-20210223.190719842708 will be an update\n---> Package sas-tkcdfts.x86_64 0:03.21.02-20201007.173229316332 will be updated\n---> Package sas-tkcdfts.x86_64 0:03.21.03-20201204.102924407224 will be an update\n---> Package sas-tkcloud.x86_64 0:01.20.00-20191106.201520707876 will be updated\n---> Package sas-tkcloud.x86_64 0:01.20.01-20210301.175952523633 will be an update\n---> Package sas-tkcloud1.x86_64 0:01.20.00-20191106.192655743179 will be updated\n---> Package sas-tkcloud1.x86_64 0:01.20.01-20210302.092820240462 will be an update\n---> Package sas-tkcore.x86_64 0:03.21.04-20201027.100655406151 will be updated\n---> Package sas-tkcore.x86_64 0:03.21.05-20210301.180204449628 will be an update\n---> Package sas-tkcore1.x86_64 0:03.21.04-20200713.150304829515 will be updated\n---> Package sas-tkcore1.x86_64 0:03.21.05-20210302.115115581069 will be an update\n---> Package sas-tkdplrning.x86_64 0:03.21.01-20201120.092632267228 will be updated\n---> Package sas-tkdplrning.x86_64 0:03.21.03-20210303.125535629878 will be an update\n---> Package sas-tkets.x86_64 0:01.20.00-20191106.201618596397 will be updated\n---> Package sas-tkets.x86_64 0:01.20.01-20201210.091000332211 will be an update\n---> Package sas-tkets1.x86_64 0:01.20.00-20191104.234812856012 will be updated\n---> Package sas-tkets1.x86_64 0:01.20.01-20201209.123723770915 will be an update\n---> Package sas-tkhpdmine1.x86_64 0:03.21.01-20200923.163043250096 will be updated\n---> Package sas-tkhpdmine1.x86_64 0:03.21.02-20201209.124332266228 will be an update\n---> Package sas-tkopnsrcfmt.x86_64 0:03.21.01-20200311.122809195202 will be updated\n---> Package sas-tkopnsrcfmt.x86_64 0:03.21.02-20210122.104444218071 will be an update\n---> Package sas-tkopnsrcfmt1.x86_64 0:03.21.02-20201020.140324924919 will be updated\n---> Package sas-tkopnsrcfmt1.x86_64 0:03.21.03-20210111.112000958347 will be an update\n---> Package sas-tktslang.x86_64 0:03.21.07-20200908.124409682576 will be updated\n---> Package sas-tktslang.x86_64 0:03.21.08-20210126.120705981040 will be an update\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version\n Repository Size\n================================================================================\nUpdating:\n sas-autotmsermod x86_64 03.21.01-20201210.084646544556\n sas-forecast-125-x64_redhat_linux_6-yum 378 k\n sas-bootstrap-config x86_64 1.10.9-20201204.1607084223290\n sas-dagent-135-x64_redhat_linux_6-yum 3.3 M\n sas-cas1 x86_64 01.21.02-20210119.113314464518\n sas-vcmnfnd-126-x64_redhat_linux_6-yum 1.2 M\n sas-connect1 x86_64 03.21.01-20210113.112807153150\n sas-connect-125-x64_redhat_linux_6-yum 1.5 M\n sas-crsds2 x86_64 01.21.01-20210119.173803631155\n sas-va-125-x64_redhat_linux_6-yum 278 k\n sas-crsreconcile x86_64 01.21.02-20201210.085231718289\n sas-forecast-125-x64_redhat_linux_6-yum 158 k\n sas-crsstat x86_64 01.21.04-20210223.190823527527\n sas-vcmnfnd-126-x64_redhat_linux_6-yum 3.7 M\n sas-embscoreeng x86_64 02.23.03-20210128.202328998364\n sas-dagent-135-x64_redhat_linux_6-yum 1.8 M\n sas-embscoreeng1 x86_64 02.23.03-20210128.152318063122\n sas-datamapr-100-x64_redhat_linux_6-yum 1.8 M\n sas-envesntl x86_64 1.6.3-20210114.1610658906958\n sas-dagent-135-x64_redhat_linux_6-yum 1.9 M\n sas-ets1 x86_64 03.21.02-20201209.122940293918\n sas-econometr-125-x64_redhat_linux_6-yum 27 M\n sas-mlearning1 x86_64 03.23.02-20210108.121536961029\n sas-mlrning-125-x64_redhat_linux_6-yum 1.9 M\n sas-postgresql-secure-libs-11\n x86_64 11.10-20201210.1607603292138\n sas-dagent-135-x64_redhat_linux_6-yum 963 k\n sas-runjavasvc x86_64 1.4.10-20201204.1607086863438\n sas-dagent-135-x64_redhat_linux_6-yum 3.1 M\n sas-sashpf1 x86_64 01.20.01-20201209.123405209633\n sas-forecast-125-x64_redhat_linux_6-yum 3.5 M\n sas-sasstudio x86_64 5.2.237-20210217.1613583561003\n sas-va-125-x64_redhat_linux_6-yum 349 M\n sas-simplforcast x86_64 03.21.01-20201210.085628549016\n sas-forecast-125-x64_redhat_linux_6-yum 82 k\n sas-timeseranl x86_64 03.21.01-20201210.085944630720\n sas-econometr-125-x64_redhat_linux_6-yum 161 k\n sas-timesermodel x86_64 03.21.01-20201210.090240904437\n sas-econometr-125-x64_redhat_linux_6-yum 566 k\n sas-timeserutil x86_64 03.21.01-20201210.090644576610\n sas-econometr-125-x64_redhat_linux_6-yum 104 k\n sas-tk x86_64 03.21.07-20210225.152332653539\n sas-dagent-135-x64_redhat_linux_6-yum 13 M\n sas-tk1 x86_64 03.21.04-20201218.141951607646\n sas-datamapr-100-x64_redhat_linux_6-yum 5.3 M\n sas-tkaa x86_64 03.21.01-20201210.091737764531\n sas-econometr-125-x64_redhat_linux_6-yum 5.3 M\n sas-tkaa1 x86_64 03.21.01-20201209.123901604249\n sas-mlrning-125-x64_redhat_linux_6-yum 4.1 M\n sas-tkcas x86_64 01.21.19-20210304.140529293669\n sas-vcmnfnd-126-x64_redhat_linux_6-yum 506 M\n sas-tkcas3rdclnt x86_64 01.21.06-20210119.135820243384\n sas-dagent-135-x64_redhat_linux_6-yum 1.3 M\n sas-tkcasu x86_64 03.21.01-20210223.190719842708\n sas-vcmnfnd-126-x64_redhat_linux_6-yum 613 k\n sas-tkcdfts x86_64 03.21.03-20201204.102924407224\n sas-mlrning-125-x64_redhat_linux_6-yum 369 k\n sas-tkcloud x86_64 01.20.01-20210301.175952523633\n sas-vcmnfnd-126-x64_redhat_linux_6-yum 272 k\n sas-tkcloud1 x86_64 01.20.01-20210302.092820240462\n sas-vcmnfnd-126-x64_redhat_linux_6-yum 85 k\n sas-tkcore x86_64 03.21.05-20210301.180204449628\n sas-dagent-135-x64_redhat_linux_6-yum 31 M\n sas-tkcore1 x86_64 03.21.05-20210302.115115581069\n sas-datamapr-100-x64_redhat_linux_6-yum 30 M\n sas-tkdplrning x86_64 03.21.03-20210303.125535629878\n sas-mlrning-125-x64_redhat_linux_6-yum 8.3 M\n sas-tkets x86_64 01.20.01-20201210.091000332211\n sas-dagent-135-x64_redhat_linux_6-yum 123 M\n sas-tkets1 x86_64 01.20.01-20201209.123723770915\n sas-econometr-125-x64_redhat_linux_6-yum 123 M\n sas-tkhpdmine1 x86_64 03.21.02-20201209.124332266228\n sas-datamapr-100-x64_redhat_linux_6-yum 6.1 M\n sas-tkopnsrcfmt x86_64 03.21.02-20210122.104444218071\n sas-vcmnfnd-126-x64_redhat_linux_6-yum 1.5 M\n sas-tkopnsrcfmt1 x86_64 03.21.03-20210111.112000958347\n sas-vcmnfnd-126-x64_redhat_linux_6-yum 1.5 M\n sas-tktslang x86_64 03.21.08-20210126.120705981040\n sas-dagent-135-x64_redhat_linux_6-yum 5.9 M\n\nTransaction Summary\n================================================================================\nUpgrade 39 Packages\n\nTotal download size: 1.2 G\nDownloading packages:\nDelta RPMs disabled because /usr/bin/applydeltarpm not installed.\n--------------------------------------------------------------------------------\nTotal 5.9 MB/s | 1.2 GB 03:36 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Updating : sas-tkcore-03.21.05-20210301.180204449628.x86_64 1/78 \n Updating : sas-tkets-01.20.01-20201210.091000332211.x86_64 2/78 \n Updating : sas-tk-03.21.07-20210225.152332653539.x86_64 3/78 \n Updating : sas-tkcas3rdclnt-01.21.06-20210119.135820243384.x86_64 4/78 \n Updating : sas-tktslang-03.21.08-20210126.120705981040.x86_64 5/78 \n Updating : sas-tkcore1-03.21.05-20210302.115115581069.x86_64 6/78 \n Updating : sas-tkaa-03.21.01-20201210.091737764531.x86_64 7/78 \n Updating : sas-crsstat-01.21.04-20210223.190823527527.x86_64 8/78 \n Updating : sas-tk1-03.21.04-20201218.141951607646.x86_64 9/78 \n Updating : sas-runjavasvc-1.4.10-20201204.1607086863438.x86_64 10/78 \n Updating : sas-envesntl-1.6.3-20210114.1610658906958.x86_64 11/78 \n Updating : sas-tkcasu-03.21.01-20210223.190719842708.x86_64 12/78 \n Updating : sas-tkaa1-03.21.01-20201209.123901604249.x86_64 13/78 \n Updating : sas-tkhpdmine1-03.21.02-20201209.124332266228.x86_64 14/78 \n Updating : sas-embscoreeng1-02.23.03-20210128.152318063122.x86_64 15/78 \n Updating : sas-mlearning1-03.23.02-20210108.121536961029.x86_64 16/78 \n Updating : sas-tkcas-01.21.19-20210304.140529293669.x86_64 17/78 \n Updating : sas-sasstudio-5.2.237-20210217.1613583561003.x86_64 18/78 \n Updating : sas-crsreconcile-01.21.02-20201210.085231718289.x86_64 19/78 \n Updating : sas-crsds2-01.21.01-20210119.173803631155.x86_64 20/78 \n Updating : sas-tkcloud1-01.20.01-20210302.092820240462.x86_64 21/78 \n Updating : sas-tkcdfts-03.21.03-20201204.102924407224.x86_64 22/78 \n Updating : sas-embscoreeng-02.23.03-20210128.202328998364.x86_64 23/78 \n Updating : sas-simplforcast-03.21.01-20201210.085628549016.x86_64 24/78 \n Updating : sas-autotmsermod-03.21.01-20201210.084646544556.x86_64 25/78 \n Updating : sas-timeseranl-03.21.01-20201210.085944630720.x86_64 26/78 \n Updating : sas-timesermodel-03.21.01-20201210.090240904437.x86_64 27/78 \n Updating : sas-timeserutil-03.21.01-20201210.090644576610.x86_64 28/78 \n Updating : sas-connect1-03.21.01-20210113.112807153150.x86_64 29/78 \n Updating : sas-tkcloud-01.20.01-20210301.175952523633.x86_64 30/78 \n Updating : sas-tkets1-01.20.01-20201209.123723770915.x86_64 31/78 \n Updating : sas-tkopnsrcfmt-03.21.02-20210122.104444218071.x86_64 32/78 \n Updating : sas-postgresql-secure-libs-11-11.10-20201210.16076032921 33/78 \n Updating : sas-bootstrap-config-1.10.9-20201204.1607084223290.x86_6 34/78 \n Updating : sas-cas1-01.21.02-20210119.113314464518.x86_64 35/78 \n Updating : sas-ets1-03.21.02-20201209.122940293918.x86_64 36/78 \n Updating : sas-tkdplrning-03.21.03-20210303.125535629878.x86_64 37/78 \n Updating : sas-sashpf1-01.20.01-20201209.123405209633.x86_64 38/78 \n Updating : sas-tkopnsrcfmt1-03.21.03-20210111.112000958347.x86_64 39/78 \n Cleanup : sas-tkcas-01.21.13-20201113.095420061024.x86_64 40/78 \n Cleanup : sas-crsds2-01.21.00-20191104.224810411899.x86_64 41/78 \n Cleanup : sas-embscoreeng-02.23.01-20201105.102415743875.x86_64 42/78 \n Cleanup : sas-timeserutil-03.21.00-20191104.232318153937.x86_64 43/78 \n Cleanup : sas-crsreconcile-01.21.01-20200520.164542742367.x86_64 44/78 \n Cleanup : sas-timesermodel-03.21.00-20191104.232227706798.x86_64 45/78 \n Cleanup : sas-timeseranl-03.21.00-20191104.232112407511.x86_64 46/78 \n Cleanup : sas-autotmsermod-03.21.00-20191104.223734041556.x86_64 47/78 \n Cleanup : sas-simplforcast-03.21.00-20191104.231922841302.x86_64 48/78 \n Cleanup : sas-embscoreeng1-02.23.01-20201027.144646207133.x86_64 49/78 \n Cleanup : sas-sasstudio-5.2.224-20200916.1600270479817.x86_64 50/78 \n Cleanup : sas-crsstat-01.21.03-20200820.105850786982.x86_64 51/78 \n Cleanup : sas-envesntl-1.6.1-20200908.1599574914877.x86_64 52/78 \n Cleanup : sas-tkcas3rdclnt-01.21.04-20200714.140358952286.x86_64 53/78 \n Cleanup : sas-tkcloud1-01.20.00-20191106.192655743179.x86_64 54/78 \n Cleanup : sas-mlearning1-03.23.01-20200421.140905488668.x86_64 55/78 \n Cleanup : sas-tkcdfts-03.21.02-20201007.173229316332.x86_64 56/78 \n Cleanup : sas-runjavasvc-1.4.7-20201007.1602094790796.x86_64 57/78 \n Cleanup : sas-bootstrap-config-1.10.6-20201007.1602096856126.x86_6 58/78 \n Cleanup : sas-tktslang-03.21.07-20200908.124409682576.x86_64 59/78 \n Cleanup : sas-tkaa1-03.21.00-20191106.192655688722.x86_64 60/78 \n Cleanup : sas-tkcore1-03.21.04-20200713.150304829515.x86_64 61/78 \n Cleanup : sas-tk-03.21.04-20200820.173257245808.x86_64 62/78 \n Cleanup : sas-tkcore-03.21.04-20201027.100655406151.x86_64 63/78 \n Cleanup : sas-tk1-03.21.02-20200203.154808652716.x86_64 64/78 \n Cleanup : sas-tkhpdmine1-03.21.01-20200923.163043250096.x86_64 65/78 \n Cleanup : sas-tkets-01.20.00-20191106.201618596397.x86_64 66/78 \n Cleanup : sas-tkaa-03.21.00-20191106.201410866013.x86_64 67/78 \n Cleanup : sas-tkcasu-03.21.00-20191106.201511392824.x86_64 68/78 \n Cleanup : sas-connect1-03.21.00-20191104.231921825102.x86_64 69/78 \n Cleanup : sas-tkcloud-01.20.00-20191106.201520707876.x86_64 70/78 \n Cleanup : sas-tkets1-01.20.00-20191104.234812856012.x86_64 71/78 \n Cleanup : sas-tkopnsrcfmt-03.21.01-20200311.122809195202.x86_64 72/78 \n Cleanup : sas-postgresql-secure-libs-11-11.9-20200910.159976324434 73/78 \n Cleanup : sas-cas1-01.21.01-20201113.143529673106.x86_64 74/78 \n Cleanup : sas-ets1-03.21.01-20201120.122419148655.x86_64 75/78 \n Cleanup : sas-tkdplrning-03.21.01-20201120.092632267228.x86_64 76/78 \n Cleanup : sas-sashpf1-01.20.00-20191104.234251780100.x86_64 77/78 \n Cleanup : sas-tkopnsrcfmt1-03.21.02-20201020.140324924919.x86_64 78/78 \n Verifying : sas-embscoreeng1-02.23.03-20210128.152318063122.x86_64 1/78 \n Verifying : sas-simplforcast-03.21.01-20201210.085628549016.x86_64 2/78 \n Verifying : sas-tkaa-03.21.01-20201210.091737764531.x86_64 3/78 \n Verifying : sas-tkcdfts-03.21.03-20201204.102924407224.x86_64 4/78 \n Verifying : sas-tkopnsrcfmt1-03.21.03-20210111.112000958347.x86_64 5/78 \n Verifying : sas-sashpf1-01.20.01-20201209.123405209633.x86_64 6/78 \n Verifying : sas-tkdplrning-03.21.03-20210303.125535629878.x86_64 7/78 \n Verifying : sas-ets1-03.21.02-20201209.122940293918.x86_64 8/78 \n Verifying : sas-autotmsermod-03.21.01-20201210.084646544556.x86_64 9/78 \n Verifying : sas-tkcas3rdclnt-01.21.06-20210119.135820243384.x86_64 10/78 \n Verifying : sas-tktslang-03.21.08-20210126.120705981040.x86_64 11/78 \n Verifying : sas-tkcore1-03.21.05-20210302.115115581069.x86_64 12/78 \n Verifying : sas-timeseranl-03.21.01-20201210.085944630720.x86_64 13/78 \n Verifying : sas-cas1-01.21.02-20210119.113314464518.x86_64 14/78 \n Verifying : sas-tkhpdmine1-03.21.02-20201209.124332266228.x86_64 15/78 \n Verifying : sas-timesermodel-03.21.01-20201210.090240904437.x86_64 16/78 \n Verifying : sas-tkcore-03.21.05-20210301.180204449628.x86_64 17/78 \n Verifying : sas-tkaa1-03.21.01-20201209.123901604249.x86_64 18/78 \n Verifying : sas-crsreconcile-01.21.02-20201210.085231718289.x86_64 19/78 \n Verifying : sas-timeserutil-03.21.01-20201210.090644576610.x86_64 20/78 \n Verifying : sas-bootstrap-config-1.10.9-20201204.1607084223290.x86_6 21/78 \n Verifying : sas-postgresql-secure-libs-11-11.10-20201210.16076032921 22/78 \n Verifying : sas-tkcas-01.21.19-20210304.140529293669.x86_64 23/78 \n Verifying : sas-embscoreeng-02.23.03-20210128.202328998364.x86_64 24/78 \n Verifying : sas-tkopnsrcfmt-03.21.02-20210122.104444218071.x86_64 25/78 \n Verifying : sas-mlearning1-03.23.02-20210108.121536961029.x86_64 26/78 \n Verifying : sas-tkets-01.20.01-20201210.091000332211.x86_64 27/78 \n Verifying : sas-tkcasu-03.21.01-20210223.190719842708.x86_64 28/78 \n Verifying : sas-tkets1-01.20.01-20201209.123723770915.x86_64 29/78 \n Verifying : sas-runjavasvc-1.4.10-20201204.1607086863438.x86_64 30/78 \n Verifying : sas-tkcloud-01.20.01-20210301.175952523633.x86_64 31/78 \n Verifying : sas-tk-03.21.07-20210225.152332653539.x86_64 32/78 \n Verifying : sas-tk1-03.21.04-20201218.141951607646.x86_64 33/78 \n Verifying : sas-tkcloud1-01.20.01-20210302.092820240462.x86_64 34/78 \n Verifying : sas-sasstudio-5.2.237-20210217.1613583561003.x86_64 35/78 \n Verifying : sas-envesntl-1.6.3-20210114.1610658906958.x86_64 36/78 \n Verifying : sas-crsds2-01.21.01-20210119.173803631155.x86_64 37/78 \n Verifying : sas-crsstat-01.21.04-20210223.190823527527.x86_64 38/78 \n Verifying : sas-connect1-03.21.01-20210113.112807153150.x86_64 39/78 \n Verifying : sas-tkets-01.20.00-20191106.201618596397.x86_64 40/78 \n Verifying : sas-tkcloud-01.20.00-20191106.201520707876.x86_64 41/78 \n Verifying : sas-tkopnsrcfmt1-03.21.02-20201020.140324924919.x86_64 42/78 \n Verifying : sas-embscoreeng-02.23.01-20201105.102415743875.x86_64 43/78 \n Verifying : sas-simplforcast-03.21.00-20191104.231922841302.x86_64 44/78 \n Verifying : sas-bootstrap-config-1.10.6-20201007.1602096856126.x86_6 45/78 \n Verifying : sas-tkaa-03.21.00-20191106.201410866013.x86_64 46/78 \n Verifying : sas-ets1-03.21.01-20201120.122419148655.x86_64 47/78 \n Verifying : sas-tkcloud1-01.20.00-20191106.192655743179.x86_64 48/78 \n Verifying : sas-crsreconcile-01.21.01-20200520.164542742367.x86_64 49/78 \n Verifying : sas-tkhpdmine1-03.21.01-20200923.163043250096.x86_64 50/78 } [container.go:403] &{\n Verifying : sas-tktslang-03.21.07-20200908.124409682576.x86_64 51/78 \n Verifying : sas-embscoreeng1-02.23.01-20201027.144646207133.x86_64 52/78 \n Verifying : sas-tkcasu-03.21.00-20191106.201511392824.x86_64 53/78 \n Verifying : sas-tkcore1-03.21.04-20200713.150304829515.x86_64 54/78 \n Verifying : sas-tkets1-01.20.00-20191104.234812856012.x86_64 55/78 \n Verifying : sas-tkcore-03.21.04-20201027.100655406151.x86_64 56/78 \n Verifying : sas-tkcas3rdclnt-01.21.04-20200714.140358952286.x86_64 57/78 \n Verifying : sas-crsstat-01.21.03-20200820.105850786982.x86_64 58/78 \n Verifying : sas-timeserutil-03.21.00-20191104.232318153937.x86_64 59/78 \n Verifying : sas-crsds2-01.21.00-20191104.224810411899.x86_64 60/78 \n Verifying : sas-tkopnsrcfmt-03.21.01-20200311.122809195202.x86_64 61/78 \n Verifying : sas-tkcdfts-03.21.02-20201007.173229316332.x86_64 62/78 \n Verifying : sas-tk1-03.21.02-20200203.154808652716.x86_64 63/78 \n Verifying : sas-autotmsermod-03.21.00-20191104.223734041556.x86_64 64/78 \n Verifying : sas-tkaa1-03.21.00-20191106.192655688722.x86_64 65/78 \n Verifying : sas-tk-03.21.04-20200820.173257245808.x86_64 66/78 \n Verifying : sas-cas1-01.21.01-20201113.143529673106.x86_64 67/78 \n Verifying : sas-postgresql-secure-libs-11-11.9-20200910.159976324434 68/78 \n Verifying : sas-sashpf1-01.20.00-20191104.234251780100.x86_64 69/78 \n Verifying : sas-timesermodel-03.21.00-20191104.232227706798.x86_64 70/78 \n Verifying : sas-tkcas-01.21.13-20201113.095420061024.x86_64 71/78 \n Verifying : sas-envesntl-1.6.1-20200908.1599574914877.x86_64 72/78 \n Verifying : sas-mlearning1-03.23.01-20200421.140905488668.x86_64 73/78 \n Verifying : sas-tkdplrning-03.21.01-20201120.092632267228.x86_64 74/78 \n Verifying : sas-timeseranl-03.21.00-20191104.232112407511.x86_64 75/78 \n Verifying : sas-runjavasvc-1.4.7-20201007.1602094790796.x86_64 76/78 \n Verifying : sas-connect1-03.21.00-20191104.231921825102.x86_64 77/78 \n Verifying : sas-sasstudio-5.2.224-20200916.1600270479817.x86_64 78/78 \n\nUpdated:\n sas-autotmsermod.x86_64 0:03.21.01-20201210.084646544556 \n sas-bootstrap-config.x86_64 0:1.10.9-20201204.1607084223290 \n sas-cas1.x86_64 0:01.21.02-20210119.113314464518 \n sas-connect1.x86_64 0:03.21.01-20210113.112807153150 \n sas-crsds2.x86_64 0:01.21.01-20210119.173803631155 \n sas-crsreconcile.x86_64 0:01.21.02-20201210.085231718289 \n sas-crsstat.x86_64 0:01.21.04-20210223.190823527527 \n sas-embscoreeng.x86_64 0:02.23.03-20210128.202328998364 \n sas-embscoreeng1.x86_64 0:02.23.03-20210128.152318063122 \n sas-envesntl.x86_64 0:1.6.3-20210114.1610658906958 \n sas-ets1.x86_64 0:03.21.02-20201209.122940293918 \n sas-mlearning1.x86_64 0:03.23.02-20210108.121536961029 \n sas-postgresql-secure-libs-11.x86_64 0:11.10-20201210.1607603292138 \n sas-runjavasvc.x86_64 0:1.4.10-20201204.1607086863438 \n sas-sashpf1.x86_64 0:01.20.01-20201209.123405209633 \n sas-sasstudio.x86_64 0:5.2.237-20210217.1613583561003 \n sas-simplforcast.x86_64 0:03.21.01-20201210.085628549016 \n sas-timeseranl.x86_64 0:03.21.01-20201210.085944630720 \n sas-timesermodel.x86_64 0:03.21.01-20201210.090240904437 \n sas-timeserutil.x86_64 0:03.21.01-20201210.090644576610 \n sas-tk.x86_64 0:03.21.07-20210225.152332653539 \n sas-tk1.x86_64 0:03.21.04-20201218.141951607646 \n sas-tkaa.x86_64 0:03.21.01-20201210.091737764531 \n sas-tkaa1.x86_64 0:03.21.01-20201209.123901604249 \n sas-tkcas.x86_64 0:01.21.19-20210304.140529293669 \n sas-tkcas3rdclnt.x86_64 0:01.21.06-20210119.135820243384 \n sas-tkcasu.x86_64 0:03.21.01-20210223.190719842708 \n sas-tkcdfts.x86_64 0:03.21.03-20201204.102924407224 \n sas-tkcloud.x86_64 0:01.20.01-20210301.175952523633 \n sas-tkcloud1.x86_64 0:01.20.01-20210302.092820240462 \n sas-tkcore.x86_64 0:03.21.05-20210301.180204449628 \n sas-tkcore1.x86_64 0:03.21.05-20210302.115115581069 \n sas-tkdplrning.x86_64 0:03.21.03-20210303.125535629878 \n sas-tkets.x86_64 0:01.20.01-20201210.091000332211 \n sas-tkets1.x86_64 0:01.20.01-20201209.123723770915 \n sas-tkhpdmine1.x86_64 0:03.21.02-20201209.124332266228 \n sas-tkopnsrcfmt.x86_64 0:03.21.02-20210122.104444218071 \n sas-tkopnsrcfmt1.x86_64 0:03.21.03-20210111.112000958347 \n sas-tktslang.x86_64 0:03.21.08-20210126.120705981040 \n\nComplete!", "stdout_lines": [ "Loaded plugins: fastestmirror", "Loading mirror speeds from cached hostfile", " * base: centos.mirror.liteserver.nl", " * epel: mirror.hostnet.nl", " * extras: mirror.nforce.com", " * updates: mirror.mijn.host", "Package sas-crsrulemine-01.21.00-20191104.225613904295.x86_64 already installed and latest version", "Package sas-casasr-01.21.00-20191104.223734127432.x86_64 already installed and latest version", "Package sas-crstkfactmac-01.21.00-20191104.225950517694.x86_64 already installed and latest version", "Package sas-crssparseml-01.21.00-20191104.225804557050.x86_64 already installed and latest version", "Package sas-tkhpdmine-03.21.00-20191106.201807980266.x86_64 already installed and latest version", "Package sas-crssequence-01.21.01-20201106.144754890413.x86_64 already installed and latest version", "Package sas-tkl4sas-03.21.02-20201104.130345771487.x86_64 already installed and latest version", "Package sas-tksecure1-03.21.04-20201113.122104810616.x86_64 already installed and latest version", "Package sas-securelite1-03.21.00-20191104.234357432786.x86_64 already installed and latest version", "Package sas-tkhpets1-01.20.00-20191104.235000762145.x86_64 already installed and latest version", "Package sas-tkaacas-03.21.00-20191105.205636190674.x86_64 already installed and latest version", "Package sas-forecast1-03.21.00-20191104.232249115313.x86_64 already installed and latest version", "Package sas-connectcfg-03.19.00-20191104.224454966835.x86_64 already installed and latest version", "Package sas-hadooptracer-3.5.7-20191014.1571066276521.x86_64 already installed and latest version", "Package sas-tktmfrequtil-03.21.00-20191104.235341728101.x86_64 already installed and latest version", "Package sas-envesntl1-1.4.0-20180607.1528400375177.x86_64 already installed and latest version", "Package sas-or1-03.21.00-20191104.234129469417.x86_64 already installed and latest version", "Package sas-crsactivelrn-01.21.00-20191106.200045426753.x86_64 already installed and latest version", "Package sas-basestat1-03.21.00-20191104.231633920942.x86_64 already installed and latest version", "Package sas-crscountreg-01.21.00-20191104.224702153517.x86_64 already installed and latest version", "Package sas-crsgampl-03.19.00-20191104.224958154300.x86_64 already installed and latest version", "Package sas-crsloadstrms-01.21.00-20191104.225058754955.x86_64 already installed and latest version", "Package sas-grodscrendr1-3.17.1-20200220.132605375777.x86_64 already installed and latest version", "Package sas-crsrecommend-01.21.00-20191104.225521308327.x86_64 already installed and latest version", "Package sas-securedom-03.21.00-20191104.231908375774.x86_64 already installed and latest version", "Package sas-crstimfilter-01.21.00-20191104.225950523580.x86_64 already installed and latest version", "Package sas-crsdspilot-01.21.01-20200608.144108557942.x86_64 already installed and latest version", "Package sas-crsdtree-01.21.02-20200603.132808076067.x86_64 already installed and latest version", "Package sas-crsnmf-3.21.00-20191106.200548963985.x86_64 already installed and latest version", "Package sas-crspls-01.21.00-20191104.225424864374.x86_64 already installed and latest version", "Package sas-crssampling-01.21.00-20191104.225614740857.x86_64 already installed and latest version", "Package sas-jsoncpp-03.21.00-20191106.201316842657.x86_64 already installed and latest version", "Package sas-tkjava1-03.21.00-20191104.235202730833.x86_64 already installed and latest version", "Package sas-tkpostgres1-03.21.00-20191104.235544715042.x86_64 already installed and latest version", "Package sas-tkdmine1-03.21.00-20191104.234747390997.x86_64 already installed and latest version", "Package sas-tkformats-03.21.00-20191105.210234205802.x86_64 already installed and latest version", "Package sas-dmscore1-03.21.00-20191104.232035389917.x86_64 already installed and latest version", "Package sas-hphpf1-03.21.00-20191104.232452890068.x86_64 already installed and latest version", "Package sas-hpstatmpp1-03.21.00-20191104.232540148291.x86_64 already installed and latest version", "Package sas-tkiog-03.21.00-20191104.234539990578.x86_64 already installed and latest version", "Package sas-cdfbase-03.21.01-20201111.091822018797.x86_64 already installed and latest version", "Package sas-crscardinal-01.21.00-20191104.224626521136.x86_64 already installed and latest version", "Package sas-tkiog1-03.21.00-20191104.235131933654.x86_64 already installed and latest version", "Package sas-crsqlim-01.21.00-20191104.225513533375.x86_64 already installed and latest version", "Package sas-crsnlm-01.21.00-20191104.225252398697.x86_64 already installed and latest version", "Package sas-crsstability-01.21.00-20191104.225852107004.x86_64 already installed and latest version", "Package sas-tkmpi1-03.21.00-20191104.235301480879.x86_64 already installed and latest version", "Package sas-crssimsys-3.21.00-20191106.201220055072.x86_64 already installed and latest version", "Package sas-tkeventbus1-03.21.00-20191104.234842188862.x86_64 already installed and latest version", "Package sas-tkfnc-03.21.02-20201027.092528611155.x86_64 already installed and latest version", "Package sas-tktxtan1-03.21.00-20191104.235907802866.x86_64 already installed and latest version", "Package sas-tknls-03.21.01-20200928.161426240710.x86_64 already installed and latest version", "Package sas-tktxtan-03.21.01-20200810.120159320849.x86_64 already installed and latest version", "Package sas-tkaccess-03.21.00-20191104.232520456003.x86_64 already installed and latest version", "Package sas-tksum-03.21.00-20191106.202009942090.x86_64 already installed and latest version", "Package sas-tkgblidx-03.21.00-20191106.201748341789.x86_64 already installed and latest version", "Package sas-tkjavajars-1.4.13-20190925.1569461299033.x86_64 already installed and latest version", "Package sas-psqlodbc-11.01.0000-20190905.1567713256286.x86_64 already installed and latest version", "Package sas-tktspem-03.21.00-20191104.235454202765.x86_64 already installed and latest version", "Package sas-tkmtrb-01.20.00-20191104.234731308663.x86_64 already installed and latest version", "Package sas-tkspde-03.21.00-20191104.235149317336.x86_64 already installed and latest version", "Package sas-tknls1-03.21.00-20191104.235429183703.x86_64 already installed and latest version", "Package sas-torch-03.21.00-20191106.202025865197.x86_64 already installed and latest version", "Package sas-tkstat-03.21.00-20191104.235205466882.x86_64 already installed and latest version", "Package sas-grjavarendr1-3.17.1-20200220.130903206070.x86_64 already installed and latest version", "Package sas-hadoopwrapr1-2.0.2-20191022.1571767246788.x86_64 already installed and latest version", "Package sas-crssearch-01.21.01-20200810.115901004906.x86_64 already installed and latest version", "Package sas-hadoopbasics-03.21.00-20191106.201221515565.x86_64 already installed and latest version", "Package sas-graph1-03.21.00-20191104.232308460791.x86_64 already installed and latest version", "Package sas-tkspddrv1-03.21.00-20191104.235742962472.x86_64 already installed and latest version", "Package sas-tknnpos-03.21.00-20191106.201909301800.x86_64 already installed and latest version", "Package sas-tkpostgres-03.21.01-20200929.162024253817.x86_64 already installed and latest version", "Package sas-optimizatin1-03.21.00-20191104.233948393672.x86_64 already installed and latest version", "Package sas-tkormpgraph-01.21.03-20201116.125143907708.x86_64 already installed and latest version", "Package sas-tkesp-01.20.01-20200407.192052229947.x86_64 already installed and latest version", "Package sas-textmine1-03.21.00-20191104.234555537115.x86_64 already installed and latest version", "Package sas-aacomp1-01.20.00-20191104.231512463969.x86_64 already installed and latest version", "Package sas-tklua-03.21.00-20191104.234709625623.x86_64 already installed and latest version", "Package sas-mapssas1-03.21.00-20191104.232724773466.x86_64 already installed and latest version", "Package sas-mapsgeo1-03.21.00-20191104.232653279632.x86_64 already installed and latest version", "Package sas-dmtkexp-03.21.01-20200403.163240857649.x86_64 already installed and latest version", "Package sas-hpdmine1-01.20.00-20191104.232438934267.x86_64 already installed and latest version", "Package sas-casluaclnt-01.21.00-20191104.223734151761.x86_64 already installed and latest version", "Package sas-opnsrcfmt1-03.21.01-20200313.182344450253.x86_64 already installed and latest version", "Package sas-scoreaccel1-03.21.00-20191104.234313907652.x86_64 already installed and latest version", "Package sas-cdfopnsrcfmt-03.21.01-20200311.122854695954.x86_64 already installed and latest version", "Package sas-hpets1-03.21.00-20191104.232442986422.x86_64 already installed and latest version", "Package sas-cmp1-03.21.00-20191104.231837445319.x86_64 already installed and latest version", "Package sas-crsfastknn-01.21.00-20191104.224903112488.x86_64 already installed and latest version", "Package sas-mtrb1-03.21.01-20201007.172126820046.x86_64 already installed and latest version", "Package sas-crsfreq-3.19.00-20191104.224958157211.x86_64 already installed and latest version", "Package sas-basejars1-3.17.2-20200521.171916239227.x86_64 already installed and latest version", "Package sas-crsdeepneurl-01.21.00-20191104.224727823244.x86_64 already installed and latest version", "Package sas-crsmltools-1.21.0-20191104.225150071488.x86_64 already installed and latest version", "Package sas-baseui1-03.21.00-20191104.231633920436.x86_64 already installed and latest version", "Package sas-crsparse-01.21.01-20200810.115837937368.x86_64 already installed and latest version", "Package sas-base1-03.21.09-20201020.170257487537.x86_64 already installed and latest version", "Package sas-crsmbc-1.21.0-20191104.225106916433.x86_64 already installed and latest version", "Package sas-mnsrvutl1-1.9.60-20191106.1573099160003.x86_64 already installed and latest version", "Package sas-crspanel-01.21.00-20191104.225337120598.x86_64 already installed and latest version", "Package sas-crsreinlearn-01.21.01-20200608.143846207838.x86_64 already installed and latest version", "Package sas-dmcommons-03.21.00-20191104.231345332095.x86_64 already installed and latest version", "Package sas-crsrpca-01.21.00-20191104.225606130226.x86_64 already installed and latest version", "Package sas-espbase-6.2.0-20201203.221226741760.x86_64 already installed and latest version", "Package sas-crsspatial-01.21.00-20191104.225806739444.x86_64 already installed and latest version", "Package sas-timesermotif-03.21.00-20191104.232230305344.x86_64 already installed and latest version", "Package sas-crsvarreduce-01.21.00-20191104.231257848017.x86_64 already installed and latest version", "Package sas-crstxtmining-01.21.01-20200810.120003403549.x86_64 already installed and latest version", "Package sas-crssandwich-3.21.00-20191104.225623003636.x86_64 already installed and latest version", "Package sas-crsaggregate-01.21.01-20201016.163748147423.x86_64 already installed and latest version", "Package sas-tkhps-03.21.00-20191106.201833731788.x86_64 already installed and latest version", "Package sas-tkodbc-03.21.01-20200601.215155773231.x86_64 already installed and latest version", "Package sas-tkbasestat-03.21.00-20191104.232630117102.x86_64 already installed and latest version", "Package sas-hps1-03.21.00-20191104.232519571068.x86_64 already installed and latest version", "Package sas-hpstat1-03.21.00-20191104.232536135406.x86_64 already installed and latest version", "Package sas-hpetsmpp1-03.21.00-20191104.232447597760.x86_64 already installed and latest version", "Package sas-mapsgfkb1-03.21.00-20191104.232723314678.x86_64 already installed and latest version", "Package sas-codegnscrpt1-03.21.01-20200519.174930193189.x86_64 already installed and latest version", "Package sas-espauth-6.2.0-20201203.221007702708.x86_64 already installed and latest version", "Package sas-timeserssa-03.21.00-20191104.232309894870.x86_64 already installed and latest version", "Package sas-subspactrack-01.21.00-20191104.232008584237.x86_64 already installed and latest version", "Package sas-csq-1.0.6-20200810.1597065200529.x86_64 already installed and latest version", "Package sas-tktscore1-03.21.00-20191104.235842832892.x86_64 already installed and latest version", "Package sas-tkormpgraph1-01.21.00-20191104.235532199391.x86_64 already installed and latest version", "Package sas-tkstat1-03.21.00-20191104.235757801898.x86_64 already installed and latest version", "Package sas-tkfnc1-03.21.01-20200714.142004293266.x86_64 already installed and latest version", "Package sas-tkjavajars1-1.4.13-20190925.1569461299033.x86_64 already installed and latest version", "Package sas-tktspem1-03.21.00-20191104.235848014278.x86_64 already installed and latest version", "Package sas-tkspde1-03.21.00-20191104.235746942966.x86_64 already installed and latest version", "Package sas-casconnctsb1-03.21.00-20191104.231648982811.x86_64 already installed and latest version", "Package sas-psqlodbc1-11.01.0000-20190814.1565808813646.x86_64 already installed and latest version", "Package sas-tkodbc1-03.21.00-20191104.235432967840.x86_64 already installed and latest version", "Package sas-tkmtrb1-01.20.01-20200930.095754179433.x86_64 already installed and latest version", "Package sas-tkiml1-03.21.00-20191104.235053801438.x86_64 already installed and latest version", "Package sas-tksecuressh1-03.21.00-20191104.235654237737.x86_64 already installed and latest version", "Package sas-tsreconcile1-03.21.00-20191104.235939556337.x86_64 already installed and latest version", "Package sas-ttfonts1-1.7.4-20191015.1571161509.x86_64 already installed and latest version", "Package sas-tstimeinfo1-03.21.00-20191104.235946059259.x86_64 already installed and latest version", "Package sas-tktscore-03.21.00-20191104.235352958844.x86_64 already installed and latest version", "Package sas-tksecure-03.21.00-20191104.235038553467.x86_64 already installed and latest version", "Package sas-txtmineng-03.21.00-20191104.235831670759.x86_64 already installed and latest version", "Package sas-tkjava-03.21.00-20191104.234616165065.x86_64 already installed and latest version", "Package sas-tkair-03.21.00-20191104.232535014350.x86_64 already installed and latest version", "Package sas-tkcmptrvsn-03.21.00-20191104.233107070470.x86_64 already installed and latest version", "Package sas-caspythnclnt-01.21.01-20200804.162747133399.x86_64 already installed and latest version", "Package sas-docconvjars-1.2.2-20181205.1544017862749.x86_64 already installed and latest version", "Package sas-cdfpstg-03.21.00-20191104.224246692465.x86_64 already installed and latest version", "Package sas-cdfodbc-03.21.00-20191104.224205886917.x86_64 already installed and latest version", "Package sas-crsbiomedimg-01.21.00-20191104.224553922867.x86_64 already installed and latest version", "Package sas-crsdplrning-01.21.00-20191104.224807859266.x86_64 already installed and latest version", "Package sas-crsdeeprnn-01.21.00-20191104.224738934607.x86_64 already installed and latest version", "Package sas-crsaudio-1.21.00-20191104.224537271223.x86_64 already installed and latest version", "Package sas-crsexpmodel-01.21.00-20191104.224903033780.x86_64 already installed and latest version", "Package sas-crsdedup-03.21.00-20191106.200420845530.x86_64 already installed and latest version", "Package sas-crsnetopt-01.21.03-20201116.132217686398.x86_64 already installed and latest version", "Package sas-crsneuralnet-01.21.00-20191104.225244147572.x86_64 already installed and latest version", "Package sas-crsprobml-01.21.00-20191104.225427413477.x86_64 already installed and latest version", "Package sas-crsica-01.21.00-20191104.225004774653.x86_64 already installed and latest version", "Package sas-crsgvarclus-01.21.00-20191104.224958154392.x86_64 already installed and latest version", "Package sas-crsoptimztn-01.21.00-20191106.200806712587.x86_64 already installed and latest version", "Package sas-crsmdiscrete-01.21.00-20191104.225142576499.x86_64 already installed and latest version", "Package sas-crshidmarkmd-01.21.00-20191104.225002901333.x86_64 already installed and latest version", "Package sas-hdoopsasjars-2.0.3-20191022.1571765969880.x86_64 already installed and latest version", "Package sas-hadoopwrapr-2.0.2-20191022.1571767246788.x86_64 already installed and latest version", "Package sas-tkaudio-03.21.00-20191104.232611895230.x86_64 already installed and latest version", "Package sas-tkdq-03.21.00-20191104.234128144031.x86_64 already installed and latest version", "Package sas-tkgraph-03.21.00-20191104.234408039911.x86_64 already installed and latest version", "Package sas-etscomp1-03.21.00-20191104.232249108745.x86_64 already installed and latest version", "Package sas-accelmva1-01.20.00-20191104.231512465559.x86_64 already installed and latest version", "Package sas-dmine1-01.20.00-20191104.232035172489.x86_64 already installed and latest version", "Package sas-aastatistcs1-03.21.00-20191104.231512427032.x86_64 already installed and latest version", "Package sas-basecfg1-03.21.01-20200410.081131281366.x86_64 already installed and latest version", "Package sas-spdsclient1-03.19.00-20191104.234448620718.x86_64 already installed and latest version", "Package sas-odstemplate1-03.21.00-20191104.233644377077.x86_64 already installed and latest version", "Package sas-securedom1-03.21.00-20191104.234355775399.x86_64 already installed and latest version", "Package sas-timeserdm-01.21.00-20191104.232216171163.x86_64 already installed and latest version", "Package sas-casrclnt-03.13.00-20180617.192152095839.x86_64 already installed and latest version", "Package sas-cdfspde-03.21.00-20191104.224358920680.x86_64 already installed and latest version", "Package sas-crscmptrvsn-01.20.00-20191104.224630733565.x86_64 already installed and latest version", "Package sas-crsaglossmod-01.21.00-20191104.224532867443.x86_64 already installed and latest version", "Package sas-crseconcapmd-01.21.00-20191104.224830687198.x86_64 already installed and latest version", "Package sas-crsquantreg-01.21.00-20191104.225517242808.x86_64 already installed and latest version", "Package sas-crsmtlearn-01.21.00-20191104.225159615784.x86_64 already installed and latest version", "Package sas-crsoptminer-01.21.00-20191104.225330717515.x86_64 already installed and latest version", "Package sas-crspseudo-03.19.00-20191104.225436412182.x86_64 already installed and latest version", "Package sas-crsseverity-01.21.00-20191104.225715121285.x86_64 already installed and latest version", "Package sas-crstimefreq-01.21.00-20191104.225944847458.x86_64 already installed and latest version", "Package sas-tkl4sas1-03.21.00-20191104.235228863660.x86_64 already installed and latest version", "Package sas-tkbasestat1-03.21.00-20191104.234633514473.x86_64 already installed and latest version", "Package sas-tktslang1-03.21.02-20200916.095201161688.x86_64 already installed and latest version", "Package sas-tkcs3rdclnt1-01.21.01-20201006.100532080223.x86_64 already installed and latest version", "Package sas-tkhps1-03.21.00-20191106.192805503495.x86_64 already installed and latest version", "Package sas-tkhphpf1-03.21.00-20191104.235019042889.x86_64 already installed and latest version", "Package sas-tkintr1-03.19.00-20191104.235122824695.x86_64 already installed and latest version", "Package sas-tkhpstat1-03.21.00-20191104.235045696799.x86_64 already installed and latest version", "Package sas-timefilters-03.21.00-20191104.232054703522.x86_64 already installed and latest version", "Package sas-tkhadoophive-03.21.01-20201023.105551330238.x86_64 already installed and latest version", "Package sas-tkcdfcommon-03.21.01-20201007.174320501084.x86_64 already installed and latest version", "Package sas-certframe1-3.3.3-20190925.1569429145722.x86_64 already installed and latest version", "Package sas-tkaccess1-03.21.00-20191104.234606682429.x86_64 already installed and latest version", "Package sas-iml1-03.21.01-20200727.131134338438.x86_64 already installed and latest version", "Package sas-tkormp1-03.21.00-20191104.235502863984.x86_64 already installed and latest version", "Package sas-timserextern-03.21.00-20191104.232321961599.x86_64 already installed and latest version", "Package sas-tkqc1-03.21.00-20191104.235550158839.x86_64 already installed and latest version", "Package sas-cbase1-03.21.01-20200519.130050164297.x86_64 already installed and latest version", "Package sas-tkiomml-03.21.00-20191106.201848913545.x86_64 already installed and latest version", "Package sas-cdfweb-03.21.00-20191104.224427593107.x86_64 already installed and latest version", "Package sas-crsastore-01.21.00-20191104.224533155546.x86_64 already installed and latest version", "Package sas-crsboolrule-01.21.01-20200810.115739373280.x86_64 already installed and latest version", "Package sas-crsfcmpact-01.21.00-20191106.200420849013.x86_64 already installed and latest version", "Package sas-crsnetcommon-01.21.03-20201116.132112184401.x86_64 already installed and latest version", "Package sas-crskmeans-01.21.00-20191104.225050680271.x86_64 already installed and latest version", "Package sas-crsmlrning-01.21.02-20200722.160237336183.x86_64 already installed and latest version", "Package sas-crsmodelpub-03.21.00-20191104.225152019641.x86_64 already installed and latest version", "Package sas-crsoverride-03.21.01-20200520.164411362562.x86_64 already installed and latest version", "Package sas-crsspch2txt-1.21.00-20191104.225848231356.x86_64 already installed and latest version", "Package sas-crssgcomp-01.21.00-20191104.225746904858.x86_64 already installed and latest version", "Package sas-crstmserinfo-03.21.00-20191104.230022564641.x86_64 already installed and latest version", "Package sas-crstimedata-01.21.00-20191104.225940433998.x86_64 already installed and latest version", "Package sas-crssvm-01.21.00-20191104.225930218680.x86_64 already installed and latest version", "Package sas-tkcmp-03.21.01-20200326.131925919973.x86_64 already installed and latest version", "Package sas-crsspc-3.19.00-20191104.225838681891.x86_64 already installed and latest version", "Package sas-crstsne-01.21.00-20191104.230416177695.x86_64 already installed and latest version", "Package sas-tmbase-03.21.00-20191104.235550595189.x86_64 already installed and latest version", "Package sas-tkormp-03.21.00-20191104.234906960305.x86_64 already installed and latest version", "Package sas-tkcpp-03.21.00-20191106.201615034785.x86_64 already installed and latest version", "Package sas-hdatplugins-03.21.00-20191106.201221586495.x86_64 already installed and latest version", "Package sas-tktimefilter-03.21.00-20191104.235313955406.x86_64 already installed and latest version", "Package sas-stat1-03.21.00-20191104.234451189103.x86_64 already installed and latest version", "Package sas-tketsutil-03.21.00-20191104.234240669667.x86_64 already installed and latest version", "Package sas-tksecuressh-03.21.00-20191104.235052824693.x86_64 already installed and latest version", "Package sas-tkrabbitmq1-03.21.00-20191104.235555421377.x86_64 already installed and latest version", "Package sas-javaesntl-1.4.1-20201030.1604065917384.x86_64 already installed and latest version", "Package sas-statcomp1-03.21.00-20191104.234455594094.x86_64 already installed and latest version", "Package sas-postgres1-03.21.00-20191104.234134160246.x86_64 already installed and latest version", "Package sas-graphjars1-3.17.1-20200220.111306064704.x86_64 already installed and latest version", "Package sas-secureclint1-03.21.00-20191104.234353442613.x86_64 already installed and latest version", "Package sas-caslibrefdat-01.20.00-20191104.223734162051.x86_64 already installed and latest version", "Package sas-analyticcmn1-03.21.00-20191104.231512428828.x86_64 already installed and latest version", "Package sas-cloud1-01.20.00-20191106.192449275399.x86_64 already installed and latest version", "Package sas-crsfedsql-01.21.03-20200716.161050540620.x86_64 already installed and latest version", "Package sas-graphcomp1-01.20.00-20191104.232308434866.x86_64 already installed and latest version", "Package sas-crsnetsoc-01.21.03-20201116.133505970633.x86_64 already installed and latest version", "Package sas-odbc1-03.21.00-20191104.233549169306.x86_64 already installed and latest version", "Package sas-crsphreg-03.19.00-20191104.225421734433.x86_64 already installed and latest version", "Package sas-mvaeventbus1-03.21.00-20191105.001714092298.x86_64 already installed and latest version", "Package sas-reinlearnlib-03.21.00-20191106.201316840849.x86_64 already installed and latest version", "Package sas-econometrcs1-03.21.00-20191104.232203519239.x86_64 already installed and latest versio } [container.go:403] &{n", "Package sas-crstranspose-01.21.00-20191104.230031826316.x86_64 already installed and latest version", "Package sas-dmscorecas-03.20.00-20191104.231352526504.x86_64 already installed and latest version", "Package sas-mapsgfka1-03.21.00-20191104.232713930147.x86_64 already installed and latest version", "Package sas-crssslearn-01.21.00-20191104.225848238647.x86_64 already installed and latest version", "Package sas-crsdplrnsbst-01.21.00-20191104.224810238308.x86_64 already installed and latest version", "Package sas-crsforecast-01.21.00-20191104.224922710683.x86_64 already installed and latest version", "Package sas-crskernelpca-01.21.00-20191106.200538347244.x86_64 already installed and latest version", "Package sas-crsmtpsrvc-01.21.00-20191104.225234722080.x86_64 already installed and latest version", "Package sas-crsutmseries-01.21.00-20191104.231256566923.x86_64 already installed and latest version", "Package sas-crsregressn-01.21.00-20191104.225529309606.x86_64 already installed and latest version", "Package sas-sasdatasvr1-libs-11.5-20190912.1568260916272.x86_64 already installed and latest version", "Package sas-tkiom1-03.21.03-20201111.173524072254.x86_64 already installed and latest version", "Package sas-tketsutil1-03.21.00-20191104.234821785322.x86_64 already installed and latest version", "Package sas-tkrabbitmq-03.21.00-20191106.201940337597.x86_64 already installed and latest version", "Package sas-tkeventbus-03.21.00-20191106.201647063408.x86_64 already installed and latest version", "Package sas-certframe-3.3.3-20190925.1569429145722.x86_64 already installed and latest version", "Package sas-hadooptracr1-3.5.7-20191014.1571066276521.x86_64 already installed and latest version", "Package sas-timefreqanl-03.21.00-20191104.232103621885.x86_64 already installed and latest version", "Package sas-tsmodel1-03.21.00-20191104.235936582612.x86_64 already installed and latest version", "Package sas-prochttp1-03.21.00-20191104.234135519202.x86_64 already installed and latest version", "Package sas-spawnercfg-03.21.00-20191104.231952568601.x86_64 already installed and latest version", "Package sas-tkformats1-03.21.00-20191105.200249060821.x86_64 already installed and latest version", "Package sas-crsbayesian-01.21.00-20191104.224553049127.x86_64 already installed and latest version", "Package sas-javaesntl1-1.3.17-20191014.1571100754509.x86_64 already installed and latest version", "Package sas-crscopula-01.21.00-20191104.224645098675.x86_64 already installed and latest version", "Package sas-hadoopbascs1-03.21.00-20191104.232350916490.x86_64 already installed and latest version", "Package sas-crspca-01.21.00-20191104.225418133817.x86_64 already installed and latest version", "Package sas-tkcmp1-03.23.00-20201104.080715867122.x86_64 already installed and latest version", "Package sas-crsmixed-03.19.00-20191104.225142985590.x86_64 already installed and latest version", "Package sas-crssentiment-01.21.01-20200810.115941960422.x86_64 already installed and latest version", "Package sas-tkspdsdrv1-03.21.00-20191104.235752774048.x86_64 already installed and latest version", "Package sas-crssvdd-01.21.00-20191104.225858274407.x86_64 already installed and latest version", "Package sas-tkgraph1-03.21.00-20191104.234852763481.x86_64 already installed and latest version", "Package sas-cleanutils-1.8.2-20210111.1610400667491.x86_64 already installed and latest version", "Resolving Dependencies", "--> Running transaction check", "---> Package sas-autotmsermod.x86_64 0:03.21.00-20191104.223734041556 will be updated", "---> Package sas-autotmsermod.x86_64 0:03.21.01-20201210.084646544556 will be an update", "---> Package sas-bootstrap-config.x86_64 0:1.10.6-20201007.1602096856126 will be updated", "---> Package sas-bootstrap-config.x86_64 0:1.10.9-20201204.1607084223290 will be an update", "---> Package sas-cas1.x86_64 0:01.21.01-20201113.143529673106 will be updated", "---> Package sas-cas1.x86_64 0:01.21.02-20210119.113314464518 will be an update", "---> Package sas-connect1.x86_64 0:03.21.00-20191104.231921825102 will be updated", "---> Package sas-connect1.x86_64 0:03.21.01-20210113.112807153150 will be an update", "---> Package sas-crsds2.x86_64 0:01.21.00-20191104.224810411899 will be updated", "---> Package sas-crsds2.x86_64 0:01.21.01-20210119.173803631155 will be an update", "---> Package sas-crsreconcile.x86_64 0:01.21.01-20200520.164542742367 will be updated", "---> Package sas-crsreconcile.x86_64 0:01.21.02-20201210.085231718289 will be an update", "---> Package sas-crsstat.x86_64 0:01.21.03-20200820.105850786982 will be updated", "---> Package sas-crsstat.x86_64 0:01.21.04-20210223.190823527527 will be an update", "---> Package sas-embscoreeng.x86_64 0:02.23.01-20201105.102415743875 will be updated", "---> Package sas-embscoreeng.x86_64 0:02.23.03-20210128.202328998364 will be an update", "---> Package sas-embscoreeng1.x86_64 0:02.23.01-20201027.144646207133 will be updated", "---> Package sas-embscoreeng1.x86_64 0:02.23.03-20210128.152318063122 will be an update", "---> Package sas-envesntl.x86_64 0:1.6.1-20200908.1599574914877 will be updated", "---> Package sas-envesntl.x86_64 0:1.6.3-20210114.1610658906958 will be an update", "---> Package sas-ets1.x86_64 0:03.21.01-20201120.122419148655 will be updated", "---> Package sas-ets1.x86_64 0:03.21.02-20201209.122940293918 will be an update", "---> Package sas-mlearning1.x86_64 0:03.23.01-20200421.140905488668 will be updated", "---> Package sas-mlearning1.x86_64 0:03.23.02-20210108.121536961029 will be an update", "---> Package sas-postgresql-secure-libs-11.x86_64 0:11.9-20200910.1599763244340 will be updated", "---> Package sas-postgresql-secure-libs-11.x86_64 0:11.10-20201210.1607603292138 will be an update", "---> Package sas-runjavasvc.x86_64 0:1.4.7-20201007.1602094790796 will be updated", "---> Package sas-runjavasvc.x86_64 0:1.4.10-20201204.1607086863438 will be an update", "---> Package sas-sashpf1.x86_64 0:01.20.00-20191104.234251780100 will be updated", "---> Package sas-sashpf1.x86_64 0:01.20.01-20201209.123405209633 will be an update", "---> Package sas-sasstudio.x86_64 0:5.2.224-20200916.1600270479817 will be updated", "---> Package sas-sasstudio.x86_64 0:5.2.237-20210217.1613583561003 will be an update", "---> Package sas-simplforcast.x86_64 0:03.21.00-20191104.231922841302 will be updated", "---> Package sas-simplforcast.x86_64 0:03.21.01-20201210.085628549016 will be an update", "---> Package sas-timeseranl.x86_64 0:03.21.00-20191104.232112407511 will be updated", "---> Package sas-timeseranl.x86_64 0:03.21.01-20201210.085944630720 will be an update", "---> Package sas-timesermodel.x86_64 0:03.21.00-20191104.232227706798 will be updated", "---> Package sas-timesermodel.x86_64 0:03.21.01-20201210.090240904437 will be an update", "---> Package sas-timeserutil.x86_64 0:03.21.00-20191104.232318153937 will be updated", "---> Package sas-timeserutil.x86_64 0:03.21.01-20201210.090644576610 will be an update", "---> Package sas-tk.x86_64 0:03.21.04-20200820.173257245808 will be updated", "---> Package sas-tk.x86_64 0:03.21.07-20210225.152332653539 will be an update", "---> Package sas-tk1.x86_64 0:03.21.02-20200203.154808652716 will be updated", "---> Package sas-tk1.x86_64 0:03.21.04-20201218.141951607646 will be an update", "---> Package sas-tkaa.x86_64 0:03.21.00-20191106.201410866013 will be updated", "---> Package sas-tkaa.x86_64 0:03.21.01-20201210.091737764531 will be an update", "---> Package sas-tkaa1.x86_64 0:03.21.00-20191106.192655688722 will be updated", "---> Package sas-tkaa1.x86_64 0:03.21.01-20201209.123901604249 will be an update", "---> Package sas-tkcas.x86_64 0:01.21.13-20201113.095420061024 will be updated", "---> Package sas-tkcas.x86_64 0:01.21.19-20210304.140529293669 will be an update", "---> Package sas-tkcas3rdclnt.x86_64 0:01.21.04-20200714.140358952286 will be updated", "---> Package sas-tkcas3rdclnt.x86_64 0:01.21.06-20210119.135820243384 will be an update", "---> Package sas-tkcasu.x86_64 0:03.21.00-20191106.201511392824 will be updated", "---> Package sas-tkcasu.x86_64 0:03.21.01-20210223.190719842708 will be an update", "---> Package sas-tkcdfts.x86_64 0:03.21.02-20201007.173229316332 will be updated", "---> Package sas-tkcdfts.x86_64 0:03.21.03-20201204.102924407224 will be an update", "---> Package sas-tkcloud.x86_64 0:01.20.00-20191106.201520707876 will be updated", "---> Package sas-tkcloud.x86_64 0:01.20.01-20210301.175952523633 will be an update", "---> Package sas-tkcloud1.x86_64 0:01.20.00-20191106.192655743179 will be updated", "---> Package sas-tkcloud1.x86_64 0:01.20.01-20210302.092820240462 will be an update", "---> Package sas-tkcore.x86_64 0:03.21.04-20201027.100655406151 will be updated", "---> Package sas-tkcore.x86_64 0:03.21.05-20210301.180204449628 will be an update", "---> Package sas-tkcore1.x86_64 0:03.21.04-20200713.150304829515 will be updated", "---> Package sas-tkcore1.x86_64 0:03.21.05-20210302.115115581069 will be an update", "---> Package sas-tkdplrning.x86_64 0:03.21.01-20201120.092632267228 will be updated", "---> Package sas-tkdplrning.x86_64 0:03.21.03-20210303.125535629878 will be an update", "---> Package sas-tkets.x86_64 0:01.20.00-20191106.201618596397 will be updated", "---> Package sas-tkets.x86_64 0:01.20.01-20201210.091000332211 will be an update", "---> Package sas-tkets1.x86_64 0:01.20.00-20191104.234812856012 will be updated", "---> Package sas-tkets1.x86_64 0:01.20.01-20201209.123723770915 will be an update", "---> Package sas-tkhpdmine1.x86_64 0:03.21.01-20200923.163043250096 will be updated", "---> Package sas-tkhpdmine1.x86_64 0:03.21.02-20201209.124332266228 will be an update", "---> Package sas-tkopnsrcfmt.x86_64 0:03.21.01-20200311.122809195202 will be updated", "---> Package sas-tkopnsrcfmt.x86_64 0:03.21.02-20210122.104444218071 will be an update", "---> Package sas-tkopnsrcfmt1.x86_64 0:03.21.02-20201020.140324924919 will be updated", "---> Package sas-tkopnsrcfmt1.x86_64 0:03.21.03-20210111.112000958347 will be an update", "---> Package sas-tktslang.x86_64 0:03.21.07-20200908.124409682576 will be updated", "---> Package sas-tktslang.x86_64 0:03.21.08-20210126.120705981040 will be an update", "--> Finished Dependency Resolution", "", "Dependencies Resolved", "", "================================================================================", " Package Arch Version", " Repository Size", "================================================================================", "Updating:", " sas-autotmsermod x86_64 03.21.01-20201210.084646544556", " sas-forecast-125-x64_redhat_linux_6-yum 378 k", " sas-bootstrap-config x86_64 1.10.9-20201204.1607084223290", " sas-dagent-135-x64_redhat_linux_6-yum 3.3 M", " sas-cas1 x86_64 01.21.02-20210119.113314464518", " sas-vcmnfnd-126-x64_redhat_linux_6-yum 1.2 M", " sas-connect1 x86_64 03.21.01-20210113.112807153150", " sas-connect-125-x64_redhat_linux_6-yum 1.5 M", " sas-crsds2 x86_64 01.21.01-20210119.173803631155", " sas-va-125-x64_redhat_linux_6-yum 278 k", " sas-crsreconcile x86_64 01.21.02-20201210.085231718289", " sas-forecast-125-x64_redhat_linux_6-yum 158 k", " sas-crsstat x86_64 01.21.04-20210223.190823527527", " sas-vcmnfnd-126-x64_redhat_linux_6-yum 3.7 M", " sas-embscoreeng x86_64 02.23.03-20210128.202328998364", " sas-dagent-135-x64_redhat_linux_6-yum 1.8 M", " sas-embscoreeng1 x86_64 02.23.03-20210128.152318063122", " sas-datamapr-100-x64_redhat_linux_6-yum 1.8 M", " sas-envesntl x86_64 1.6.3-20210114.1610658906958", " sas-dagent-135-x64_redhat_linux_6-yum 1.9 M", " sas-ets1 x86_64 03.21.02-20201209.122940293918", " sas-econometr-125-x64_redhat_linux_6-yum 27 M", " sas-mlearning1 x86_64 03.23.02-20210108.121536961029", " sas-mlrning-125-x64_redhat_linux_6-yum 1.9 M", " sas-postgresql-secure-libs-11", " x86_64 11.10-20201210.1607603292138", " sas-dagent-135-x64_redhat_linux_6-yum 963 k", " sas-runjavasvc x86_64 1.4.10-20201204.1607086863438", " sas-dagent-135-x64_redhat_linux_6-yum 3.1 M", " sas-sashpf1 x86_64 01.20.01-20201209.123405209633", " sas-forecast-125-x64_redhat_linux_6-yum 3.5 M", " sas-sasstudio x86_64 5.2.237-20210217.1613583561003", " sas-va-125-x64_redhat_linux_6-yum 349 M", " sas-simplforcast x86_64 03.21.01-20201210.085628549016", " sas-forecast-125-x64_redhat_linux_6-yum 82 k", " sas-timeseranl x86_64 03.21.01-20201210.085944630720", " sas-econometr-125-x64_redhat_linux_6-yum 161 k", " sas-timesermodel x86_64 03.21.01-20201210.090240904437", " sas-econometr-125-x64_redhat_linux_6-yum 566 k", " sas-timeserutil x86_64 03.21.01-20201210.090644576610", " sas-econometr-125-x64_redhat_linux_6-yum 104 k", " sas-tk x86_64 03.21.07-20210225.152332653539", " sas-dagent-135-x64_redhat_linux_6-yum 13 M", " sas-tk1 x86_64 03.21.04-20201218.141951607646", " sas-datamapr-100-x64_redhat_linux_6-yum 5.3 M", " sas-tkaa x86_64 03.21.01-20201210.091737764531", " sas-econometr-125-x64_redhat_linux_6-yum 5.3 M", " sas-tkaa1 x86_64 03.21.01-20201209.123901604249", " sas-mlrning-125-x64_redhat_linux_6-yum 4.1 M", " sas-tkcas x86_64 01.21.19-20210304.140529293669", " sas-vcmnfnd-126-x64_redhat_linux_6-yum 506 M", " sas-tkcas3rdclnt x86_64 01.21.06-20210119.135820243384", " sas-dagent-135-x64_redhat_linux_6-yum 1.3 M", " sas-tkcasu x86_64 03.21.01-20210223.190719842708", " sas-vcmnfnd-126-x64_redhat_linux_6-yum 613 k", " sas-tkcdfts x86_64 03.21.03-20201204.102924407224", " sas-mlrning-125-x64_redhat_linux_6-yum 369 k", " sas-tkcloud x86_64 01.20.01-20210301.175952523633", " sas-vcmnfnd-126-x64_redhat_linux_6-yum 272 k", " sas-tkcloud1 x86_64 01.20.01-20210302.092820240462", " sas-vcmnfnd-126-x64_redhat_linux_6-yum 85 k", " sas-tkcore x86_64 03.21.05-20210301.180204449628", " sas-dagent-135-x64_redhat_linux_6-yum 31 M", " sas-tkcore1 x86_64 03.21.05-20210302.115115581069", " sas-datamapr-100-x64_redhat_linux_6-yum 30 M", " sas-tkdplrning x86_64 03.21.03-20210303.125535629878", " sas-mlrning-125-x64_redhat_linux_6-yum 8.3 M", " sas-tkets x86_64 01.20.01-20201210.091000332211", " sas-dagent-135-x64_redhat_linux_6-yum 123 M", " sas-tkets1 x86_64 01.20.01-20201209.123723770915", " sas-econometr-125-x64_redhat_linux_6-yum 123 M", " sas-tkhpdmine1 x86_64 03.21.02-20201209.124332266228", " sas-datamapr-100-x64_redhat_linux_6-yum 6.1 M", " sas-tkopnsrcfmt x86_64 03.21.02-20210122.104444218071", " sas-vcmnfnd-126-x64_redhat_linux_6-yum 1.5 M", " sas-tkopnsrcfmt1 x86_64 03.21.03-20210111.112000958347", " sas-vcmnfnd-126-x64_redhat_linux_6-yum 1.5 M", " sas-tktslang x86_64 03.21.08-20210126.120705981040", " sas-dagent-135-x64_redhat_linux_6-yum 5.9 M", "", "Transaction Summary", "================================================================================", "Upgrade 39 Packages", "", "Total download size: 1.2 G", "Downloading packages:", "Delta RPMs disabled because /usr/bin/applydeltarpm not installed.", "--------------------------------------------------------------------------------", "Total 5.9 MB/s | 1.2 GB 03:36 ", "Running transaction check", "Running transaction test", "Transaction test succeeded", "Running transaction", " Updating : sas-tkcore-03.21.05-20210301.180204449628.x86_64 1/78 ", " Updating : sas-tkets-01.20.01-20201210.091000332211.x86_64 2/78 ", " Updating : sas-tk-03.21.07-20210225.152332653539.x86_64 3/78 ", " Updating : sas-tkcas3rdclnt-01.21.06-20210119.135820243384.x86_64 4/78 ", " Updating : sas-tktslang-03.21.08-20210126.120705981040.x86_64 5/78 ", " Updating : sas-tkcore1-03.21.05-20210302.115115581069.x86_64 6/78 ", " Updating : sas-tkaa-03.21.01-20201210.091737764531.x86_64 7/78 ", " Updating : sas-crsstat-01.21.04-20210223.190823527527.x86_64 8/78 ", " Updating : sas-tk1-03.21.04-20201218.141951607646.x86_64 9/78 ", " Updating : sas-runjavasvc-1.4.10-20201204.1607086863438.x86_64 10/78 ", " Updating : sas-envesntl-1.6.3-20210114.1610658906958.x86_64 11/78 ", " Updating : sas-tkcasu-03.21.01-20210223.190719842708.x86_64 12/78 ", " Updating : sas-tkaa1-03.21.01-20201209.123901604249.x86_64 13/78 ", " Updating : sas-tkhpdmine1-03.21.02-20201209.124332266228.x86_64 14/78 ", " Updating : sas-embscoreeng1-02.23.03-20210128.152318063122.x86_64 15/78 ", " Updating : sas-mlearning1-03.23.02-20210108.121536961029.x86_64 16/78 ", " Updating : sas-tkcas-01.21.19-20210304.140529293669.x86_64 17/78 ", " Updating : sas-sasstudio-5.2.237-20210217.1613583561003.x86_64 18/78 ", " Updating : sas-crsreconcile-01.21.02-20201210.085231718289.x86_64 19/78 ", " Updating : sas-crsds2-01.21.01-20210119.173803631155.x86_64 20/78 ", " Updating : sas-tkcloud1-01.20.01-20210302.092820240462.x86_64 21/78 ", " Updating : sas-tkcdfts-03.21.03-20201204.102924407224.x86_64 22/78 ", " Updating : sas-embscoreeng-02.23.03-20210128.202328998364.x86_64 23/78 ", " Updating : sas-simplforcast-03.21.01-20201210.085628549016.x86_64 24/78 ", " Updating : sas-autotmsermod-03.21.01-20201210.084646544556.x86_64 25/78 ", " Updating : sas-timeseranl-03.21.01-20201210.085944630720.x86_64 26/78 ", " Updating : sas-timesermodel-03.21.01-20201210.090240904437.x86_64 27/78 ", " Updating : sas-timeserutil-03.21.01-20201210.090644576610.x86_64 28/78 ", " Updating : sas-connect1-03.21.01-20210113.112807153150.x86_64 29/78 ", " Updating : sas-tkcloud-01.20.01-20210301.175952523633.x86_64 30/78 ", " Updating : sas-tkets1-01.20.01-20201209.123723770915.x86_64 31/78 ", " Updating : sas-tkopnsrcfmt-03.21.02-20210122.104444218071.x86_64 32/78 ", " Updating : sas-postgresql-secure-libs-11-11.10-20201210.16076032921 33/78 ", " Updating : sas-bootstrap-config-1.10.9-20201204.1607084223290.x86_6 34/78 ", " Updating : sas-cas1-01.21.02-20210119.113314464518.x86_64 35/78 ", " Updating : sas-ets1-03.21.02-20201209.122940293918.x86_64 36/78 ", " Updating : sas-tkdplrning-03.21.03-20210303.125535629878.x86_64 37/78 ", " Updating : sas-sashpf1-01.20.01-20201209.123405209633.x86_64 38/78 ", " Updating : sas-tkopnsrcfmt1-03.21.03-20210111.112000958347.x86_64 39/78 ", " Cleanup : sas-tkcas-01.21.13-20201113.095420061024.x86_64 40/78 ", " Cleanup : sas-crsds2-01.21.00-20191104.224810411899.x86_64 41/78 ", " Cleanup : sas-embscoreeng-02.23.01-20201105.102415743875.x86_64 42/78 ", " Cleanup : sas-timeserutil-03.21.00-20191104.232318153937.x86_64 43/78 ", " Cleanup : sas-crsreconcile-01.21.01-20200520.164542742367.x86_64 44/78 ", " Cleanup : sas-timesermodel-03.21.00-20191104.232227706798.x86_64 45/78 ", " Cleanup : sas-timeseranl-03.21.00-20191104.232112407511.x86_64 46/78 ", " Cleanup : sas-autotmsermod-03.21.00-20191104.223734041556.x86_64 47/78 ", " Cleanup : sas-simplforcast-03.21.00-20191104.231922841302.x86_64 48/78 ", " Cleanup : sas-embscoreeng1-02.23.01-20201027.144646207133.x86_64 49/78 ", " Cleanup : sas-sasstudio-5.2.224-20200916.1600270479817.x86_64 50/78 ", " Cleanup : sas-crsstat-01.21.03-20200820.105850786982.x86_64 51/78 ", " Cleanup : sas-envesntl-1.6.1-20200908.1599574914877.x86_64 52/78 ", " Cleanup : sas-tkcas3rdclnt-01.21.04-20200714.140358952286.x86_64 53/78 ", " Cleanup : sas-tkcloud1-01.20.00-20191106.192655743179.x86_64 54/78 ", " Cleanup : sas-mlearning1-03.23.01-20200421.140905488668.x86_64 55/78 ", " Cleanup : sas-tkcdfts-03.21.02-20201007.173229316332.x86_64 56/78 ", " Cleanup : sas-runjavasvc-1.4.7-20201007.1602094790796.x86_64 57/78 ", " Cleanup : sas-bootstrap-config-1.10.6-20201007.1602096856126.x86_6 58/78 ", " Cleanup : sas-tktslang-03.21.07-20200908.124409682576.x86_64 59/78 ", " Cleanup : sas-tkaa1-03.21.00-20191106.192655688722.x86_64 60/78 ", " Cleanup : sas-tkcore1-03.21.04-20200713.150304829515.x86_64 61/78 ", " Cleanup : sas-tk-03.21.04-20200820.173257245808.x86_64 62/78 ", " Cleanup : sas-tkcore-03.21.04-20201027.100655406151.x86_64 63/78 ", " Cleanup : sas-tk1-03.21.02-20200203.154808652716.x86_64 64/78 ", " Cleanup : sas-tkhpdmine1-03.21.01-20200923.163043250096.x86_64 65/78 ", " Cleanup : sas-tkets-01.20.00-20191106.201618596397.x86_64 66/78 ", " Cleanup : sas-tkaa-03.21.00-20191106.201410866013.x86_64 67/78 ", " Cleanup : sas-tkcasu-03.21.00-20191106.201511392824.x86_64 68/78 ", " Cleanup : sas-connect1-03.21.00-20191104.231921825102.x86_64 69/78 ", " Cleanup : sas-tkcloud-01.20.00-20191106.201520707876.x86_64 70/78 ", " Cleanup : sas-tkets1-01.20.00-20191104.234812856012.x86_64 71/78 ", " Cleanup : sas-tkopnsrcfmt-03.21.01-20200311.122809195202.x86_64 72/78 ", " Cleanup : sas-postgresql-secure-libs-11-11.9-20200910.159976324434 73/78 ", " Cleanup : sas-cas1-01.21.01-20201113.143529673106.x86_64 74/78 ", " Cleanup : sas-ets1-03.21.01-20201120.122419148655.x86_64 75/78 ", " Cleanup : sas-tkdplrning-03.21.01-20201120.092632267228.x86_64 76/78 ", " Cleanup : sas-sashpf1-01.20.00-20191104.234251780100.x86_64 77/78 ", " Cleanup : sas-tkopnsrcfmt1-03.21.02-20201020.140324924919.x86_64 78/78 ", " Verifying : sas-embscoreeng1-02.23.03-20210128.152318063122.x86_64 1/78 ", " Verifying : sas-simplforcast-03.21.01-20201210.085628549016.x86_64 2/78 ", " Verifying : sas-tkaa-03.21.01-20201210.091737764531.x86_64 3/78 ", " Verifying : sas-tkcdfts-03.21.03-20201204.102924407224.x86_64 4/78 ", " Verifying : sas-tkopnsrcfmt1-03.21.03-20210111.112000958347.x86_64 5/78 ", " Verifying : sas-sashpf1-01.20.01-20201209.123405209633.x86_64 6/78 ", " Verifying : sas-tkdplrning-03.21.03-20210303.125535629878.x86_64 7/78 ", " Verifying : sas-ets1-03.21.02-20201209.122940293918.x86_64 8/78 ", " Verifying : sas-autotmsermod-03.21.01-20201210.084646544556.x86_64 9/78 ", " Verifying : sas-tkcas3rdclnt-01.21.06-20210119.135820243384.x86_64 10/78 ", " Verifying : sas-tktslang-03.21.08-20210126.120705981040.x86_64 11/78 ", " Verifying : sas-tkcore1-03.21.05-20210302.115115581069.x86_64 12/78 ", " Verifying : sas-timeseranl-03.21.01-20201210.085944630720.x86_64 13/78 ", " Verifying : sas-cas1-01.21.02-20210119.113314464518.x86_64 14/78 ", " Verifying : sas-tkhpdmine1-03.21.02-20201209.124332266228.x86_64 15/78 ", " Verifying : sas-timesermodel-03.21.01-20201210.090240904437.x86_64 16/78 ", " Verifying : sas-tkcore-03.21.05-20210301.180204449628.x86_64 17/78 ", " Verifying : sas-tkaa1-03.21.01-20201209.123901604249.x86_64 18/78 ", " Verifying : sas-crsreconcile-01.21.02-20201210.085231718289.x86_64 19/78 ", " Verifying : sas-timeserutil-03.21.01-20201210.090644576610.x86_64 20/78 ", " Verifying : sas-bootstrap-config-1.10.9-20201204.1607084223290.x86_6 21/78 ", " Verifying : sas-postgresql-secure-libs-11-11.10-20201210.16076032921 22/78 ", " Verifying : sas-tkcas-01.21.19-20210304.140529293669.x86_64 23/78 ", " Verifying : sas-embscoreeng-02.23.03-20210128.202328998364.x86_64 24/78 ", " Verifying : sas-tkopnsrcfmt-03.21.02-20210122.104444218071.x86_64 25/78 ", " Verifying : sas-mlearning1-03.23.02-20210108.121536961029.x86_64 26/78 ", " Verifying : sas-tkets-01.20.01-20201210.091000332211.x86_64 27/78 ", " Verifying : sas-tkcasu-03.21.01-20210223.190719842708.x86_64 28/78 ", " Verifying : sas-tkets1-01.20.01-20201209.123723770915.x86_64 29/78 ", " Verifying : sas-runjavasvc-1.4.10-20201204.1607086863438.x86_64 30/78 ", " Verifying : sas-tkcloud-01.20.01-20210301.175952523633.x86_64 31/78 ", " Verifying : sas-tk-03.21.07-20210225.152332653539.x86_64 32/78 ", " Verifying : sas-tk1-03.21.04-20201218.141951607646.x86_64 33/78 ", " Verifying : sas-tkcloud1-01.20.01-20210302.092820240462.x86_64 34/78 ", " Verifying : sas-sasstudio-5.2.237-20210217.1613583561003.x86_64 35/78 ", " Verifying : sas-envesntl-1.6.3-20210114.1610658906958.x86_64 36/78 ", " Verifying : sas-crsds2-01.21.01-20210119.173803631155.x86_64 37/78 ", " Verifying : sas-crsstat-01.21.04-20210223.190823527527.x86_64 38/78 ", " Verifying : sas-connect1-03.21.01-20210113.112807153150.x86_64 39/78 ", " Verifying : sas-tkets-01.20.00-20191106.201618596397.x86_64 40/78 ", " Verifying : sas-tkcloud-01.20.00-20191106.201520707876.x86_64 41/78 ", " Verifying : sas-tkopnsrcfmt1-03.21.02-20201020.140324924919.x86_64 42/78 ", " Verifying : sas-embscoreeng-02.23.01-20201105.102415743875.x86_64 43/78 ", " Verifying : sas-simplforcast-03.21.00-20191104.231922841302.x86_64 44/78 ", " Verifying : sas-bootstrap-config-1.10.6-20201007.1602096856126.x86_6 45/78 ", " Verifying : sas-tkaa-03.21.00-20191106.201410866013.x86_64 46/78 ", " Verifying : sas-ets1-03.21.01-20201120.122419148655.x86_64 47/78 ", " Verifying : sas-tkcloud1-01.20.00-20191106.192655743179.x86_64 48/78 ", " Verifying : sas-crsreconcile-01.21.01-20200520.164542742367.x86_64 49/78 ", " Verifying : sas-tkhpdmine1-03.21.01-20200923.163043250096.x86_64 50/78 ", " Verifying : sas-tktslang-03.21.07-20200908.124409682576.x86_64 51/78 ", " Verifying : sas-embscoreeng1-02.23.01-20201027.144646207133.x86_64 52/78 ", " Verifying : sas-tkcasu-03.21.00-20191106.201511392824.x86_64 53/78 ", " Verifying : sas-tkcore1-03.21.04-20200713.150304829515.x86_64 54/78 ", " Verifying : sas-tkets1-01.20.00-20191104.234812856012.x86_64 55/78 ", " Verifying : sas-tkcore-03.21.04-20201027.100655406151.x86_64 56/78 ", " Verifying : sas-tkcas3rdclnt-01.21.04-20200714.140358952286.x86_64 57/78 ", " Verifying : sas-crsstat-01.21.03-20200820.105850786982.x86_64 58/78 ", " Verifying : sas-timeserutil-03.21.00-20191104.232318153937.x86_64 59/78 ", " Verifying : sas-crsds2-01.21.00-20191104.224810411899.x86_64 60/78 ", " Verifying : sas-tkopnsrcfmt-03.21.01-20200311.122809195202.x86_64 61/78 ", " Verifying : sas-tkcdfts-03.21.02-20201007.173229316332.x86_64 62/78 ", " Verifying : sas-tk1-03.21.02-20200203.154808652716.x86_64 63/78 ", " Verifying : sas-autotmsermod-03.21.00-20191104.223734041556.x86_64 64/78 ", " Verifying : sas-tkaa1-03.21.00-20191106.192655688722.x86_64 65/78 ", " Verifying : sas-tk-03.21.04-20200820.173257245808.x86_64 66/78 ", " Verifying : sas-cas1-01.21.01-20201113.143529673106.x86_64 67/78 ", " Verifying : sas-postgresql-secure-libs-11-11.9-20200910.159976324434 68/78 ", " Verifying : sas-sashpf1-01.20.00-20191104.234251780100.x86_64 69/78 ", " Verifying : sas-timesermodel-03.21.00-20191104.232227706798.x86_64 70/78 ", " Verifying : sas-tkcas-01.21.13-20201113.095420061024.x86_64 71/78 ", " Verifying : sas-envesntl-1.6.1-20200908. } [container.go:403] &{1599574914877.x86_64 72/78 ", " Verifying : sas-mlearning1-03.23.01-20200421.140905488668.x86_64 73/78 ", " Verifying : sas-tkdplrning-03.21.01-20201120.092632267228.x86_64 74/78 ", " Verifying : sas-timeseranl-03.21.00-20191104.232112407511.x86_64 75/78 ", " Verifying : sas-runjavasvc-1.4.7-20201007.1602094790796.x86_64 76/78 ", " Verifying : sas-connect1-03.21.00-20191104.231921825102.x86_64 77/78 ", " Verifying : sas-sasstudio-5.2.224-20200916.1600270479817.x86_64 78/78 ", "", "Updated:", " sas-autotmsermod.x86_64 0:03.21.01-20201210.084646544556 ", " sas-bootstrap-config.x86_64 0:1.10.9-20201204.1607084223290 ", " sas-cas1.x86_64 0:01.21.02-20210119.113314464518 ", " sas-connect1.x86_64 0:03.21.01-20210113.112807153150 ", " sas-crsds2.x86_64 0:01.21.01-20210119.173803631155 ", " sas-crsreconcile.x86_64 0:01.21.02-20201210.085231718289 ", " sas-crsstat.x86_64 0:01.21.04-20210223.190823527527 ", " sas-embscoreeng.x86_64 0:02.23.03-20210128.202328998364 ", " sas-embscoreeng1.x86_64 0:02.23.03-20210128.152318063122 ", " sas-envesntl.x86_64 0:1.6.3-20210114.1610658906958 ", " sas-ets1.x86_64 0:03.21.02-20201209.122940293918 ", " sas-mlearning1.x86_64 0:03.23.02-20210108.121536961029 ", " sas-postgresql-secure-libs-11.x86_64 0:11.10-20201210.1607603292138 ", " sas-runjavasvc.x86_64 0:1.4.10-20201204.1607086863438 ", " sas-sashpf1.x86_64 0:01.20.01-20201209.123405209633 ", " sas-sasstudio.x86_64 0:5.2.237-20210217.1613583561003 ", " sas-simplforcast.x86_64 0:03.21.01-20201210.085628549016 ", " sas-timeseranl.x86_64 0:03.21.01-20201210.085944630720 ", " sas-timesermodel.x86_64 0:03.21.01-20201210.090240904437 ", " sas-timeserutil.x86_64 0:03.21.01-20201210.090644576610 ", " sas-tk.x86_64 0:03.21.07-20210225.152332653539 ", " sas-tk1.x86_64 0:03.21.04-20201218.141951607646 ", " sas-tkaa.x86_64 0:03.21.01-20201210.091737764531 ", " sas-tkaa1.x86_64 0:03.21.01-20201209.123901604249 ", " sas-tkcas.x86_64 0:01.21.19-20210304.140529293669 ", " sas-tkcas3rdclnt.x86_64 0:01.21.06-20210119.135820243384 ", " sas-tkcasu.x86_64 0:03.21.01-20210223.190719842708 ", " sas-tkcdfts.x86_64 0:03.21.03-20201204.102924407224 ", " sas-tkcloud.x86_64 0:01.20.01-20210301.175952523633 ", " sas-tkcloud1.x86_64 0:01.20.01-20210302.092820240462 ", " sas-tkcore.x86_64 0:03.21.05-20210301.180204449628 ", " sas-tkcore1.x86_64 0:03.21.05-20210302.115115581069 ", " sas-tkdplrning.x86_64 0:03.21.03-20210303.125535629878 ", " sas-tkets.x86_64 0:01.20.01-20201210.091000332211 ", " sas-tkets1.x86_64 0:01.20.01-20201209.123723770915 ", " sas-tkhpdmine1.x86_64 0:03.21.02-20201209.124332266228 ", " sas-tkopnsrcfmt.x86_64 0:03.21.02-20210122.104444218071 ", " sas-tkopnsrcfmt1.x86_64 0:03.21.03-20210111.112000958347 ", " sas-tktslang.x86_64 0:03.21.08-20210126.120705981040 ", "", "Complete!" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Aggregate SAS host group packages and yum groups to install] ************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/install-packages-x64_redhat_linux_6-yum.yml:17 } [container.go:403] &{ok: [deployTarget] => { "ansible_facts": { "groups_to_install": [ "ASTORE for EMBSCOREENG", "CAS for SAS Data Quality", "CAS for SAS Econometrics", "CAS for SAS Machine Learning", "CAS for SAS Optimization", "CAS for SAS Statistics", "CAS for SAS Visual Analytics", "CAS for SAS Visual Forecasting", "CAS for SAS Visual Text Analytics", "CAS for Viya Common Foundation", "CUDA Library Support for SAS", "Gold Layer YUM Group for SPRE", "Meta RPM Event Stream CAS Client", "SAS Configuration for Spawner", "SAS Data Connector to ODBC", "SAS Data Connector to PostgreSQL", "SAS Econometrics", "SAS Enterprise Miner", "SAS Foundation for SAS Data Quality", "SAS Foundation for SAS Econometrics", "SAS Foundation for SAS Optimization", "SAS Foundation for SAS Visual Forecasting", "SAS High Performance Procedures", "SAS Machine Learning", "SAS Network Algorithms", "SAS Open Source File Format Engines", "SAS Program Runtime Environment", "SAS Statistics", "SAS Text Analytics for Dutch", "SAS Text Analytics for English", "SAS Visual Text Analytics", "SAS/ACCESS Interface to ODBC (SPRE)", "SAS/ACCESS Interface to PostgreSQL (SPRE)", "SAS/CONNECT", "SAS/GRAPH", "SAS/IML", "SAS/OR", "SAS/STAT" ], "packages_to_install": [ "httpd", "mod_ssl", "sas-basecfg1", "sas-cleanutils", "sas-embscoreeng", "sas-embscoreeng1", "sas-espbase", "sas-javaesntl", "sas-sasadmclnt", "sas-sasgpudcfg", "sas-sasstudio", "sas-spawnercfg", "sas-tkcas", "sas-txtmindut", "sas-txtmineng" ] }, "changed": false } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Install SAS packages] **************************************************** } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/install-packages-x64_redhat_linux_6-yum.yml:22 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615743331.46-151474788297066 `" && echo ansible-tmp-1615743331.46-151474788297066="` echo /tmp/.$USER.ansible/ansible-tmp-1615743331.46-151474788297066 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpo7Ynn3 TO /tmp/..ansible/ansible-tmp-1615743331.46-151474788297066/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615743331.46-151474788297066/ /tmp/..ansible/ansible-tmp-1615743331.46-151474788297066/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615743331.46-151474788297066/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615743331.46-151474788297066/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{changed: [deployTarget] => { "changed": true, "cmd": [ "yum", "install", "-y", "httpd", "mod_ssl", "sas-basecfg1", "sas-cleanutils", "sas-embscoreeng", "sas-embscoreeng1", "sas-espbase", "sas-javaesntl", "sas-sasadmclnt", "sas-sasgpudcfg", "sas-sasstudio", "sas-spawnercfg", "sas-tkcas", "sas-txtmindut", "sas-txtmineng" ], "delta": "0:00:29.273561", "end": "2021-03-14 17:36:00.950029", "invocation": { "module_args": { "_raw_params": "yum install -y httpd mod_ssl sas-basecfg1 sas-cleanutils sas-embscoreeng sas-embscoreeng1 sas-espbase sas-javaesntl sas-sasadmclnt sas-sasgpudcfg sas-sasstudio sas-spawnercfg sas-tkcas sas-txtmindut sas-txtmineng", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": false } }, "rc": 0, "start": "2021-03-14 17:35:31.676468", "stderr": "", "stderr_lines": [], "stdout": "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirror.liteserver.nl\n * epel: mirror.hostnet.nl\n * extras: mirror.nforce.com\n * updates: mirror.mijn.host\nPackage httpd-2.4.6-97.el7.centos.x86_64 already installed and latest version\nPackage sas-basecfg1-03.21.01-20200410.081131281366.x86_64 already installed and latest version\nPackage sas-cleanutils-1.8.2-20210111.1610400667491.x86_64 already installed and latest version\nPackage sas-embscoreeng-02.23.03-20210128.202328998364.x86_64 already installed and latest version\nPackage sas-embscoreeng1-02.23.03-20210128.152318063122.x86_64 already installed and latest version\nPackage sas-espbase-6.2.0-20201203.221226741760.x86_64 already installed and latest version\nPackage sas-javaesntl-1.4.1-20201030.1604065917384.x86_64 already installed and latest version\nPackage sas-sasstudio-5.2.237-20210217.1613583561003.x86_64 already installed and latest version\nPackage sas-spawnercfg-03.21.00-20191104.231952568601.x86_64 already installed and latest version\nPackage sas-tkcas-01.21.19-20210304.140529293669.x86_64 already installed and latest version\nPackage sas-txtmineng-03.21.00-20191104.235831670759.x86_64 already installed and latest version\nResolving Dependencies\n--> Running transaction check\n---> Package mod_ssl.x86_64 1:2.4.6-97.el7.centos will be installed\n---> Package sas-sasadmclnt.x86_64 0:1.3.6-20201007.1602097609074 will be installed\n---> Package sas-sasgpudcfg.x86_64 0:03.21.00-20191104.231827427423 will be installed\n--> Processing Dependency: sas-sasgpud for package: sas-sasgpudcfg-03.21.00-20191104.231827427423.x86_64\n---> Package sas-txtmindut.x86_64 0:03.21.00-20191104.235800351047 will be installed\n--> Running transaction check\n---> Package sas-sasgpud.x86_64 0:03.21.00-20191106.201316843018 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mod_ssl x86_64 1:2.4.6-97.el7.centos updates 114 k\n sas-sasadmclnt x86_64 1.3.6-20201007.1602097609074 sas-dagent-135-x64_redhat_linux_6-yum\n 3.1 M\n sas-sasgpudcfg x86_64 03.21.00-20191104.231827427423 sas-va-125-x64_redhat_linux_6-yum\n 15 k\n sas-txtmindut x86_64 03.21.00-20191104.235800351047 sas-txtmindut-125-x64_redhat_linux_6-yum\n 33 M\nInstalling for dependencies:\n sas-sasgpud x86_64 03.21.00-20191106.201316843018 sas-va-125-x64_redhat_linux_6-yum\n 106 k\n\nTransaction Summary\n================================================================================\nInstall 4 Packages (+1 Dependent package)\n\nTotal download size: 37 M\nInstalled size: 127 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 5.4 MB/s | 37 MB 00:06 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : sas-sasgpud-03.21.00-20191106.201316843018.x86_64 1/5 \n Installing : sas-sasgpudcfg-03.21.00-20191104.231827427423.x86_64 2/5 \n Installing : sas-txtmindut-03.21.00-20191104.235800351047.x86_64 3/5 \n Installing : sas-sasadmclnt-1.3.6-20201007.1602097609074.x86_64 4/5 \n Installing : 1:mod_ssl-2.4.6-97.el7.centos.x86_64 5/5 \n Verifying : 1:mod_ssl-2.4.6-97.el7.centos.x86_64 1/5 \n Verifying : sas-sasgpudcfg-03.21.00-20191104.231827427423.x86_64 2/5 \n Verifying : sas-sasadmclnt-1.3.6-20201007.1602097609074.x86_64 3/5 \n Verifying : sas-txtmindut-03.21.00-20191104.235800351047.x86_64 4/5 \n Verifying : sas-sasgpud-03.21.00-20191106.201316843018.x86_64 5/5 \n\nInstalled:\n mod_ssl.x86_64 1:2.4.6-97.el7.centos \n sas-sasadmclnt.x86_64 0:1.3.6-20201007.1602097609074 \n sas-sasgpudcfg.x86_64 0:03.21.00-20191104.231827427423 \n sas-txtmindut.x86_64 0:03.21.00-20191104.235800351047 \n\nDependency Installed:\n sas-sasgpud.x86_64 0:03.21.00-20191106.201316843018 \n\nComplete!", "stdout_lines": [ "Loaded plugins: fastestmirror", "Loading mirror speeds from cached hostfile", " * base: centos.mirror.liteserver.nl", " * epel: mirror.hostnet.nl", " * extras: mirror.nforce.com", " * updates: mirror.mijn.host", "Package httpd-2.4.6-97.el7.centos.x86_64 already installed and latest version", "Package sas-basecfg1-03.21.01-20200410.081131281366.x86_64 already installed and latest version", "Package sas-cleanutils-1.8.2-20210111.1610400667491.x86_64 already installed and latest version", "Package sas-embscoreeng-02.23.03-20210128.202328998364.x86_64 already installed and latest version", "Package sas-embscoreeng1-02.23.03-20210128.152318063122.x86_64 already installed and latest version", "Package sas-espbase-6.2.0-20201203.221226741760.x86_64 already installed and latest version", "Package sas-javaesntl-1.4.1-20201030.1604065917384.x86_64 already installed and latest version", "Package sas-sasstudio-5.2.237-20210217.1613583561003.x86_64 already installed and latest version", "Package sas-spawnercfg-03.21.00-20191104.231952568601.x86_64 already installed and latest version", "Package sas-tkcas-01.21.19-20210304.140529293669.x86_64 already installed and latest version", "Package sas-txtmineng-03.21.00-20191104.235831670759.x86_64 already installed and latest version", "Resolving Dependencies", "--> Running transaction check", "---> Package mod_ssl.x86_64 1:2.4.6-97.el7.centos will be installed", "---> Package sas-sasadmclnt.x86_64 0:1.3.6-20201007.1602097609074 will be installed", "---> Package sas-sasgpudcfg.x86_64 0:03.21.00-20191104.231827427423 will be installed", "--> Processing Dependency: sas-sasgpud for package: sas-sasgpudcfg-03.21.00-20191104.231827427423.x86_64", "---> Package sas-txtmindut.x86_64 0:03.21.00-20191104.235800351047 will be installed", "--> Running transaction check", "---> Package sas-sasgpud.x86_64 0:03.21.00-20191106.201316843018 will be installed", "--> Finished Dependency Resolution", "", "Dependencies Resolved", "", "================================================================================", " Package Arch Version Repository Size", "================================================================================", "Installing:", " mod_ssl x86_64 1:2.4.6-97.el7.centos updates 114 k", " sas-sasadmclnt x86_64 1.3.6-20201007.1602097609074 sas-dagent-135-x64_redhat_linux_6-yum", " 3.1 M", " sas-sasgpudcfg x86_64 03.21.00-20191104.231827427423 sas-va-125-x64_redhat_linux_6-yum", " 15 k", " sas-txtmindut x86_64 03.21.00-20191104.235800351047 sas-txtmindut-125-x64_redhat_linux_6-yum", " 33 M", "Installing for dependencies:", " sas-sasgpud x86_64 03.21.00-20191106.201316843018 sas-va-125-x64_redhat_linux_6-yum", " 106 k", "", "Transaction Summary", "================================================================================", "Install 4 Packages (+1 Dependent package)", "", "Total download size: 37 M", "Installed size: 127 M", "Downloading packages:", "--------------------------------------------------------------------------------", "Total 5.4 MB/s | 37 MB 00:06 ", "Running transaction check", "Running transaction test", "Transaction test succeeded", "Running transaction", " Installing : sas-sasgpud-03.21.00-20191106.201316843018.x86_64 1/5 ", " Installing : sas-sasgpudcfg-03.21.00-20191104.231827427423.x86_64 2/5 ", " Installing : sas-txtmindut-03.21.00-20191104.235800351047.x86_64 3/5 ", " Installing : sas-sasadmclnt-1.3.6-20201007.1602097609074.x86_64 4/5 ", " Installing : 1:mod_ssl-2.4.6-97.el7.centos.x86_64 5/5 ", " Verifying : 1:mod_ssl-2.4.6-97.el7.centos.x86_64 1/5 ", " Verifying : sas-sasgpudcfg-03.21.00-20191104.231827427423.x86_64 2/5 ", " Verifying : sas-sasadmclnt-1.3.6-20201007.1602097609074.x86_64 3/5 ", " Verifying : sas-txtmindut-03.21.00-20191104.235800351047.x86_64 4/5 ", " Verifying : sas-sasgpud-03.21.00-20191106.201316843018.x86_64 5/5 ", "", "Installed:", " mod_ssl.x86_64 1:2.4.6-97.el7.centos ", " sas-sasadmclnt.x86_64 0:1.3.6-20201007.1602097609074 ", " sas-sasgpudcfg.x86_64 0:03.21.00-20191104.231827427423 ", " sas-txtmindut.x86_64 0:03.21.00-20191104.235800351047 ", "", "Dependency Installed:", " sas-sasgpud.x86_64 0:03.21.00-20191106.201316843018 ", "", "Complete!" ] } } [container.go:403] &{Read vars_file '../vars.yml' } [container.go:403] &{TASK [Update and install SAS groups] ******************************************* } [container.go:403] &{task path: /tmp/sas/sas_viya_playbook/internal/install-packages-x64_redhat_linux_6-yum.yml:29 } [container.go:403] &{ ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /tmp/.$USER.ansible/ansible-tmp-1615743361.06-193089754958461 `" && echo ansible-tmp-1615743361.06-193089754958461="` echo /tmp/.$USER.ansible/ansible-tmp-1615743361.06-193089754958461 `" ) && sleep 0' } [container.go:403] &{Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py } [container.go:403] &{ PUT /root/.ansible/tmp/ansible-local-74N0tzb/tmpWS8pgZ TO /tmp/..ansible/ansible-tmp-1615743361.06-193089754958461/AnsiballZ_command.py } [container.go:403] &{ EXEC /bin/sh -c 'chmod u+x /tmp/..ansible/ansible-tmp-1615743361.06-193089754958461/ /tmp/..ansible/ansible-tmp-1615743361.06-193089754958461/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c '/usr/bin/python /tmp/..ansible/ansible-tmp-1615743361.06-193089754958461/AnsiballZ_command.py && sleep 0' } [container.go:403] &{ EXEC /bin/sh -c 'rm -f -r /tmp/..ansible/ansible-tmp-1615743361.06-193089754958461/ > /dev/null 2>&1 && sleep 0' } [container.go:403] &{fatal: [deployTarget]: FAILED! => { "changed": true, "cmd": [ "yum", "install", "-y", "@ASTORE for EMBSCOREENG", "@CAS for SAS Data Quality", "@CAS for SAS Econometrics", "@CAS for SAS Machine Learning", "@CAS for SAS Optimization", "@CAS for SAS Statistics", "@CAS for SAS Visual Analytics", "@CAS for SAS Visual Forecasting", "@CAS for SAS Visual Text Analytics", "@CAS for Viya Common Foundation", "@CUDA Library Support for SAS", "@Gold Layer YUM Group for SPRE", "@Meta RPM Event Stream CAS Client", "@SAS Configuration for Spawner", "@SAS Data Connector to ODBC", "@SAS Data Connector to PostgreSQL", "@SAS Econometrics", "@SAS Enterprise Miner", "@SAS Foundation for SAS Data Quality", "@SAS Foundation for SAS Econometrics", "@SAS Foundation for SAS Optimization", "@SAS Foundation for SAS Visual Forecasting", "@SAS High Performance Procedures", "@SAS Machine Learning", "@SAS Network Algorithms", "@SAS Open Source File Format Engines", "@SAS Program Runtime Environment", "@SAS Statistics", "@SAS Text Analytics for Dutch", "@SAS Text Analytics for English", "@SAS Visual Text Analytics", "@SAS/ACCESS Interface to ODBC (SPRE)", "@SAS/ACCESS Interface to PostgreSQL (SPRE)", "@SAS/CONNECT", "@SAS/GRAPH", "@SAS/IML", "@SAS/OR", "@SAS/STAT" ], "delta": "0:04:31.787979", "end": "2021-03-14 17:40:32.971564", "invocation": { "module_args": { "_raw_params": "yum install -y \"@ASTORE for EMBSCOREENG\" \"@CAS for SAS Data Quality\" \"@CAS for SAS Econometrics\" \"@CAS for SAS Machine Learning\" \"@CAS for SAS Optimization\" \"@CAS for SAS Statistics\" \"@CAS for SAS Visual Analytics\" \"@CAS for SAS Visual Forecasting\" \"@CAS for SAS Visual Text Analytics\" \"@CAS for Viya Common Foundation\" \"@CUDA Library Support for SAS\" \"@Gold Layer YUM Group for SPRE\" \"@Meta RPM Event Stream CAS Client\" \"@SAS Configuration for Spawner\" \"@SAS Data Connector to ODBC\" \"@SAS Data Connector to PostgreSQL\" \"@SAS Econometrics\" \"@SAS Enterprise Miner\" \"@SAS Foundation for SAS Data Quality\" \"@SAS Foundation for SAS Econometrics\" \"@SAS Foundation for SAS Optimization\" \"@SAS Foundation for SAS Visual Forecasting\" \"@SAS High Performance Procedures\" \"@SAS Machine Learning\" \"@SAS Network Algorithms\" \"@SAS Open Source File Format Engines\" \"@SAS Program Runtime Environment\" \"@SAS Statistics\" \"@SAS Text Analytics for Dutch\" \"@SAS Text Analytics for English\" \"@SAS Visual Text Analytics\" \"@SAS/ACCESS Interface to ODBC (SPRE)\" \"@SAS/ACCESS Interface to PostgreSQL (SPRE)\" \"@SAS/CONNECT\" \"@SAS/GRAPH\" \"@SAS/IML\" \"@SAS/OR\" \"@SAS/STAT\"", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": false } }, "msg": "non-zero return code", "rc": 1, "start": "2021-03-14 17:36:01.183585", "stderr": "Warning: Group sas-ygeseastore does not have any packages to install.\nWarning: Group sas-ygeconcas does not have any packages to install.\nWarning: Group sas-ygmlcas does not have any packages to install.\nWarning: Group sas-ygoptcas does not have any packages to install.\nWarning: Group sas-ygstatcas does not have any packages to install.\nWarning: Group sas-ygforcastcas does not have any packages to install.\nWarning: Group sas-ygvcmfndcas does not have any packages to install.\nWarning: Group sas-yggoldlayer1 does not have any packages to install.\nWarning: Group sas-ygespcasvcf does not have any packages to install.\nWarning: Group sas-ygcdfodbc does not have any packages to install.\nWarning: Group sas-ygcdfpstg does not have any packages to install.\nWarning: Group sas-ygets1 does not have any packages to install.\nWarning: Group sas-ygem1 does not have any packages to install.\nWarning: Group sas-ygecon does not have any packages to install.\nWarning: Group sas-ygforcast does not have any packages to install.\nWarning: Group sas-yghpf1 does not have any packages to install.\nWarning: Group sas-ygml does not have any packages to install.\nWarning: Group sas-yggraphcomp1 does not have any packages to install.\nWarning: Group sas-ygopnsrcfmt1 does not have any packages to install.\nWarning: Group sas-ygstat does not have any packages to install.\nWarning: Group sas-ygtxtmindut does not have any packages to install.\nWarning: Group sas-ygtxtmineng does not have any packages to install.\nWarning: Group sas-ygvta does not have any packages to install.\nWarning: Group sas-ygodbc1 does not have any packages to install.\nWarning: Group sas-ygpostgres1 does not have any packages to install.\nWarning: Group sas-ygconnect does not have any packages to install.\nWarning: Group sas-yggraph1 does not have any packages to install.\nWarning: Group sas-ygmapsgfk1 does not have any packages to install.\nWarning: Group sas-ygiml1 does not have any packages to install.\nWarning: Group sas-ygor1 does not have any packages to install.\nWarning: Group sas-ygstat1 does not have any packages to install.\nhttp://172.22.168.128:180/sas_repos/repos/shipped/va/125/va-125-x64_redhat_linux_6-yum/Packages/s/sas-nvidiacuda-03.17.00-20191104.231612790490.x86_64.rpm: [Errno 14] curl#18 - \"transfer closed with 282578843 bytes remaining to read\"\nTrying other mirror.\nhttp://172.22.168.128:180/sas_repos/repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum/Packages/s/sas-nvidiacuda1-03.17.00-20191104.233544886114.x86_64.rpm: [Errno 14] curl#18 - \"transfer closed with 251427399 bytes remaining to read\"\nTrying other mirror.\nhttp://172.22.168.128:180/sas_repos/repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum/Packages/s/sas-qkb-ci1-31.1.5-20190523.1558632690288.x86_64.rpm: [Errno 14] curl#18 - \"transfer closed with 909364219 bytes remaining to read\"\nTrying other mirror.\nhttp://172.22.168.128:180/sas_repos/repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum/Packages/s/sas-qkb-ci-31.1.5-20190523.1558632690288.x86_64.rpm: [Errno 14] curl#18 - \"transfer closed with 741499681 bytes remaining to read\"\nTrying other mirror.\n\n\nError downloading packages:\n sas-qkb-ci1-31.1.5-20190523.1558632690288.x86_64: [Errno 256] No more mirrors to try.\n sas-nvidiacuda-03.17.00-20191104.231612790490.x86_64: [Errno 256] No more mirrors to try.\n sas-qkb-ci-31.1.5-20190523.1558632690288.x86_64: [Errno 256] No more mirrors to try.\n sas-nvidiacuda1-03.17.00-20191104.233544886114.x86_64: [Errno 256] No more mirrors to try.", "stderr_lines": [ "Warning: Group sas-ygeseastore does not have any packages to install.", "Warning: Group sas-ygeconcas does not have any packages to install.", "Warning: Group sas-ygmlcas does not have any packages to install.", "Warning: Group sas-ygoptcas does not have any packages to install.", "Warning: Group sas-ygstatcas does not have any packages to install.", "Warning: Group sas-ygforcastcas does not have any packages to install.", "Warning: Group sas-ygvcmfndcas does not have any packages to install.", "Warning: Group sas-yggoldlayer1 does not have any packages to install.", "Warning: Group sas-ygespcasvcf does not have any packages to install.", "Warning: Group sas-ygcdfodbc does not have any packages to install.", "Warning: Group sas-ygcdfpstg does not have any packages to install.", "Warning: Group sas-ygets1 does not have any packages to install.", "Warning: Group sas-ygem1 does not have any packages to install.", "Warning: Group sas-ygecon does not have any packages to install.", "Warning: Group sas-ygforcast does not have any packages to install.", "Warning: Group sas-yghpf1 does not have any packages to install.", "Warning: Group sas-ygml does not have any packages to install.", "Warning: Group sas-yggraphcomp1 does not have any packages to install.", "Warning: Group sas-ygopnsrcfmt1 does not have any packages to install.", "Warning: Group sas-ygstat does not have any packages to install.", "Warning: Group sas-ygtxtmindut does not have any packages to install.", "Warning: Group sas-ygtxtmineng does not have any packages to install.", "Warning: Group sas-ygvta does not have any packages to install.", "Warning: Group sas-ygodbc1 does not have any packages to install.", "Warning: Group sas-ygpostgres1 does not have any packages to install.", "Warning: Group sas-ygconnect does not have any packages to install.", "Warning: Group sas-yggraph1 does not have any packages to install.", "Warning: Group sas-ygmapsgfk1 does not have any packages to install.", "Warning: Group sas-ygiml1 does not have any packages to install.", "Warning: Group sas-ygor1 does not have any packages to install.", "Warning: Group sas-ygstat1 does not have any packages to install.", "http://172.22.168.128:180/sas_repos/repos/shipped/va/125/va-125-x64_redhat_linux_6-yum/Packages/s/sas-nvidiacuda-03.17.00-20191104.231612790490.x86_64.rpm: [Errno 14] curl#18 - \"transfer closed with 282578843 bytes remaining to read\"", "Trying other mirror.", "http://172.22.168.128:180/sas_repos/repos/shipped/vcmnfnd/126/vcmnfnd-126-x64_redhat_linux_6-yum/Packages/s/sas-nvidiacuda1-03.17.00-20191104.233544886114.x86_64.rpm: [Errno 14] curl#18 - \"transfer closed with 251427399 bytes remaining to read\"", "Trying other mirror.", "http://172.22.168.128:180/sas_repos/repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum/Packages/s/sas-qkb-ci1-31.1.5-20190523.1558632690288.x86_64.rpm: [Errno 14] curl#18 - \"transfer closed with 909364219 bytes remaining to read\"", "Trying other mirror.", "http://172.22.168.128:180/sas_repos/repos/shipped/dmdq/125/dmdq-125-x64_redhat_linux_6-yum/Packages/s/sas-qkb-ci-31.1.5-20190523.1558632690288.x86_64.rpm: [Errno 14] curl#18 - \"transfer closed with 741499681 bytes remaining to read\"", "Trying other mirror.", "", "", "Error downloading packages:", " sas-qkb-ci1-31.1.5-20190523.1558632690288.x86_64: [Errno 256] No more mirrors to try.", " sas-nvidiacuda-03.17.00-20191104.231612790490.x86_64: [Errno 256] No more mirrors to try.", " sas-qkb-ci-31.1.5-20190523.1558632690288.x86_64: [Errno 256] No more mirrors to try.", " sas-nvidiacuda1-03.17.00-20191104.233544886114.x86_64: [Errno 256] No more mirrors to try." ], "stdout": "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.mirror.liteserver.nl\n * epel: mirror.hostnet.nl\n * extras: mirror.nforce.com\n * updates: mirror.mijn.host\nResolving Dependencies\n--> Running transaction check\n---> Package sas-consul-template.x86_64 0:0.24.10004-20200706.1594070083313 will be installed\n---> Package sas-crscluster.x86_64 0:01.20.00-20191104.224626675140 will be installed\n---> Package sas-crscrf.x86_64 0:03.19.01-20200810.115817190480 will be installed\n---> Package sas-crslangid.x86_64 0:01.21.00-20191104.225051980167 will be installed\n---> Package sas-crslda.x86_64 0:03.19.00-20191104.225056509808 will be installed\n---> Package sas-crsprofile.x86_64 0:03.19.00-20191104.225429541857 will be installed\n---> Package sas-crsqkbmgmt.x86_64 0:03.19.00-20191104.225509580233 will be installed\n---> Package sas-crssearchvta.x86_64 0:01.21.01-20200810.115923498194 will be installed\n---> Package sas-crssmdata.x86_64 0:03.19.00-20191104.225755864752 will be installed\n---> Package sas-crstextsum.x86_64 0:03.19.00-20191104.225940452693 will be installed\n---> Package sas-crstxtruldev.x86_64 0:03.19.02-20200810.120022993906 will be installed\n---> Package sas-crstxtruldsc.x86_64 0:03.19.01-20200810.120040188580 will be installed\n---> Package sas-crstxtrulscr.x86_64 0:03.19.01-20200810.120102931558 will be installed\n--> Processing Dependency: sas-tkdepparse for package: sas-crstxtrulscr-03.19.01-20200810.120102931558.x86_64\n---> Package sas-crstxttopic.x86_64 0:03.19.01-20200810.120121552224 will be installed\n---> Package sas-crstxtutil.x86_64 0:03.19.01-20200810.120138210377 will be installed\n---> Package sas-dquality1.x86_64 0:03.21.00-20191104.232111407705 will be installed\n--> Processing Dependency: sas-dmcommons1 for package: sas-dquality1-03.21.00-20191104.232111407705.x86_64\n---> Package sas-dqualityssl1.x86_64 0:03.21.00-20191104.232145313174 will be installed\n---> Package sas-mapsvahdat.x86_64 0:01.20.00-20191104.231548144578 will be installed\n---> Package sas-nvidiacuda.x86_64 0:03.17.00-20191104.231612790490 will be installed\n---> Package sas-nvidiacuda1.x86_64 0:03.17.00-20191104.233544886114 will be installed\n---> Package sas-qkb-ci.x86_64 0:31.1.5-20190523.1558632690288 will be installed\n---> Package sas-qkb-ci1.x86_64 0:31.1.5-20190523.1558632690288 will be installed\n---> Package sas-qkbs-cli.x86_64 0:1.5.2-20191020.1571611507024 will be installed\n---> Package sas-reportvahdat.x86_64 0:01.21.00-20191104.231612790743 will be installed\n---> Package sas-sasirp1.x86_64 0:01.19.00-20200408.202817723050 will be installed\n---> Package sas-tkdq1.x86_64 0:03.21.00-20191104.234754201679 will be installed\n---> Package sas-tkdqfunc.x86_64 0:03.21.00-20191104.234129729338 will be installed\n---> Package sas-tkdqfunc1.x86_64 0:03.21.00-20191104.234758605360 will be installed\n--> Running transaction check\n---> Package sas-dmcommons1.x86_64 0:03.21.00-20191104.232014678276 will be installed\n---> Package sas-tkdepparse.x86_64 0:03.21.00-20191104.233653657548 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version\n Repository Size\n================================================================================\nInstalling for group install \"CAS for SAS Data Quality\":\n sas-crscluster x86_64 01.20.00-20191104.224626675140\n sas-dmdq-125-x64_redhat_linux_6-yum 170 k\n sas-crsprofile x86_64 03.19.00-20191104.225429541857\n sas-dmdq-125-x64_redhat_linux_6-yum 547 k\n sas-crsqkbmgmt x86_64 03.19.00-20191104.225509580233\n sas-dmdq-125-x64_redhat_linux_6-yum 145 k\n sas-qkb-ci x86_64 31.1.5-20190523.1558632690288\n sas-dmdq-125-x64_redhat_linux_6-yum 923 M\n sas-qkbs-cli x86_64 1.5.2-20191020.1571611507024\n sas-dmdq-125-x64_redhat_linux_6-yum 2.9 M\n sas-tkdqfunc x86_64 03.21.00-20191104.234129729338\n sas-dmdq-125-x64_redhat_linux_6-yum 269 k\nInstalling for group install \"CAS for SAS Visual Analytics\":\n sas-mapsvahdat x86_64 01.20.00-20191104.231548144578\n sas-va-125-x64_redhat_linux_6-yum 20 M\n sas-reportvahdat x86_64 01.21.00-20191104.231612790743\n sas-va-125-x64_redhat_linux_6-yum 33 M\nInstalling for group install \"CAS for SAS Visual Text Analytics\":\n sas-crscrf x86_64 03.19.01-20200810.115817190480\n sas-vtxtan-125-x64_redhat_linux_6-yum 152 k\n sas-crslangid x86_64 01.21.00-20191104.225051980167\n sas-vtxtan-125-x64_redhat_linux_6-yum 143 k\n sas-crslda x86_64 03.19.00-20191104.225056509808\n sas-vtxtan-125-x64_redhat_linux_6-yum 324 k\n sas-crssearchvta x86_64 01.21.01-20200810.115923498194\n sas-vtxtan-125-x64_redhat_linux_6-yum 271 k\n sas-crssmdata x86_64 03.19.00-20191104.225755864752\n sas-vtxtan-125-x64_redhat_linux_6-yum 256 k\n sas-crstextsum x86_64 03.19.00-20191104.225940452693\n sas-vtxtan-125-x64_redhat_linux_6-yum 250 k\n sas-crstxtruldev x86_64 03.19.02-20200810.120022993906\n sas-vtxtan-125-x64_redhat_linux_6-yum 579 k\n sas-crstxtruldsc x86_64 03.19.01-20200810.120040188580\n sas-vtxtan-125-x64_redhat_linux_6-yum 193 k\n sas-crstxtrulscr x86_64 03.19.01-20200810.120102931558\n sas-vtxtan-125-x64_redhat_linux_6-yum 246 k\n sas-crstxttopic x86_64 03.19.01-20200810.120121552224\n sas-vtxtan-125-x64_redhat_linux_6-yum 232 k\n sas-crstxtutil x86_64 03.19.01-20200810.120138210377\n sas-vtxtan-125-x64_redhat_linux_6-yum 234 k\nInstalling for group install \"CUDA Library Support for SAS\":\n sas-nvidiacuda x86_64 03.17.00-20191104.231612790490\n sas-va-125-x64_redhat_linux_6-yum 395 M\nInstalling for group install \"SAS Configuration for Spawner\":\n sas-consul-template x86_64 0.24.10004-20200706.1594070083313\n sas-dagent-135-x64_redhat_linux_6-yum 3.5 M\nInstalling for group install \"SAS Foundation for SAS Data Quality\":\n sas-dquality1 x86_64 03.21.00-20191104.232111407705\n sas-dmdq-125-x64_redhat_linux_6-yum 9.6 M\n sas-dqualityssl1 x86_64 03.21.00-20191104.232145313174\n sas-dmdq-125-x64_redhat_linux_6-yum 182 k\n sas-qkb-ci1 x86_64 31.1.5-20190523.1558632690288\n sas-dmdq-125-x64_redhat_linux_6-yum 974 M\n sas-tkdq1 x86_64 03.21.00-20191104.234754201679\n sas-dmdq-125-x64_redhat_linux_6-yum 2.1 M\n sas-tkdqfunc1 x86_64 03.21.00-20191104.234758605360\n sas-dmdq-125-x64_redhat_linux_6-yum 261 k\nInstalling for group install \"SAS Foundation for SAS Optimization\":\n sas-sasirp1 x86_64 01.19.00-20200408.202817723050\n sas-opt-125-x64_redhat_linux_6-yum 574 k\nInstalling for group install \"SAS Program Runtime Environment\":\n sas-nvidiacuda1 x86_64 03.17.00-20191104.233544886114\n sas-vcmnfnd-126-x64_redhat_linux_6-yum 351 M\nInstalling for dependencies:\n sas-dmcommons1 x86_64 03.21.00-20191104.232014678276\n sas-dmdq-125-x64_redhat_linux_6-yum 9.1 M\n sas-tkdepparse x86_64 03.21.00-20191104.233653657548\n sas-vtxtan-125-x64_redhat_linux_6-yum 365 k\n\nTransaction Summary\n================================================================================\nInstall 28 Packages (+2 Dependent packages)\n\nTotal download size: 2.7 G\nInstalled size: 6.9 G\nDownloading packages:", "stdout_lines": [ "Loaded plugins: fastestmirror", "Loading mirror speeds from cached hostfile", " * base: centos.mirror.liteserver.nl", " * epel: mirror.hostnet.nl", " * extras: mirror.nforce.com", " * updates: mirror.mijn.host", "Resolving Dependencies", "--> Running transaction check", "---> Package sas-consul-template.x86_64 0:0.24.10004-20200706.1594070083313 will be installed", "---> Package sas-crscluster.x86_64 0:01.20.00-20191104.224626675140 will be installed", "---> Package sas-crscrf.x86_64 0:03.19.01-20200810.115817190480 will be installed", "---> Package sas-crslangid.x86_64 0:01.21.00-20191104.225051980167 will be installed", "---> Package sas-crslda.x86_64 0:03.19.00-20191104.225056509808 will be installed", "---> Package sas-crsprofile.x86_64 0:03.19.00-20191104.225429541857 will be installed", "---> Package sas-crsqkbmgmt.x86_64 0:03.19.00-20191104.225509580233 will be installed", "---> Package sas-crssearchvta.x86_64 0:01.21.01-20200810.115923498194 will be installed", "---> Package sas-crssmdata.x86_64 0:03.19.00-20191104.225755864752 will be installed", "---> Package sas-crstextsum.x86_64 0:03.19.00-20191104.225940452693 will be installed", "---> Package sas-crstxtruldev.x86_64 0:03.19.02-20200810.120022993906 will be installed", "---> Package sas-crstxtruldsc.x86_64 0:03.19.01-20200810.120040188580 will be installed", "---> Package sas-crstxtrulscr.x86_64 0:03.19.01-20200810.120102931558 will be installed", "--> Processing Dependency: sas-tkdepparse for package: sas-crstxtrulscr-03.19.01-20200810.120102931558.x86_64", "---> Package sas-crstxttopic.x86_64 0:03.19.01-20200810.120121552224 will be installed", "---> Package sas-crstxtutil.x86_64 0:03.19.01-20200810.120138210377 will be installed", "---> Package sas-dquality1.x86_64 0:03.21.00-20191104.232111407705 will be installed", "--> Processing Dependency: sas-dmcommons1 for package: sas-dquality1-03.21.00-20191104.232111407705.x86_64", "---> Package sas-dqualityssl1.x86_64 0:03.21.00-20191104.232145313174 will be installed", "---> Package sas-mapsvahdat.x86_64 0:01.20.00-20191104.231548144578 will be installed", "---> Package sas-nvidiacuda.x86_64 0:03.17.00-20191104.231612790490 will be installed", "---> Package sas-nvidiacuda1.x86_64 0:03.17.00-20191104.233544886114 will be installed", "---> Package sas-qkb-ci.x86_64 0:31.1.5-20190523.1558632690288 will be installed", "---> Package sas-qkb-ci1.x86_64 0:31.1.5-20190523.1558632690288 will be installed", "---> Package sas-qkbs-cli.x86_64 0:1.5.2-20191020.1571611507024 will be installed", "---> Package sas-reportvahdat.x86_64 0:01.21.00-20191104.231612790743 will be installed", "---> Package sas-sasirp1.x86_64 0:01.19.00-20200408.202817723050 will be installed", "---> Package sas-tkdq1.x86_64 0:03.21.00-20191104.234754201679 will be installed", "---> Package sas-tkdqfunc.x86_64 0:03.21.00-20191104.234129729338 will be installed", "---> Package sas-tkdqfunc1.x86_64 0:03.21.00-20191104.234758605360 will be installed", "--> Running transaction check", "---> Package sas-dmcommons1.x86_64 0:03.21.00-20191104.232014678276 will be installed", "---> Package sas-tkdepparse.x86_64 0:03.21.00-20191104.233653657548 will be installed", "--> Finished Dependency Resolution", "", "Dependencies Resolved", "", "================================================================================", " Package Arch Version", " Repository Size", "================================================================================", "Installing for group install \"CAS for SAS Data Quality\":", " sas-crscluster x86_64 01.20.00-20191104.224626675140", " sas-dmdq-125-x64_redhat_linux_6-yum 170 k", " sas-crsprofile x86_64 03.19.00-20191104.225429541857", " sas-dmdq-125-x64_redhat_linux_6-yum 547 k", " sas-crsqkbmgmt x86_64 03.19.00-20191104.225509580233", " sas-dmdq-125-x64_redhat_linux_6-yum 145 k", " sas-qkb-ci x86_64 31.1.5-20190523.1558632690288", " sas-dmdq-125-x64_redhat_linux_6-yum 923 M", " sas-qkbs-cli x86_64 1.5.2-20191020.1571611507024", " sas-dmdq-125-x64_redhat_linux_6-yum 2.9 M", " sas-tkdqfunc x86_64 03.21.00-20191104.234129729338", " sas-dmdq-125-x64_redhat_linux_6-yum 269 k", "Installing for group install \"CAS for SAS Visual Analytics\":", " sas-mapsvahdat x86_64 01.20.00-20191104.231548144578", " sas-va-125-x64_redhat_linux_6-yum 20 M", " sas-reportvahdat x86_64 01.21.00-20191104.231612790743", " sas-va-125-x64_redhat_linux_6-yum 33 M", "Installing for group install \"CAS for SAS Visual Text Analytics\":", " sas-crscrf x86_64 03.19.01-20200810.115817190480", " sas-vtxtan-125-x64_redhat_linux_6-yum 152 k", " sas-crslangid x86_64 01.21.00-20191104.225051980167", " sas-vtxtan-125-x64_redhat_linux_6-yum 143 k", " sas-crslda x86_64 03.19.00-20191104.225056509808", " sas-vtxtan-125-x64_redhat_linux_6-yum 324 k", " sas-crssearchvta x86_64 01.21.01-20200810.115923498194", " sas-vtxtan-125-x64_redhat_linux_6-yum 271 k", " sas-crssmdata x86_64 03.19.00-20191104.225755864752", " sas-vtxtan-125-x64_redhat_linux_6-yum 256 k", " sas-crstextsum x86_64 03.19.00-20191104.225940452693", " sas-vtxtan-125-x64_redhat_linux_6-yum 250 k", " sas-crstxtruldev x86_64 03.19.02-20200810.120022993906", " sas-vtxtan-125-x64_redhat_linux_6-yum 579 k", " sas-crstxtruldsc x86_64 03.19.01-20200810.120040188580", " sas-vtxtan-125-x64_redhat_linux_6-yum 193 k", " sas-crstxtrulscr x86_64 03.19.01-20200810.120102931558", " sas-vtxtan-125-x64_redhat_linux_6-yum 246 k", " sas-crstxttopic x86_64 03.19.01-20200810.120121552224", " sas-vtxtan-125-x64_redhat_linux_6-yum 232 k", " sas-crstxtutil x86_64 03.19.01-20200810.120138210377", " sas-vtxtan-125-x64_redhat_linux_6-yum 234 k", "Installing for group install \"CUDA Library Support for SAS\":", " sas-nvidiacuda x86_64 03.17.00-20191104.231612790490", " sas-va-125-x64_redhat_linux_6-yum 395 M", "Installing for group install \"SAS Configuration for Spawner\":", " sas-consul-template x86_64 0.24.10004-20200706.1594070083313", " sas-dagent-135-x64_redhat_linux_6-yum 3.5 M", "Installing for group install \"SAS Foundation for SAS Data Quality\":", " sas-dquality1 x86_64 03.21.00-20191104.232111407705", " sas-dmdq-125-x64_redhat_linux_6-yum 9.6 M", " sas-dqualityssl1 x86_64 03.21.00-20191104.232145313174", " sas-dmdq-125-x64_redhat_linux_6-yum 182 k", " sas-qkb-ci1 x86_64 31.1.5-20190523.1558632690288", " sas-dmdq-125-x64_redhat_linux_6-yum 974 M", " sas-tkdq1 x86_64 03.21.00-20191104.234754201679", " sas-dmdq-125-x64_redhat_linux_6-yum 2.1 M", " sas-tkdqfunc1 x86_64 03.21.00-20191104.234758605360", " sas-dmdq-125-x64_redhat_linux_6-yum 261 k", "Installing for group install \"SAS Foundation for SAS Optimization\":", " sas-sasirp1 x86_64 01.19.00-20200408.202817723050", " sas-opt-125-x64_redhat_linux_6-yum 574 k", "Installing for group install \"SAS Program Runtime Environment\":", " sas-nvidiacuda1 x86_64 03.17.00-20191104.233544886114", " sas-vcmnfnd-126-x64_redhat_linux_6-yum 351 M", "Installing for dependencies:", " sas-dmcommons1 x86_64 03.21.00-20191104.232014678276", " sas-dmdq-125-x64_redhat_linux_6-yum 9.1 M", " sas-tkdepparse x86_64 03.21.00-20191104.233653657548", " sas-vtxtan-125-x64_redhat_linux_6-yum 365 k", "", "Transaction Summary", "================================================================================", "Install 28 Packages (+2 Dependent packages)", "", "Total download size: 2.7 G", "Installed size: 6.9 G", "Downloading packages:" ] } } [container.go:403] &{NO MORE HOSTS LEFT ************************************************************* } [container.go:403] &{PLAY RECAP ********************************************************************* } [container.go:403] &{deployTarget : ok=139 changed=23 unreachable=0 failed=1 } [container.go:403] &{localhost : ok=12 changed=1 unreachable=0 failed=0 } [container.go:403] &{ } [container.go:403] &{Removing intermediate container 5fbd0746ec5f } [container.go:403] &{Removing intermediate container 5fbd0746ec5f map[code:2 message:The command '/bin/sh -c set -e; pushd sas_viya_playbook ; echo; echo "####### Run the playbook"; echo; ansible-playbook -i inventory_local.ini site.yml -e '@vars_usermods.yml' -vvv ; echo; echo "####### Stop the running services"; echo; /etc/init.d/sas-viya-all-services stop; popd; echo; echo "####### Reset host variables to localhost"; echo; sed -i 's|^options cashost=".*" casport|options cashost="localhost" casport|' /opt/sas/viya/config/etc/batchserver/default/autoexec_deployment.sas; sed -i 's|^env.CAS_VIRTUAL_HOST = '.*'|env.CAS_VIRTUAL_HOST = 'localhost'|' /opt/sas/viya/config/etc/cas/default/casconfig_deployment.lua; sed -i 's|^SASCONTROLLERHOST=.*|SASCONTROLLERHOST=localhost|' /opt/sas/viya/config/etc/sysconfig/cas/default/sas-cas-deployment; sed -i 's|^SAS_CURRENT_HOST=.*|SAS_CURRENT_HOST=localhost|' /opt/sas/viya/config/etc/sysconfig/cas/default/sas-cas-deployment; sed -i 's|^options cashost=".*" casport|options cashost="localhost" casport|' /opt/sas/viya/config/etc/workspaceserver/default/autoexec_deployment.sas; if [ "$PLATFORM" = "redhat" ] ; then sed -i 's|http://.*:|http://localhost:|' /etc/httpd/conf.d/proxy.conf; echo "ServerName localhost" >> /etc/httpd/conf/httpd.conf; elif [ "$PLATFORM" = "suse" ]; then sed -i 's|http://.*:|http://localhost:|' /etc/apache2/conf.d/proxy.conf; echo "ServerName localhost" >> /etc/apache2/httpd.conf; fi; echo; echo "####### Remove permstore"; echo; rm --verbose --recursive --force /opt/sas/viya/config/etc/cas/default/permstore/*; echo; echo "####### Remove created logs"; echo; rm --verbose --recursive --force /opt/sas/viya/config/var/log/all-services/default/*; rm --verbose --recursive --force /opt/sas/viya/config/var/log/cas/default/*; rm --verbose --recursive --force /opt/sas/viya/config/var/log/sasstudio/default/*; rm --verbose --recursive --force /opt/sas/viya/config/var/log/spawner/default/*; echo; if [ "$PLATFORM" = "redhat" ] || [ "$PLATFORM" = "suse" ]; then echo; echo "####### Remove Text Analytic languages; we will add them back in their own layer"; echo; for txtmin in $(rpm -qa | grep sas-txtmin); do if [[ "${txtmin}" != "sas-txtmineng"* ]] && [[ "${txtmin}" != *"yum"* ]]; then echo "####### Uninstalling ${txtmin}"; rpm --verbose -e ${txtmin}; fi; done; fi; if [ "$PLATFORM" = "redhat" ] ; then echo; echo "####### Remove some of the bigger packages that have bloated the layer"; echo; for bigpackage in "sas-mapsgfka1" "sas-mapsgfkb1" "sas-nvidiacuda1" "sas-nvidiacuda" "sas-mapsvahdat" "sas-reportvahdat"; do if rpm -q --quiet ${bigpackage}; then yum erase --assumeyes ${bigpackage}; fi; done; echo; echo "####### Remove the repos"; echo; yum erase --assumeyes "sas-meta-repo*"; if [ -e "/etc/yum.repos.d/sas.repo" ]; then rm --verbose /etc/yum.repos.d/sas.repo; fi; echo; echo "####### Clean up yum"; echo; yum clean all; rm --verbose --recursive --force /root/.cache /var/cache/yum; elif [ "$PLATFORM" = "suse" ]; then echo; echo "####### Remove some of the bigger packages that have bloated the layer"; echo; for bigpackage in "sas-mapsgfka1" "sas-mapsgfkb1" "sas-nvidiacuda1" "sas-nvidiacuda" "sas-mapsvahdat" "sas-reportvahdat"; do if rpm -q --quiet ${bigpackage}; then zypper remove -y ${bigpackage}; fi; done; mkdir -p /opt/sas/viya/config/var/log/spawner/default ; chown sas:sas /opt/sas/viya/config/var/log/spawner/default; echo; echo "####### Clean up zypper"; echo; zypper clean --all; rm --verbose --recursive --force /etc/zypp/repos.d/sas-repo*suse*.repo; rm --verbose --recursive --force /var/cache/zypp; fi; echo; echo "####### Remove the entitlement certificate"; echo; rm --verbose --recursive --force /etc/pki/sas; echo; echo "####### Remove the content in the WORKDIR"; echo; rm --verbose --recursive --force sas-orchestration sas-orchestration-linux.tgz;' returned a non-zero code: 2]}