Skip to content

Commit

Permalink
fet: add Running OpenStack Flex Using Pulumi and TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
devx committed Nov 24, 2024
1 parent 8963dfe commit b3a3a3e
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/blog/posts/2024-11-12-running-datadog-on-flex.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:

# Running datadog on Openstack-Flex

![alt text](assets/images/2024-11-12/dd_logo_v_white.png){ align=left }
![datadog](assets/images/2024-11-12/dd_logo_v_white.png){ align=left : style="max-width:125px"}

As a user we need the ability to monitor servers deployed within a project. This is where datadog comes in. With monitoring services able to automatically register nodes, provide system level metrics, and allow users to create dashboards and alerts.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,26 @@ config:
#### Step 4: Define an OpenStack Instance
Edit __main__.py and add the following code:
```python
"""A Python Pulumi program"""
"""
Copyright (C) [YEAR] [YOUR NAME]
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
A Python Pulumi program
"""

import pulumi_openstack as openstack
import pulumi
Expand Down
Loading

0 comments on commit b3a3a3e

Please sign in to comment.