Azure Stack功能测试报告_第1页
Azure Stack功能测试报告_第2页
Azure Stack功能测试报告_第3页
Azure Stack功能测试报告_第4页
Azure Stack功能测试报告_第5页
已阅读5页,还剩13页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、Azure Stack 功能测试报告支持ADFS离线部署支持VMSS部署Azure应用市场和Azure Stack整合:仅Azure国际版支持Azure D系列 VM部署和创建带临时盘的VM,和Azure兼容 管理员门户的独立安全隔离IaaS和PaaS功能改进改进的基础架构管理能力,例如报警信息的改进Azure Stack最新更新Mooncake/Azure Stack:水乳交融阿里云Apsara Stack:私有云,不是真正的混合云AWS+VMware混合云:水加油国内竞争对手Azure FunctionsCloud FoundryAzure Service FabricAzure Cont

2、ainer ServiceAzure App ServiceAzure Stack PaaS服务Web移动和API应用无服务器计算高可用、可扩展的分布式应用可靠的容器平台开源PaaS平台Azure Service Fabric和Azure Container Service 会在GA后发布。其他服务在GA时发布Virtual Machines (VM)VM Scale SetsDocker容器网络存储Rapid deployment with automated scalingLinux and Windows Server containers Virtual network, load b

3、alancer, VPN gatewayBlobs, tables, queuesAzure Stack IaaS: 超越传统虚拟化以上服务都在GA时发布Azure Stack基础架构 统一的云 “接入点” 支持多个Region 每个Region支持多个SU(Scale Unit)每个Scale Unit可以有不同的硬件Scale unit = 故障域= 故障转移群集最小Scale Unit = 4台服务器Scale = #每个SU服务器数 x #每个Region的SU数 x Region数GA scale: 1 x Region、1 x Scale Unit 最少4台 最多12台服务器客户可

4、以逐台添加新的服务器深圳 北京上海2资源管理门户/ARM1123范例: 跨国企业或者服务提供商333GA以后: 1) 支持多Region,以获得更多容量,以及跨地理位置冗余能力 2) 单个Region支持多个SU 3) 改进基础架构管理能力Azure Stack: 备份和容灾Azure Stack infrastructureAzure IaaSAzure PaaSAdministrator External File ShareOn-premisesBackup TargetTenantAzure BackupAzure Site RecoveryLRS blob replica, blob

5、 snapPost GA: Improved reliability and availability, including robust infrastructure backup and restore Backup and Disaster RecoveryPricing concept for Azure servicesNo charge to install Azure StackIaaS and PaaS services charged on a pay-for-use basisWindows Server bring your own license or pay for

6、usageSQL Server bring your own licenseServiceMetering UnitBase VMPer vCPU/minWindows Server VMPer vCPU/min or Base VM fee + Bring your own licenseAzure Storage (blob, table, or queue)Per GB (no transaction fee)Azure App Service (Web Apps, Mobile Apps, API Apps, Functions)Per vCPU/minPay-as-you-use m

7、odel Metering UnitsAzure Stack首批OEM合作伙伴集成到数据中心ToR SwitchToR SwitchServerServerServerServerBMC SwitchToR SwitchToR SwitchServerServerServerServerAggregate SwitchAggregate SwitchBMC Switch.Scale Unit 1空间、电能制冷系统身份识别系统集成(租户 & 管理员)边界设备数据中心监控硬件监控工单系统集成Scale Unit nAzure Stack架构与模块Templates/PowerShell/CLI,

8、SDK, etcAzure Resource Manager (ARM)RP LAYERPARTITION REQUEST BROKERSRPNRPFRPCRPURPInfrastructure DeploymentBootstrapPatch & UpdateScale OutFRURESETSTARTSTOPCOMPUTE CONTROLLERSTORAGE CONTROLLERNETWORK CONTROLLERINFRA ROLE CONTROLLERHEALTH CONTROLLERARM LAYERINFRASTRUCTURE CONTROL LAYERAzure Portal (

9、UX)BuildsWorkflowsHRPPHYSICALNODEMANAGEMENTADFSDIRECTORY MGMTACSPHYSICAL NODE MGMTEDGE GATEWAYLB MUXINTERNAL DATA STOREUPDATE MGMTCERTIFICATE MGMTINFRASTRUCTURE ROLESSTORAGE CONTROLLERCOMPUTE CONTROLLERNETWORK CONTROLLERINFRA ROLE CONTROLLERHEALTH CONTROLLERINFRA DEPLOYMENTPARTITION REQ BROKERINFRA

10、MGMTCONTROLLERARMCOMPUTENETWORK (SWITCHES)STORAGEHARDWARE LAYERInfrastructure Management管窥Azure Stack组件的微服务架构绝大多数组件采用微服务化,而不再用传统的Windows服务模式更好地适应分布式系统模式用Azure Service Fabric管理这些微服务,如果某个微服务有问题,会自动重启,或者故障转移到其他节点多节点的微服务故障转移需要解决服务发现的问题共用Azure应用市场Azure Stack和Mooncake整合部署$adminpass = ConvertTo-SecureStrin

11、g YourPassword -AsPlainText -Force .InstallAzureStackPOC.ps1 -AdminPassword $adminpass -AzureEnvironment AzureChinaCloud注册Resource Provider安装PaaS等最新RP,需要在此重新注册Import-Module .ConnectAzureStack.Connect.psm1$AadTenant = Get-AADTenantGUID -AzureCloud AzureChinaCloud -AADTenantName YourDomainName.# Use t

12、his command to access the administrative portalAdd-AzureStackAzureRmEnvironment -Name AzureStackAdmin -ArmEndpoint https:/adminmanagement.local.azurestack.external Login-AzureRmAccount -EnvironmentName AzureStackAdmin -TenantId $AadTenantGet-AzureRmResourceProvider -ListAvailableRegister-AllAzureRmP

13、rovidersOnAllSubscriptions# Use this command to access the user portalAdd-AzureStackAzureRmEnvironment -Name AzureStackUser -ArmEndpoint https:/management.local.azurestack.externalLogin-AzureRmAccount -EnvironmentName AzureStackUser -TenantId $AadTenantGet-AzureRmResourceProvider -ListAvailableRegis

14、ter-AllAzureRmProvidersOnAllSubscriptions导入VM Image到以下地址下载CentOS/CoreOS/Ubuntu/SUSE镜像Import-Module .ConnectAzureStack.Connect.psm1Import-Module .ComputeAdminAzureStack.ComputeAdmin.psm1$AadTenant = Get-AADTenantGUID -AzureCloud AzureChinaCloud -AADTenantName YourDomainName. Add-AzureStackAzureRmEnvi

15、ronment -Name AzureStackAdmin -ArmEndpoint https:/adminmanagement.local.azurestack.externalAdd-VMImage -publisher Canonical -offer UbuntuServer -sku 16.04.0-LTS -version 1.0.0 -osType Linux -osDiskLocalPath “Path -tenantID $aadTenant -EnvironmentName AzureStackAdminAzure Stack Mooncake部署App Service必须修改脚本脚本执行后,会生成一个新的脚本,在cn0-VM上执行,需要进行修改,改成Mooncak

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论