<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS Viya 4 Install on Disconnected Enviroment in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-4-Install-on-Disconnected-Enviroment/m-p/978475#M30428</link>
    <description>To use the SAS Deployment Operator in a air-gapped environment requires you set up an accessible HTTP server to serve up your repository warehouse.&lt;BR /&gt;&lt;BR /&gt;You specify the URL to that server when creating the sasdeployment custom resource using the "--repository-warehouse" option.&lt;BR /&gt;&lt;BR /&gt;[repository-warehouse-location] (optional)&lt;BR /&gt;    The URL for the warehouse describing what should be deployed. This flag is needed if you are managing a dark environment.&lt;BR /&gt;&lt;BR /&gt;Source: Create the SASDeployment Custom Resource:&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/sasadmincdc/v_069/dplyml0phy0dkr/p0nid9gu3x2cvln1pzpcxa68tpom.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/sasadmincdc/v_069/dplyml0phy0dkr/p0nid9gu3x2cvln1pzpcxa68tpom.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The files that need to be served by that HTTP server are pulled into the --path location specified when you run mirrormgr (~/sas_repos by default). You'll see entitlements.json in there but I think it also makes use of the other paths there (except sas_repos/docker where the actual images were pulled).&lt;BR /&gt;&lt;BR /&gt;Create a Mirror Registry at an Air Gapped Site:&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/sasadmincdc/v_069/dplyml0phy0dkr/n1f39x15xt82m4n13f7bu37l9qum.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/sasadmincdc/v_069/dplyml0phy0dkr/n1f39x15xt82m4n13f7bu37l9qum.htm&lt;/A&gt;</description>
    <pubDate>Thu, 06 Nov 2025 20:40:06 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2025-11-06T20:40:06Z</dc:date>
    <item>
      <title>SAS Viya 4 Install on Disconnected Enviroment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-4-Install-on-Disconnected-Enviroment/m-p/972399#M30203</link>
      <description>&lt;P&gt;My client requires to install SAS Viya on Disconnected Environment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I prepare everything including mirrors registry, image mirrors. Deployment Operator.&lt;/P&gt;&lt;P&gt;But when I deploy software, Operator return Reconcile Failed with message can't Get &lt;A href="https://ses.sas.download/ses/entitlements.json..." target="_blank"&gt;https://ses.sas.download/ses/entitlements.json...&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone suggest &amp;nbsp;me any solution?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 09:02:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-4-Install-on-Disconnected-Enviroment/m-p/972399#M30203</guid>
      <dc:creator>Phuchoang</dc:creator>
      <dc:date>2025-08-11T09:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya 4 Install on Disconnected Enviroment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-4-Install-on-Disconnected-Enviroment/m-p/978446#M30416</link>
      <description>&lt;P&gt;Hi Phuchoang,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you checked if the mirror registry has been added to you local DNS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you confirm if you have used this link to create your mirror registry in the darksite -&lt;A title="Create a Mirror Registry at a Dark Site" href="http:// https://documentation.sas.com/doc/en/sasadmincdc/v_056/dplyml0phy0dkr/n1f39x15xt82m4n13f7bu37l9qum.htm" target="_blank" rel="noopener"&gt;Create a Mirror Registry at a Dark Site&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;During deployment have you created the mirror.yaml&amp;nbsp; as mentioned in the Optional Customization&amp;nbsp;&lt;A title="Add a Mirror Registry to Your SAS Viya Platform Deployment" href="https://documentation.sas.com/doc/en/sasadmincdc/v_056/dplyml0phy0dkr/n08u2yg8tdkb4jn18u8zsi6yfv3d.htm#p16pozfc1zct66n1b8sitnf1vsfk" target="_blank" rel="noopener"&gt;Add a Mirror Registry to Your SAS Viya Platform Deployment&lt;/A&gt;&amp;nbsp;with the required changes being made.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached below a sample of the required changes&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;#Sample mirror.yaml located at sas-bases/examples/mirror/mirror.yaml

apiVersion: builtin
kind: ImageTagTransformer
metadata:
  name: image-transformer-sas-admin-content-loader-mirror
imageTag:
  name: cr.sas.com/viya-4-x64_oci_linux_2-docker/sas-admin-content-loader
  newName: {{ MIRROR-HOST }}/viya-4-x64_oci_linux_2-docker/sas-admin-content-loader
---&lt;/LI-CODE&gt;
&lt;P&gt;You have to edit the {{ MIRROR-HOST }} with the fqdn/registry_name of you mirror registry.&lt;/P&gt;
&lt;LI-CODE lang="shell"&gt;#Edited mirror.yaml in site-config/
apiVersion: builtin
kind: ImageTagTransformer
metadata:
  name: image-transformer-sas-admin-content-loader-mirror
imageTag:
  name: cr.sas.com/viya-4-x64_oci_linux_2-docker/sas-admin-content-loader
  newName: registry.darksite.com/lts2025.03/viya-4-x64_oci_linux_2-docker/sas-admin-content-loader
---
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Here, registry.darksite.com is my mirror registry fqdn, and lts2025.03 is the name of the registry containing all the images.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 07:59:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-4-Install-on-Disconnected-Enviroment/m-p/978446#M30416</guid>
      <dc:creator>Jovian</dc:creator>
      <dc:date>2025-11-06T07:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya 4 Install on Disconnected Enviroment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-4-Install-on-Disconnected-Enviroment/m-p/978475#M30428</link>
      <description>To use the SAS Deployment Operator in a air-gapped environment requires you set up an accessible HTTP server to serve up your repository warehouse.&lt;BR /&gt;&lt;BR /&gt;You specify the URL to that server when creating the sasdeployment custom resource using the "--repository-warehouse" option.&lt;BR /&gt;&lt;BR /&gt;[repository-warehouse-location] (optional)&lt;BR /&gt;    The URL for the warehouse describing what should be deployed. This flag is needed if you are managing a dark environment.&lt;BR /&gt;&lt;BR /&gt;Source: Create the SASDeployment Custom Resource:&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/sasadmincdc/v_069/dplyml0phy0dkr/p0nid9gu3x2cvln1pzpcxa68tpom.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/sasadmincdc/v_069/dplyml0phy0dkr/p0nid9gu3x2cvln1pzpcxa68tpom.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The files that need to be served by that HTTP server are pulled into the --path location specified when you run mirrormgr (~/sas_repos by default). You'll see entitlements.json in there but I think it also makes use of the other paths there (except sas_repos/docker where the actual images were pulled).&lt;BR /&gt;&lt;BR /&gt;Create a Mirror Registry at an Air Gapped Site:&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/sasadmincdc/v_069/dplyml0phy0dkr/n1f39x15xt82m4n13f7bu37l9qum.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/sasadmincdc/v_069/dplyml0phy0dkr/n1f39x15xt82m4n13f7bu37l9qum.htm&lt;/A&gt;</description>
      <pubDate>Thu, 06 Nov 2025 20:40:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-4-Install-on-Disconnected-Enviroment/m-p/978475#M30428</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-11-06T20:40:06Z</dc:date>
    </item>
  </channel>
</rss>

