aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-resource-registry.yaml
blob: d6eb97f91602e2361a1bf65546b6900760ca071c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
resource_registry:
  OS::TripleO::BlockStorage: os-apply-config/cinder-storage.yaml
  OS::TripleO::BlockStorage::Net::SoftwareConfig: net-config-noop.yaml
  OS::TripleO::Compute: os-apply-config/compute.yaml
  OS::TripleO::Compute::Net::SoftwareConfig: net-config-noop.yaml
  OS::TripleO::SoftwareDeployment: OS::Heat::StructuredDeployment
  OS::TripleO::Controller: os-apply-config/controller.yaml
  OS::TripleO::Controller::Net::SoftwareConfig: net-config-noop.yaml
  OS::TripleO::ObjectStorage: os-apply-config/swift-storage.yaml
  OS::TripleO::ObjectStorage::Net::SoftwareConfig: net-config-noop.yaml
  OS::TripleO::CephStorage: os-apply-config/ceph-storage.yaml
  OS::TripleO::CephStorage::Net::SoftwareConfig: net-config-noop.yaml
  OS::TripleO::ControllerPostDeployment: os-apply-config/controller-post.yaml
  OS::TripleO::ComputePostDeployment: os-apply-config/compute-post.yaml
  OS::TripleO::ObjectStoragePostDeployment: os-apply-config/swift-storage-post.yaml
  OS::TripleO::BlockStoragePostDeployment: os-apply-config/cinder-storage-post.yaml
  OS::TripleO::CephStoragePostDeployment: os-apply-config/ceph-storage-post.yaml
  OS::TripleO::SwiftDevicesAndProxy::SoftwareConfig: os-apply-config/swift-devices-and-proxy-config.yaml
  OS::TripleO::CephClusterConfig::SoftwareConfig: os-apply-config/ceph-cluster-config.yaml
  OS::TripleO::AllNodes::SoftwareConfig: os-apply-config/all-nodes-config.yaml
  OS::TripleO::BootstrapNode::SoftwareConfig: bootstrap-config.yaml
  OS::TripleO::NodeUserData: firstboot/userdata_default.yaml
  OS::TripleO::NodeExtraConfigPost: extraconfig/post_deploy/default.yaml
  OS::TripleO::Tasks::PackageUpdate: extraconfig/tasks/yum_update.yaml

  # "AllNodes" Extra cluster config, runs on all nodes prior to the post_deploy
  # phase, e.g when puppet is applied, but after the pre_deploy phase.  Useful when
  # configuration with knowledge of all nodes in the cluster is required vs single
  # node configuration in the pre_deploy step.
  OS::TripleO::AllNodesExtraConfig: extraconfig/all_nodes/default.yaml

  # TripleO overcloud networks
  OS::TripleO::Network: network/networks.yaml
  OS::TripleO::VipConfig: os-apply-config/vip-config.yaml

  OS::TripleO::Network::External: network/noop.yaml
  OS::TripleO::Network::InternalApi: network/noop.yaml
  OS::TripleO::Network::StorageMgmt: network/noop.yaml
  OS::TripleO::Network::Storage: network/noop.yaml
  OS::TripleO::Network::Tenant: network/noop.yaml

  OS::TripleO::Network::Ports::NetIpMap: network/ports/net_ip_map.yaml
  OS::TripleO::Network::Ports::NetIpSubnetMap: network/ports/net_ip_subnet_map.yaml
  OS::TripleO::Network::Ports::NetIpListMap: network/ports/net_ip_list_map.yaml

  # Port assignments for the controller role
  OS::TripleO::Controller::Ports::ExternalPort: network/ports/noop.yaml
  OS::TripleO::Controller::Ports::InternalApiPort: network/ports/noop.yaml
  OS::TripleO::Controller::Ports::StoragePort: network/ports/noop.yaml
  OS::TripleO::Controller::Ports::StorageMgmtPort: network/ports/noop.yaml
  OS::TripleO::Controller::Ports::TenantPort: network/ports/noop.yaml

  # Port assignments for the compute role
  OS::TripleO::Compute::Ports::InternalApiPort: network/ports/noop.yaml
  OS::TripleO::Compute::Ports::StoragePort: network/ports/noop.yaml
  OS::TripleO::Compute::Ports::TenantPort: network/ports/noop.yaml

  # Port assignments for the ceph storage role
  OS::TripleO::CephStorage::Ports::StoragePort: network/ports/noop.yaml
  OS::TripleO::CephStorage::Ports::StorageMgmtPort: network/ports/noop.yaml

  # Port assignments for the swift storage role
  OS::TripleO::SwiftStorage::Ports::InternalApiPort: network/ports/noop.yaml
  OS::TripleO::SwiftStorage::Ports::StoragePort: network/ports/noop.yaml
  OS::TripleO::SwiftStorage::Ports::StorageMgmtPort: network/ports/noop.yaml

  # Port assignments for the block storage role
  OS::TripleO::BlockStorage::Ports::InternalApiPort: network/ports/noop.yaml
  OS::TripleO::BlockStorage::Ports::StoragePort: network/ports/noop.yaml
  OS::TripleO::BlockStorage::Ports::StorageMgmtPort: network/ports/noop.yaml

  # Port assignments for service virtual IPs for the controller role
  OS::TripleO::Controller::Ports::RedisVipPort: network/ports/noop.yaml

  # validation resources
  OS::TripleO::AllNodes::Validation: os-apply-config/all-nodes-validation.yaml
pan>addr); addr &= ~0xF0; /* Mask bits */ addr |= (clamp_val(t.setup - 1, 0, 15) << 4); pci_write_config_dword(pdev, CY82_IDE_ADDRSETUP, addr); pci_write_config_byte(pdev, CY82_IDE_SLAVE_IOR, time_16); pci_write_config_byte(pdev, CY82_IDE_SLAVE_IOW, time_16); pci_write_config_byte(pdev, CY82_IDE_SLAVE_8BIT, time_8); } } /** * cy82c693_set_dmamode - set initial DMA mode data * @ap: ATA interface * @adev: ATA device * * Called to do the DMA mode setup. */ static void cy82c693_set_dmamode(struct ata_port *ap, struct ata_device *adev) { int reg = CY82_INDEX_CHANNEL0 + ap->port_no; /* Be afraid, be very afraid. Magic registers in low I/O space */ outb(reg, 0x22); outb(adev->dma_mode - XFER_MW_DMA_0, 0x23); /* 0x50 gives the best behaviour on the Alpha's using this chip */ outb(CY82_INDEX_TIMEOUT, 0x22); outb(0x50, 0x23); } static struct scsi_host_template cy82c693_sht = { ATA_BMDMA_SHT(DRV_NAME), }; static struct ata_port_operations cy82c693_port_ops = { .inherits = &ata_bmdma_port_ops, .cable_detect = ata_cable_40wire, .set_piomode = cy82c693_set_piomode, .set_dmamode = cy82c693_set_dmamode, }; static int cy82c693_init_one(struct pci_dev *pdev, const struct pci_device_id *id) { static const struct ata_port_info info = { .flags = ATA_FLAG_SLAVE_POSS, .pio_mask = ATA_PIO4, .mwdma_mask = ATA_MWDMA2, .port_ops = &cy82c693_port_ops }; const struct ata_port_info *ppi[] = { &info, &ata_dummy_port_info }; /* Devfn 1 is the ATA primary. The secondary is magic and on devfn2. For the moment we don't handle the secondary. FIXME */ if (PCI_FUNC(pdev->devfn) != 1) return -ENODEV; return ata_pci_bmdma_init_one(pdev, ppi, &cy82c693_sht, NULL, 0); } static const struct pci_device_id cy82c693[] = { { PCI_VDEVICE(CONTAQ, PCI_DEVICE_ID_CONTAQ_82C693), }, { }, }; static struct pci_driver cy82c693_pci_driver = { .name = DRV_NAME, .id_table = cy82c693, .probe = cy82c693_init_one, .remove = ata_pci_remove_one, #ifdef CONFIG_PM_SLEEP .suspend = ata_pci_device_suspend, .resume = ata_pci_device_resume, #endif }; module_pci_driver(cy82c693_pci_driver); MODULE_AUTHOR("Alan Cox"); MODULE_DESCRIPTION("low-level driver for the CY82C693 PATA controller"); MODULE_LICENSE("GPL"); MODULE_DEVICE_TABLE(pci, cy82c693); MODULE_VERSION(DRV_VERSION);