📆
2021/08/09 日報
作成日:
2021/08/09
0
OCI(Oracle Cloud Infrastructure)
httpアクセスできない対処法
Oracle Cloud Infrastructureでは、デフォルトのinstanceにiptablesの設定がされているので、セキュリティリストを許可しているにも関わらずアクセスできないものがある場合は、iptablesの設定を確認する事。
ESXi
自宅のESXiをterraformで管理しています。
guestマシンを作成するときに、ovaファイルを指定する方法がありますが、そこで起きたエラーをまとめます。
josenk/esxi | Terraform Registry
vyos
ovaを読み込んだときにエラーが発生しました。
╷
│ Error: There was an ovftool Error: Opening OVA source: vyos-1.1.8-amd64.ova
│ The manifest validates Source is signed but could not verify certificate (possibly self-signed)
│ Opening VI target: vi://root@192.168.0.2:443//
│ Error: No network mapping specified. OVF networks: internal public. Target networks: VM Network vSwitch1 PortGroup100 vSwitch1 PortGroup101
│ Completed with errors
│
│ exit status 1
│
│
│ with esxi_guest.vyos1,
│ on main.tf line 62, in resource "esxi_guest" "vyos1":
│ 62: resource "esxi_guest" "vyos1" {
│
╵
仮想NICが2つ以上あるものは、OVFtoolが使用できないようです。
OVFtool error: No network mapping specified. · Issue #103 · josenk/terraform-provider-esxi
Amazon Linux
ovf_propertyには値を指定することが出来ませんでした。
╷
│ Error: There was an ovftool Error: Opening OVA source: <https://cdn.amazonlinux.com/os-images/2017.12.0.20171212.2/vmware/amzn2-vmware_esx-2017.12.0.20171212.2-x86_64.xfs.gpt.ova>
│ The manifest validates
│ Opening VI target: vi://root@192.168.0.2:443//
│ Deploying to VI: vi://root@192.168.0.2:443//
Transfer Failed
│ Error: File (amzn2-vmware_esx-2017.12.0.20171212.2-x86_64.xfs.gpt-disk1.vmdk) could not be found.
│ Warning:
│ - OVF property with key: 'hostname' does not exists.
│ - OVF property with key: 'password' does not exists.
│ - OVF property with key: 'user-data' does not exists.
│ Completed with errors
│
│ exit status 1
│
│
│ with esxi_guest.amazon,
│ on guest-amazon.tf line 5, in resource "esxi_guest" "amazon":
│ 5: resource "esxi_guest" "amazon" {
│
╵
Qwiklabs
Introduction to Amazon API Gateway
- Lambda関数を作成
- ランダムなQ&Aを返却する関数
- API Gatatayでエンドポイントを作成
- HTTPでアクセスすると、Q&Aのjsonレスポンスが返ってくる
インフラエンジニアです。
メモで利用しています。まとまったら以下に移行予定です。
Zenn: https://zenn.dev/ymmmtym
個人ブログ: https://blog.ymmmtym.com/
Scrapbox:https://scrapbox.io/yumenomatayume/