SlideShare una empresa de Scribd logo
1 de 17
23 al 27 de Octubre 2017.NET Conf UY v2017
Introducción a
PowerShell DSC
Victor Silva
Analista de Tecnología e Infraestructura
AT Innovando Juntos
23 al 27 de Octubre 2017.NET Conf UY v2017
23 al 27 de Octubre 2017.NET Conf UY v2017
Introducción a
PowerShell DSC
• ¿Por qué? ¿Cómo funciona?
• Requisitos y workflow
• ¿Azure?
23 al 27 de Octubre 2017.NET Conf UY v2017
Definición
Plataforma de administración basada en
PowerShell que permite administrar la
infraestructura de desarrollo y TI con
configuración como código.
23 al 27 de Octubre 2017.NET Conf UY v2017
¿Que es?
Extensión
• PowerShell
syntax
• Configuration
scripts
Configuración
• Crea e
implementa
configuraciones
• Archivos de
configuración
Control
• Aplicar la
configuración
• Mecanismo de
configuración
local
23 al 27 de Octubre 2017.NET Conf UY v2017
¿Por qué?
Previene el “drift”
Separa: configuración e implementación
“Continuous” server deployment
On-site y Cloud
PowerShell ;)
23 al 27 de Octubre 2017.NET Conf UY v2017
DSC Resources
23 al 27 de Octubre 2017.NET Conf UY v2017
Requisitos
• Windows Management Framework 4.0
• .NET Framework 4.5
• Windows Server 2008 R2 SP1 o superior
• Windows 7 SP1 o superior
23 al 27 de Octubre 2017.NET Conf UY v2017
Requisitos (Linux)
• CentOS 5, 6, y 7 (x86/x64)
• Debian GNU/Linux 6, 7 y 8 (x86/x64)
• Oracle Linux 5, 6 y 7 (x86/x64)
• Red Hat Enterprise Linux Server 5, 6 y 7 (x86/x64)
• SUSE Linux Enterprise Server 10, 11 y 12 (x86/x64)
• Ubuntu Server 12.04 LTS, 14.04 LTS y 16.04 LTS
(x86/x64)
• Open Management Infrastructure (OMI)
23 al 27 de Octubre 2017.NET Conf UY v2017
Azure + PowerShell DSC
23 al 27 de Octubre 2017.NET Conf UY v2017
Infrastructure as a code!
23 al 27 de Octubre 2017.NET Conf UY v2017
¿Cómo funciona?
23 al 27 de Octubre 2017.NET Conf UY v2017
Configuration DemoWebSite {
param ($MachineName)
Node $MachineName {
#Instalar el rol de IIS
WindowsFeature IIS {
Ensure = “Present”
Name = “Web-Server”
}
#Instalar ASP.NET 4.5
WindowsFeature ASP {
Ensure = “Present”
Name = “Web-Asp-Net45”
}
}
}
DemoWebsite –MachineName “Server”
Start-DscConfiguration –Path .DemoWebsite –Wait –Verbose
23 al 27 de Octubre 2017.NET Conf UY v2017
Workflow
Configuración
Generar
archivos
Aplicar
23 al 27 de Octubre 2017.NET Conf UY v2017
23 al 27 de Octubre 2017.NET Conf UY v2017
http://bit.ly/DSCDemo
Demos y presentación
23 al 27 de Octubre 2017.NET Conf UY v2017
Muchas gracias!
blog.victorsilva.com.uy
@vmsilvamolina
vmsilvamolina@Gmail.com
Victor Silva

Más contenido relacionado

Similar a Introducción a PowerShell DSC - NET Conf UY v2017

Cómputo en la nube, diferentes sabores para todas nuestras necesidades - .NET...
Cómputo en la nube, diferentes sabores para todas nuestras necesidades - .NET...Cómputo en la nube, diferentes sabores para todas nuestras necesidades - .NET...
Cómputo en la nube, diferentes sabores para todas nuestras necesidades - .NET...Guillermo Javier Bellmann
 
SQL Server 2017 en Linux
SQL Server 2017 en LinuxSQL Server 2017 en Linux
SQL Server 2017 en LinuxSolidQ
 
.Net Conf UY 2017: Un paseo por Azure Service Fabric
.Net Conf UY 2017: Un paseo por Azure Service Fabric.Net Conf UY 2017: Un paseo por Azure Service Fabric
.Net Conf UY 2017: Un paseo por Azure Service FabricGuillermo Javier Bellmann
 
Software Defined Datacenter
Software Defined DatacenterSoftware Defined Datacenter
Software Defined DatacenterSUSE España
 
ReConnect 2015 - ASP.NET 5: MVC 6 y EF 7
ReConnect 2015  - ASP.NET 5: MVC 6 y EF 7ReConnect 2015  - ASP.NET 5: MVC 6 y EF 7
ReConnect 2015 - ASP.NET 5: MVC 6 y EF 7Luis Ruiz Pavón
 
Corriendo SQL Server en Docker
Corriendo SQL Server en DockerCorriendo SQL Server en Docker
Corriendo SQL Server en DockerJavier Villegas
 
Ef core net conf uy 2017
Ef core   net conf uy 2017Ef core   net conf uy 2017
Ef core net conf uy 2017Germán Küber
 
Material teorico
Material teoricoMaterial teorico
Material teoricoJonny Jara
 
SQL Server 2017 soporte en Linux
SQL Server 2017 soporte en LinuxSQL Server 2017 soporte en Linux
SQL Server 2017 soporte en LinuxEduardo Castro
 
dockerize.it
dockerize.itdockerize.it
dockerize.itbetabeers
 
Linux en Microsoft Azure - Global Azure Bootcamp 2019
Linux en Microsoft Azure - Global Azure Bootcamp 2019Linux en Microsoft Azure - Global Azure Bootcamp 2019
Linux en Microsoft Azure - Global Azure Bootcamp 2019Germán Cayo Morales
 

Similar a Introducción a PowerShell DSC - NET Conf UY v2017 (20)

Cómputo en la nube, diferentes sabores para todas nuestras necesidades - .NET...
Cómputo en la nube, diferentes sabores para todas nuestras necesidades - .NET...Cómputo en la nube, diferentes sabores para todas nuestras necesidades - .NET...
Cómputo en la nube, diferentes sabores para todas nuestras necesidades - .NET...
 
SQL Server 2017 en Linux
SQL Server 2017 en LinuxSQL Server 2017 en Linux
SQL Server 2017 en Linux
 
Descubriendo windows azure
Descubriendo windows azureDescubriendo windows azure
Descubriendo windows azure
 
Autobuses de Madrid en tiempo real con Azure Relay
Autobuses de Madrid en tiempo real con Azure RelayAutobuses de Madrid en tiempo real con Azure Relay
Autobuses de Madrid en tiempo real con Azure Relay
 
.Net Conf UY 2017: Un paseo por Azure Service Fabric
.Net Conf UY 2017: Un paseo por Azure Service Fabric.Net Conf UY 2017: Un paseo por Azure Service Fabric
.Net Conf UY 2017: Un paseo por Azure Service Fabric
 
Software Defined Datacenter
Software Defined DatacenterSoftware Defined Datacenter
Software Defined Datacenter
 
ReConnect 2015 - ASP.NET 5: MVC 6 y EF 7
ReConnect 2015  - ASP.NET 5: MVC 6 y EF 7ReConnect 2015  - ASP.NET 5: MVC 6 y EF 7
ReConnect 2015 - ASP.NET 5: MVC 6 y EF 7
 
Vuelven los "Pelochos"
Vuelven los "Pelochos"Vuelven los "Pelochos"
Vuelven los "Pelochos"
 
Corriendo SQL Server en Docker
Corriendo SQL Server en DockerCorriendo SQL Server en Docker
Corriendo SQL Server en Docker
 
Ef core net conf uy 2017
Ef core   net conf uy 2017Ef core   net conf uy 2017
Ef core net conf uy 2017
 
Material de apoyo
Material de apoyoMaterial de apoyo
Material de apoyo
 
Material teorico
Material teoricoMaterial teorico
Material teorico
 
Azure DevOps y Blazor Web Assembly
Azure DevOps y Blazor Web AssemblyAzure DevOps y Blazor Web Assembly
Azure DevOps y Blazor Web Assembly
 
[Code Camp 2009] Cloud Computing - Explorando Windows Azure Services (Carlos ...
[Code Camp 2009] Cloud Computing - Explorando Windows Azure Services (Carlos ...[Code Camp 2009] Cloud Computing - Explorando Windows Azure Services (Carlos ...
[Code Camp 2009] Cloud Computing - Explorando Windows Azure Services (Carlos ...
 
Dprn3 u3 a1_guph
Dprn3 u3 a1_guphDprn3 u3 a1_guph
Dprn3 u3 a1_guph
 
SQL Server 2017 soporte en Linux
SQL Server 2017 soporte en LinuxSQL Server 2017 soporte en Linux
SQL Server 2017 soporte en Linux
 
dockerize.it
dockerize.itdockerize.it
dockerize.it
 
Ponencia W2K8
Ponencia W2K8Ponencia W2K8
Ponencia W2K8
 
Linux en Microsoft Azure - Global Azure Bootcamp 2019
Linux en Microsoft Azure - Global Azure Bootcamp 2019Linux en Microsoft Azure - Global Azure Bootcamp 2019
Linux en Microsoft Azure - Global Azure Bootcamp 2019
 
Cloud Computing: Windows Azure
Cloud Computing: Windows AzureCloud Computing: Windows Azure
Cloud Computing: Windows Azure
 

Más de Victor Silva

Docker + Azure DevOps = Pipeline for Jekyll sites
Docker + Azure DevOps = Pipeline for Jekyll sitesDocker + Azure DevOps = Pipeline for Jekyll sites
Docker + Azure DevOps = Pipeline for Jekyll sitesVictor Silva
 
NET Conf CL v2018 Infrastructure as Code on Azure
NET Conf CL v2018 Infrastructure as Code on AzureNET Conf CL v2018 Infrastructure as Code on Azure
NET Conf CL v2018 Infrastructure as Code on AzureVictor Silva
 
Infrastructure as Code on Azure - NET Conf CO v2018
Infrastructure as Code on Azure - NET Conf CO v2018 Infrastructure as Code on Azure - NET Conf CO v2018
Infrastructure as Code on Azure - NET Conf CO v2018 Victor Silva
 
PowerShell reports
PowerShell reportsPowerShell reports
PowerShell reportsVictor Silva
 
Just Enough Administration: Introduction - PowerShell Meetup UY
Just Enough Administration: Introduction - PowerShell Meetup UYJust Enough Administration: Introduction - PowerShell Meetup UY
Just Enough Administration: Introduction - PowerShell Meetup UYVictor Silva
 
Infrastructure as Code on Azure - NET Conf AR v2018
Infrastructure as Code on Azure - NET Conf AR v2018 Infrastructure as Code on Azure - NET Conf AR v2018
Infrastructure as Code on Azure - NET Conf AR v2018 Victor Silva
 
Azure cloud shell introduction
Azure cloud shell   introductionAzure cloud shell   introduction
Azure cloud shell introductionVictor Silva
 
Infrastructure as code
Infrastructure as codeInfrastructure as code
Infrastructure as codeVictor Silva
 
DevOps, PowerShell y Windows Containers - NET Conf UY v2016
DevOps, PowerShell y Windows Containers  - NET Conf UY v2016DevOps, PowerShell y Windows Containers  - NET Conf UY v2016
DevOps, PowerShell y Windows Containers - NET Conf UY v2016Victor Silva
 

Más de Victor Silva (9)

Docker + Azure DevOps = Pipeline for Jekyll sites
Docker + Azure DevOps = Pipeline for Jekyll sitesDocker + Azure DevOps = Pipeline for Jekyll sites
Docker + Azure DevOps = Pipeline for Jekyll sites
 
NET Conf CL v2018 Infrastructure as Code on Azure
NET Conf CL v2018 Infrastructure as Code on AzureNET Conf CL v2018 Infrastructure as Code on Azure
NET Conf CL v2018 Infrastructure as Code on Azure
 
Infrastructure as Code on Azure - NET Conf CO v2018
Infrastructure as Code on Azure - NET Conf CO v2018 Infrastructure as Code on Azure - NET Conf CO v2018
Infrastructure as Code on Azure - NET Conf CO v2018
 
PowerShell reports
PowerShell reportsPowerShell reports
PowerShell reports
 
Just Enough Administration: Introduction - PowerShell Meetup UY
Just Enough Administration: Introduction - PowerShell Meetup UYJust Enough Administration: Introduction - PowerShell Meetup UY
Just Enough Administration: Introduction - PowerShell Meetup UY
 
Infrastructure as Code on Azure - NET Conf AR v2018
Infrastructure as Code on Azure - NET Conf AR v2018 Infrastructure as Code on Azure - NET Conf AR v2018
Infrastructure as Code on Azure - NET Conf AR v2018
 
Azure cloud shell introduction
Azure cloud shell   introductionAzure cloud shell   introduction
Azure cloud shell introduction
 
Infrastructure as code
Infrastructure as codeInfrastructure as code
Infrastructure as code
 
DevOps, PowerShell y Windows Containers - NET Conf UY v2016
DevOps, PowerShell y Windows Containers  - NET Conf UY v2016DevOps, PowerShell y Windows Containers  - NET Conf UY v2016
DevOps, PowerShell y Windows Containers - NET Conf UY v2016
 

Último

KELA Presentacion Costa Rica 2024 - evento Protégeles
KELA Presentacion Costa Rica 2024 - evento ProtégelesKELA Presentacion Costa Rica 2024 - evento Protégeles
KELA Presentacion Costa Rica 2024 - evento ProtégelesFundación YOD YOD
 
El gusano informático Morris (1988) - Julio Ardita (1995) - Citizenfour (2014...
El gusano informático Morris (1988) - Julio Ardita (1995) - Citizenfour (2014...El gusano informático Morris (1988) - Julio Ardita (1995) - Citizenfour (2014...
El gusano informático Morris (1988) - Julio Ardita (1995) - Citizenfour (2014...JaquelineJuarez15
 
guía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan Josephguía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan JosephBRAYANJOSEPHPEREZGOM
 
CLASE DE TECNOLOGIA E INFORMATICA PRIMARIA
CLASE  DE TECNOLOGIA E INFORMATICA PRIMARIACLASE  DE TECNOLOGIA E INFORMATICA PRIMARIA
CLASE DE TECNOLOGIA E INFORMATICA PRIMARIAWilbisVega
 
Global Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft FabricGlobal Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft FabricKeyla Dolores Méndez
 
trabajotecologiaisabella-240424003133-8f126965.pdf
trabajotecologiaisabella-240424003133-8f126965.pdftrabajotecologiaisabella-240424003133-8f126965.pdf
trabajotecologiaisabella-240424003133-8f126965.pdfIsabellaMontaomurill
 
SalmorejoTech 2024 - Spring Boot <3 Testcontainers
SalmorejoTech 2024 - Spring Boot <3 TestcontainersSalmorejoTech 2024 - Spring Boot <3 Testcontainers
SalmorejoTech 2024 - Spring Boot <3 TestcontainersIván López Martín
 
Proyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptxProyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptx241521559
 
Instrumentación Hoy_ INTERPRETAR EL DIAGRAMA UNIFILAR GENERAL DE UNA PLANTA I...
Instrumentación Hoy_ INTERPRETAR EL DIAGRAMA UNIFILAR GENERAL DE UNA PLANTA I...Instrumentación Hoy_ INTERPRETAR EL DIAGRAMA UNIFILAR GENERAL DE UNA PLANTA I...
Instrumentación Hoy_ INTERPRETAR EL DIAGRAMA UNIFILAR GENERAL DE UNA PLANTA I...AlanCedillo9
 
La era de la educación digital y sus desafios
La era de la educación digital y sus desafiosLa era de la educación digital y sus desafios
La era de la educación digital y sus desafiosFundación YOD YOD
 
Redes direccionamiento y subredes ipv4 2024 .pdf
Redes direccionamiento y subredes ipv4 2024 .pdfRedes direccionamiento y subredes ipv4 2024 .pdf
Redes direccionamiento y subredes ipv4 2024 .pdfsoporteupcology
 
Plan de aula informatica segundo periodo.docx
Plan de aula informatica segundo periodo.docxPlan de aula informatica segundo periodo.docx
Plan de aula informatica segundo periodo.docxpabonheidy28
 
Cortes-24-de-abril-Tungurahua-3 año 2024
Cortes-24-de-abril-Tungurahua-3 año 2024Cortes-24-de-abril-Tungurahua-3 año 2024
Cortes-24-de-abril-Tungurahua-3 año 2024GiovanniJavierHidalg
 
Hernandez_Hernandez_Practica web de la sesion 12.pptx
Hernandez_Hernandez_Practica web de la sesion 12.pptxHernandez_Hernandez_Practica web de la sesion 12.pptx
Hernandez_Hernandez_Practica web de la sesion 12.pptxJOSEMANUELHERNANDEZH11
 
International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)GDGSucre
 
Medidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptx
Medidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptxMedidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptx
Medidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptxaylincamaho
 
PARTES DE UN OSCILOSCOPIO ANALOGICO .pdf
PARTES DE UN OSCILOSCOPIO ANALOGICO .pdfPARTES DE UN OSCILOSCOPIO ANALOGICO .pdf
PARTES DE UN OSCILOSCOPIO ANALOGICO .pdfSergioMendoza354770
 
ATAJOS DE WINDOWS. Los diferentes atajos para utilizar en windows y ser más e...
ATAJOS DE WINDOWS. Los diferentes atajos para utilizar en windows y ser más e...ATAJOS DE WINDOWS. Los diferentes atajos para utilizar en windows y ser más e...
ATAJOS DE WINDOWS. Los diferentes atajos para utilizar en windows y ser más e...FacuMeza2
 
ejercicios pseint para aprogramacion sof
ejercicios pseint para aprogramacion sofejercicios pseint para aprogramacion sof
ejercicios pseint para aprogramacion sofJuancarlosHuertasNio1
 
Presentación inteligencia artificial en la actualidad
Presentación inteligencia artificial en la actualidadPresentación inteligencia artificial en la actualidad
Presentación inteligencia artificial en la actualidadMiguelAngelVillanuev48
 

Último (20)

KELA Presentacion Costa Rica 2024 - evento Protégeles
KELA Presentacion Costa Rica 2024 - evento ProtégelesKELA Presentacion Costa Rica 2024 - evento Protégeles
KELA Presentacion Costa Rica 2024 - evento Protégeles
 
El gusano informático Morris (1988) - Julio Ardita (1995) - Citizenfour (2014...
El gusano informático Morris (1988) - Julio Ardita (1995) - Citizenfour (2014...El gusano informático Morris (1988) - Julio Ardita (1995) - Citizenfour (2014...
El gusano informático Morris (1988) - Julio Ardita (1995) - Citizenfour (2014...
 
guía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan Josephguía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan Joseph
 
CLASE DE TECNOLOGIA E INFORMATICA PRIMARIA
CLASE  DE TECNOLOGIA E INFORMATICA PRIMARIACLASE  DE TECNOLOGIA E INFORMATICA PRIMARIA
CLASE DE TECNOLOGIA E INFORMATICA PRIMARIA
 
Global Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft FabricGlobal Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft Fabric
 
trabajotecologiaisabella-240424003133-8f126965.pdf
trabajotecologiaisabella-240424003133-8f126965.pdftrabajotecologiaisabella-240424003133-8f126965.pdf
trabajotecologiaisabella-240424003133-8f126965.pdf
 
SalmorejoTech 2024 - Spring Boot <3 Testcontainers
SalmorejoTech 2024 - Spring Boot <3 TestcontainersSalmorejoTech 2024 - Spring Boot <3 Testcontainers
SalmorejoTech 2024 - Spring Boot <3 Testcontainers
 
Proyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptxProyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptx
 
Instrumentación Hoy_ INTERPRETAR EL DIAGRAMA UNIFILAR GENERAL DE UNA PLANTA I...
Instrumentación Hoy_ INTERPRETAR EL DIAGRAMA UNIFILAR GENERAL DE UNA PLANTA I...Instrumentación Hoy_ INTERPRETAR EL DIAGRAMA UNIFILAR GENERAL DE UNA PLANTA I...
Instrumentación Hoy_ INTERPRETAR EL DIAGRAMA UNIFILAR GENERAL DE UNA PLANTA I...
 
La era de la educación digital y sus desafios
La era de la educación digital y sus desafiosLa era de la educación digital y sus desafios
La era de la educación digital y sus desafios
 
Redes direccionamiento y subredes ipv4 2024 .pdf
Redes direccionamiento y subredes ipv4 2024 .pdfRedes direccionamiento y subredes ipv4 2024 .pdf
Redes direccionamiento y subredes ipv4 2024 .pdf
 
Plan de aula informatica segundo periodo.docx
Plan de aula informatica segundo periodo.docxPlan de aula informatica segundo periodo.docx
Plan de aula informatica segundo periodo.docx
 
Cortes-24-de-abril-Tungurahua-3 año 2024
Cortes-24-de-abril-Tungurahua-3 año 2024Cortes-24-de-abril-Tungurahua-3 año 2024
Cortes-24-de-abril-Tungurahua-3 año 2024
 
Hernandez_Hernandez_Practica web de la sesion 12.pptx
Hernandez_Hernandez_Practica web de la sesion 12.pptxHernandez_Hernandez_Practica web de la sesion 12.pptx
Hernandez_Hernandez_Practica web de la sesion 12.pptx
 
International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)
 
Medidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptx
Medidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptxMedidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptx
Medidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptx
 
PARTES DE UN OSCILOSCOPIO ANALOGICO .pdf
PARTES DE UN OSCILOSCOPIO ANALOGICO .pdfPARTES DE UN OSCILOSCOPIO ANALOGICO .pdf
PARTES DE UN OSCILOSCOPIO ANALOGICO .pdf
 
ATAJOS DE WINDOWS. Los diferentes atajos para utilizar en windows y ser más e...
ATAJOS DE WINDOWS. Los diferentes atajos para utilizar en windows y ser más e...ATAJOS DE WINDOWS. Los diferentes atajos para utilizar en windows y ser más e...
ATAJOS DE WINDOWS. Los diferentes atajos para utilizar en windows y ser más e...
 
ejercicios pseint para aprogramacion sof
ejercicios pseint para aprogramacion sofejercicios pseint para aprogramacion sof
ejercicios pseint para aprogramacion sof
 
Presentación inteligencia artificial en la actualidad
Presentación inteligencia artificial en la actualidadPresentación inteligencia artificial en la actualidad
Presentación inteligencia artificial en la actualidad
 

Introducción a PowerShell DSC - NET Conf UY v2017

  • 1. 23 al 27 de Octubre 2017.NET Conf UY v2017 Introducción a PowerShell DSC Victor Silva Analista de Tecnología e Infraestructura AT Innovando Juntos
  • 2. 23 al 27 de Octubre 2017.NET Conf UY v2017
  • 3. 23 al 27 de Octubre 2017.NET Conf UY v2017 Introducción a PowerShell DSC • ¿Por qué? ¿Cómo funciona? • Requisitos y workflow • ¿Azure?
  • 4. 23 al 27 de Octubre 2017.NET Conf UY v2017 Definición Plataforma de administración basada en PowerShell que permite administrar la infraestructura de desarrollo y TI con configuración como código.
  • 5. 23 al 27 de Octubre 2017.NET Conf UY v2017 ¿Que es? Extensión • PowerShell syntax • Configuration scripts Configuración • Crea e implementa configuraciones • Archivos de configuración Control • Aplicar la configuración • Mecanismo de configuración local
  • 6. 23 al 27 de Octubre 2017.NET Conf UY v2017 ¿Por qué? Previene el “drift” Separa: configuración e implementación “Continuous” server deployment On-site y Cloud PowerShell ;)
  • 7. 23 al 27 de Octubre 2017.NET Conf UY v2017 DSC Resources
  • 8. 23 al 27 de Octubre 2017.NET Conf UY v2017 Requisitos • Windows Management Framework 4.0 • .NET Framework 4.5 • Windows Server 2008 R2 SP1 o superior • Windows 7 SP1 o superior
  • 9. 23 al 27 de Octubre 2017.NET Conf UY v2017 Requisitos (Linux) • CentOS 5, 6, y 7 (x86/x64) • Debian GNU/Linux 6, 7 y 8 (x86/x64) • Oracle Linux 5, 6 y 7 (x86/x64) • Red Hat Enterprise Linux Server 5, 6 y 7 (x86/x64) • SUSE Linux Enterprise Server 10, 11 y 12 (x86/x64) • Ubuntu Server 12.04 LTS, 14.04 LTS y 16.04 LTS (x86/x64) • Open Management Infrastructure (OMI)
  • 10. 23 al 27 de Octubre 2017.NET Conf UY v2017 Azure + PowerShell DSC
  • 11. 23 al 27 de Octubre 2017.NET Conf UY v2017 Infrastructure as a code!
  • 12. 23 al 27 de Octubre 2017.NET Conf UY v2017 ¿Cómo funciona?
  • 13. 23 al 27 de Octubre 2017.NET Conf UY v2017 Configuration DemoWebSite { param ($MachineName) Node $MachineName { #Instalar el rol de IIS WindowsFeature IIS { Ensure = “Present” Name = “Web-Server” } #Instalar ASP.NET 4.5 WindowsFeature ASP { Ensure = “Present” Name = “Web-Asp-Net45” } } } DemoWebsite –MachineName “Server” Start-DscConfiguration –Path .DemoWebsite –Wait –Verbose
  • 14. 23 al 27 de Octubre 2017.NET Conf UY v2017 Workflow Configuración Generar archivos Aplicar
  • 15. 23 al 27 de Octubre 2017.NET Conf UY v2017
  • 16. 23 al 27 de Octubre 2017.NET Conf UY v2017 http://bit.ly/DSCDemo Demos y presentación
  • 17. 23 al 27 de Octubre 2017.NET Conf UY v2017 Muchas gracias! blog.victorsilva.com.uy @vmsilvamolina vmsilvamolina@Gmail.com Victor Silva

Notas del editor

  1. Recursos para extender las funcionalidades de DSC Generados por Microsoft y por la comunidad