<?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 Azure / R81 Automation in Cloud Deployment</title>
    <link>https://community.checkpoint.com/t5/Cloud-Deployment/Azure-R81-Automation/m-p/106948#M3</link>
    <description>&lt;P&gt;This project demonstrate some automation capabilities of Check Point &amp;amp; Azure using various 3rd party tools.&lt;/P&gt;
&lt;H2&gt;&lt;A id="user-content-overview-of-environment" class="anchor" href="https://github.com/philipatkinson86/azure-checkpoint-automation#overview-of-environment" target="_blank" rel="noopener" aria-hidden="true"&gt;&lt;/A&gt;Overview of Environment&lt;/H2&gt;
&lt;P&gt;Here is an overview of the environment we will be building:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="overview.png" style="width: 650px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/10050iD97F21A1A887550D/image-size/large?v=v2&amp;amp;px=999" role="button" title="overview.png" alt="overview.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here is a summary of the step-by-step process labelled on the picture:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;The main pool of code used is in this github repository - the 1st step is to copy this onto the Ubuntu workstation ideally via a ‘git pull’ to the local repository&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Once completed, there will be 2 different Terraform directories and 1 Ansible directory plus the secureme.sh script at the top level&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;When the secureme.sh script is run, this will activate the sequence of events to build / configure the environment. The first main action will be to run a ‘terraform apply’ in the TfSms directory which will build the Check Point Mgmt server in Azure&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Once the Mgmt server is built, an ansible playbook will be run to configure the objects / access policy / NAT policy on the Mgmt server plus activate a tool called CME (Cloud Management Extension) which will orchestrate the configuration of any gateways deployed in the Azure subscription&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Once complete, the final action will be to deploy the remainder of the infrastructure in Azure consisting of auto-scaling Check Point Gateways, auto-scaling web servers and some load balancers to support this infrastructure&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Once the script is complete, you will be able to test live web traffic to the new web environment&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2&gt;&lt;A id="user-content-further-info" class="anchor" href="https://github.com/philipatkinson86/azure-checkpoint-automation#further-info" target="_blank" rel="noopener" aria-hidden="true"&gt;&lt;/A&gt;Further Info&lt;/H2&gt;
&lt;P&gt;For a more detailed analysis of the code, processes and pre-requisites to build this environment, take a look at my previous article:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/API-CLI-Discussion-and-Samples/Automation-amp-Orchestration-with-Check-Point-IaaS-Azure/m-p/95914#M5147" target="_blank" rel="nofollow noopener"&gt;https://community.checkpoint.com/t5/API-CLI-Discussion-and-Samples/Automation-amp-Orchestration-with-Check-Point-IaaS-Azure/m-p/95914#M5147&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Link to github repository:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/philipatkinson86/checkpoint-r81-azure-automation" target="_blank" rel="noopener"&gt;https://github.com/philipatkinson86/checkpoint-r81-azure-automation&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jan 2021 22:09:26 GMT</pubDate>
    <dc:creator>Phil_Atkinson</dc:creator>
    <dc:date>2021-01-04T22:09:26Z</dc:date>
    <item>
      <title>Azure / R81 Automation</title>
      <link>https://community.checkpoint.com/t5/Cloud-Deployment/Azure-R81-Automation/m-p/106948#M3</link>
      <description>&lt;P&gt;This project demonstrate some automation capabilities of Check Point &amp;amp; Azure using various 3rd party tools.&lt;/P&gt;
&lt;H2&gt;&lt;A id="user-content-overview-of-environment" class="anchor" href="https://github.com/philipatkinson86/azure-checkpoint-automation#overview-of-environment" target="_blank" rel="noopener" aria-hidden="true"&gt;&lt;/A&gt;Overview of Environment&lt;/H2&gt;
&lt;P&gt;Here is an overview of the environment we will be building:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="overview.png" style="width: 650px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/10050iD97F21A1A887550D/image-size/large?v=v2&amp;amp;px=999" role="button" title="overview.png" alt="overview.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here is a summary of the step-by-step process labelled on the picture:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;The main pool of code used is in this github repository - the 1st step is to copy this onto the Ubuntu workstation ideally via a ‘git pull’ to the local repository&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Once completed, there will be 2 different Terraform directories and 1 Ansible directory plus the secureme.sh script at the top level&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;When the secureme.sh script is run, this will activate the sequence of events to build / configure the environment. The first main action will be to run a ‘terraform apply’ in the TfSms directory which will build the Check Point Mgmt server in Azure&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Once the Mgmt server is built, an ansible playbook will be run to configure the objects / access policy / NAT policy on the Mgmt server plus activate a tool called CME (Cloud Management Extension) which will orchestrate the configuration of any gateways deployed in the Azure subscription&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Once complete, the final action will be to deploy the remainder of the infrastructure in Azure consisting of auto-scaling Check Point Gateways, auto-scaling web servers and some load balancers to support this infrastructure&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Once the script is complete, you will be able to test live web traffic to the new web environment&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2&gt;&lt;A id="user-content-further-info" class="anchor" href="https://github.com/philipatkinson86/azure-checkpoint-automation#further-info" target="_blank" rel="noopener" aria-hidden="true"&gt;&lt;/A&gt;Further Info&lt;/H2&gt;
&lt;P&gt;For a more detailed analysis of the code, processes and pre-requisites to build this environment, take a look at my previous article:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/API-CLI-Discussion-and-Samples/Automation-amp-Orchestration-with-Check-Point-IaaS-Azure/m-p/95914#M5147" target="_blank" rel="nofollow noopener"&gt;https://community.checkpoint.com/t5/API-CLI-Discussion-and-Samples/Automation-amp-Orchestration-with-Check-Point-IaaS-Azure/m-p/95914#M5147&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Link to github repository:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/philipatkinson86/checkpoint-r81-azure-automation" target="_blank" rel="noopener"&gt;https://github.com/philipatkinson86/checkpoint-r81-azure-automation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 22:09:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Deployment/Azure-R81-Automation/m-p/106948#M3</guid>
      <dc:creator>Phil_Atkinson</dc:creator>
      <dc:date>2021-01-04T22:09:26Z</dc:date>
    </item>
  </channel>
</rss>

