oc_storageclass.py 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import time
  38. import os
  39. import re
  40. import shutil
  41. import subprocess
  42. import tempfile
  43. # pylint: disable=import-error
  44. try:
  45. import ruamel.yaml as yaml
  46. except ImportError:
  47. import yaml
  48. from ansible.module_utils.basic import AnsibleModule
  49. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  50. # -*- -*- -*- Begin included fragment: doc/storageclass -*- -*- -*-
  51. DOCUMENTATION = '''
  52. ---
  53. module: oc_storageclass
  54. short_description: Create, modify, and idempotently manage openshift storageclasses.
  55. description:
  56. - Manage openshift storageclass objects programmatically.
  57. options:
  58. state:
  59. description:
  60. - State represents whether to create, modify, delete, or list
  61. required: False
  62. default: present
  63. choices: ["present", "absent", "list"]
  64. aliases: []
  65. kubeconfig:
  66. description:
  67. - The path for the kubeconfig file to use for authentication
  68. required: false
  69. default: /etc/origin/master/admin.kubeconfig
  70. aliases: []
  71. debug:
  72. description:
  73. - Turn on debug output.
  74. required: false
  75. default: False
  76. aliases: []
  77. name:
  78. description:
  79. - Name of the object that is being queried.
  80. required: false
  81. default: None
  82. aliases: []
  83. provisioner:
  84. description:
  85. - Any annotations to add to the storageclass
  86. required: false
  87. default: 'aws-ebs'
  88. aliases: []
  89. default_storage_class:
  90. description:
  91. - Whether or not this is the default storage class
  92. required: false
  93. default: False
  94. aliases: []
  95. parameters:
  96. description:
  97. - A dictionary with the parameters to configure the storageclass. This will be based on provisioner
  98. required: false
  99. default: None
  100. aliases: []
  101. api_version:
  102. description:
  103. - The api version.
  104. required: false
  105. default: v1
  106. aliases: []
  107. author:
  108. - "Kenny Woodson <kwoodson@redhat.com>"
  109. extends_documentation_fragment: []
  110. '''
  111. EXAMPLES = '''
  112. - name: get storageclass
  113. run_once: true
  114. oc_storageclass:
  115. name: gp2
  116. state: list
  117. register: registry_sc_out
  118. - name: create the storageclass
  119. oc_storageclass:
  120. run_once: true
  121. name: gp2
  122. parameters:
  123. type: gp2
  124. encrypted: 'true'
  125. kmsKeyId: '<full kms key arn>'
  126. provisioner: aws-ebs
  127. default_storage_class: False
  128. register: sc_out
  129. notify:
  130. - restart openshift master services
  131. '''
  132. # -*- -*- -*- End included fragment: doc/storageclass -*- -*- -*-
  133. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  134. class YeditException(Exception): # pragma: no cover
  135. ''' Exception class for Yedit '''
  136. pass
  137. # pylint: disable=too-many-public-methods
  138. class Yedit(object): # pragma: no cover
  139. ''' Class to modify yaml files '''
  140. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  141. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  142. com_sep = set(['.', '#', '|', ':'])
  143. # pylint: disable=too-many-arguments
  144. def __init__(self,
  145. filename=None,
  146. content=None,
  147. content_type='yaml',
  148. separator='.',
  149. backup=False):
  150. self.content = content
  151. self._separator = separator
  152. self.filename = filename
  153. self.__yaml_dict = content
  154. self.content_type = content_type
  155. self.backup = backup
  156. self.load(content_type=self.content_type)
  157. if self.__yaml_dict is None:
  158. self.__yaml_dict = {}
  159. @property
  160. def separator(self):
  161. ''' getter method for separator '''
  162. return self._separator
  163. @separator.setter
  164. def separator(self, inc_sep):
  165. ''' setter method for separator '''
  166. self._separator = inc_sep
  167. @property
  168. def yaml_dict(self):
  169. ''' getter method for yaml_dict '''
  170. return self.__yaml_dict
  171. @yaml_dict.setter
  172. def yaml_dict(self, value):
  173. ''' setter method for yaml_dict '''
  174. self.__yaml_dict = value
  175. @staticmethod
  176. def parse_key(key, sep='.'):
  177. '''parse the key allowing the appropriate separator'''
  178. common_separators = list(Yedit.com_sep - set([sep]))
  179. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  180. @staticmethod
  181. def valid_key(key, sep='.'):
  182. '''validate the incoming key'''
  183. common_separators = list(Yedit.com_sep - set([sep]))
  184. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  185. return False
  186. return True
  187. # pylint: disable=too-many-return-statements,too-many-branches
  188. @staticmethod
  189. def remove_entry(data, key, index=None, value=None, sep='.'):
  190. ''' remove data at location key '''
  191. if key == '' and isinstance(data, dict):
  192. if value is not None:
  193. data.pop(value)
  194. elif index is not None:
  195. raise YeditException("remove_entry for a dictionary does not have an index {}".format(index))
  196. else:
  197. data.clear()
  198. return True
  199. elif key == '' and isinstance(data, list):
  200. ind = None
  201. if value is not None:
  202. try:
  203. ind = data.index(value)
  204. except ValueError:
  205. return False
  206. elif index is not None:
  207. ind = index
  208. else:
  209. del data[:]
  210. if ind is not None:
  211. data.pop(ind)
  212. return True
  213. if not (key and Yedit.valid_key(key, sep)) and \
  214. isinstance(data, (list, dict)):
  215. return None
  216. key_indexes = Yedit.parse_key(key, sep)
  217. for arr_ind, dict_key in key_indexes[:-1]:
  218. if dict_key and isinstance(data, dict):
  219. data = data.get(dict_key)
  220. elif (arr_ind and isinstance(data, list) and
  221. int(arr_ind) <= len(data) - 1):
  222. data = data[int(arr_ind)]
  223. else:
  224. return None
  225. # process last index for remove
  226. # expected list entry
  227. if key_indexes[-1][0]:
  228. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  229. del data[int(key_indexes[-1][0])]
  230. return True
  231. # expected dict entry
  232. elif key_indexes[-1][1]:
  233. if isinstance(data, dict):
  234. del data[key_indexes[-1][1]]
  235. return True
  236. @staticmethod
  237. def add_entry(data, key, item=None, sep='.'):
  238. ''' Get an item from a dictionary with key notation a.b.c
  239. d = {'a': {'b': 'c'}}}
  240. key = a#b
  241. return c
  242. '''
  243. if key == '':
  244. pass
  245. elif (not (key and Yedit.valid_key(key, sep)) and
  246. isinstance(data, (list, dict))):
  247. return None
  248. key_indexes = Yedit.parse_key(key, sep)
  249. for arr_ind, dict_key in key_indexes[:-1]:
  250. if dict_key:
  251. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  252. data = data[dict_key]
  253. continue
  254. elif data and not isinstance(data, dict):
  255. raise YeditException("Unexpected item type found while going through key " +
  256. "path: {} (at key: {})".format(key, dict_key))
  257. data[dict_key] = {}
  258. data = data[dict_key]
  259. elif (arr_ind and isinstance(data, list) and
  260. int(arr_ind) <= len(data) - 1):
  261. data = data[int(arr_ind)]
  262. else:
  263. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  264. if key == '':
  265. data = item
  266. # process last index for add
  267. # expected list entry
  268. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  269. data[int(key_indexes[-1][0])] = item
  270. # expected dict entry
  271. elif key_indexes[-1][1] and isinstance(data, dict):
  272. data[key_indexes[-1][1]] = item
  273. # didn't add/update to an existing list, nor add/update key to a dict
  274. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  275. # non-existent array
  276. else:
  277. raise YeditException("Error adding to object at path: {}".format(key))
  278. return data
  279. @staticmethod
  280. def get_entry(data, key, sep='.'):
  281. ''' Get an item from a dictionary with key notation a.b.c
  282. d = {'a': {'b': 'c'}}}
  283. key = a.b
  284. return c
  285. '''
  286. if key == '':
  287. pass
  288. elif (not (key and Yedit.valid_key(key, sep)) and
  289. isinstance(data, (list, dict))):
  290. return None
  291. key_indexes = Yedit.parse_key(key, sep)
  292. for arr_ind, dict_key in key_indexes:
  293. if dict_key and isinstance(data, dict):
  294. data = data.get(dict_key)
  295. elif (arr_ind and isinstance(data, list) and
  296. int(arr_ind) <= len(data) - 1):
  297. data = data[int(arr_ind)]
  298. else:
  299. return None
  300. return data
  301. @staticmethod
  302. def _write(filename, contents):
  303. ''' Actually write the file contents to disk. This helps with mocking. '''
  304. tmp_filename = filename + '.yedit'
  305. with open(tmp_filename, 'w') as yfd:
  306. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  307. yfd.write(contents)
  308. fcntl.flock(yfd, fcntl.LOCK_UN)
  309. os.rename(tmp_filename, filename)
  310. def write(self):
  311. ''' write to file '''
  312. if not self.filename:
  313. raise YeditException('Please specify a filename.')
  314. if self.backup and self.file_exists():
  315. shutil.copy(self.filename, '{}.{}'.format(self.filename, time.strftime("%Y%m%dT%H%M%S")))
  316. # Try to set format attributes if supported
  317. try:
  318. self.yaml_dict.fa.set_block_style()
  319. except AttributeError:
  320. pass
  321. # Try to use RoundTripDumper if supported.
  322. if self.content_type == 'yaml':
  323. try:
  324. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  325. except AttributeError:
  326. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  327. elif self.content_type == 'json':
  328. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  329. else:
  330. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  331. 'Please specify a content_type of yaml or json.')
  332. return (True, self.yaml_dict)
  333. def read(self):
  334. ''' read from file '''
  335. # check if it exists
  336. if self.filename is None or not self.file_exists():
  337. return None
  338. contents = None
  339. with open(self.filename) as yfd:
  340. contents = yfd.read()
  341. return contents
  342. def file_exists(self):
  343. ''' return whether file exists '''
  344. if os.path.exists(self.filename):
  345. return True
  346. return False
  347. def load(self, content_type='yaml'):
  348. ''' return yaml file '''
  349. contents = self.read()
  350. if not contents and not self.content:
  351. return None
  352. if self.content:
  353. if isinstance(self.content, dict):
  354. self.yaml_dict = self.content
  355. return self.yaml_dict
  356. elif isinstance(self.content, str):
  357. contents = self.content
  358. # check if it is yaml
  359. try:
  360. if content_type == 'yaml' and contents:
  361. # Try to set format attributes if supported
  362. try:
  363. self.yaml_dict.fa.set_block_style()
  364. except AttributeError:
  365. pass
  366. # Try to use RoundTripLoader if supported.
  367. try:
  368. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  369. except AttributeError:
  370. self.yaml_dict = yaml.safe_load(contents)
  371. # Try to set format attributes if supported
  372. try:
  373. self.yaml_dict.fa.set_block_style()
  374. except AttributeError:
  375. pass
  376. elif content_type == 'json' and contents:
  377. self.yaml_dict = json.loads(contents)
  378. except yaml.YAMLError as err:
  379. # Error loading yaml or json
  380. raise YeditException('Problem with loading yaml file. {}'.format(err))
  381. return self.yaml_dict
  382. def get(self, key):
  383. ''' get a specified key'''
  384. try:
  385. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  386. except KeyError:
  387. entry = None
  388. return entry
  389. def pop(self, path, key_or_item):
  390. ''' remove a key, value pair from a dict or an item for a list'''
  391. try:
  392. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  393. except KeyError:
  394. entry = None
  395. if entry is None:
  396. return (False, self.yaml_dict)
  397. if isinstance(entry, dict):
  398. # AUDIT:maybe-no-member makes sense due to fuzzy types
  399. # pylint: disable=maybe-no-member
  400. if key_or_item in entry:
  401. entry.pop(key_or_item)
  402. return (True, self.yaml_dict)
  403. return (False, self.yaml_dict)
  404. elif isinstance(entry, list):
  405. # AUDIT:maybe-no-member makes sense due to fuzzy types
  406. # pylint: disable=maybe-no-member
  407. ind = None
  408. try:
  409. ind = entry.index(key_or_item)
  410. except ValueError:
  411. return (False, self.yaml_dict)
  412. entry.pop(ind)
  413. return (True, self.yaml_dict)
  414. return (False, self.yaml_dict)
  415. def delete(self, path, index=None, value=None):
  416. ''' remove path from a dict'''
  417. try:
  418. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  419. except KeyError:
  420. entry = None
  421. if entry is None:
  422. return (False, self.yaml_dict)
  423. result = Yedit.remove_entry(self.yaml_dict, path, index, value, self.separator)
  424. if not result:
  425. return (False, self.yaml_dict)
  426. return (True, self.yaml_dict)
  427. def exists(self, path, value):
  428. ''' check if value exists at path'''
  429. try:
  430. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  431. except KeyError:
  432. entry = None
  433. if isinstance(entry, list):
  434. if value in entry:
  435. return True
  436. return False
  437. elif isinstance(entry, dict):
  438. if isinstance(value, dict):
  439. rval = False
  440. for key, val in value.items():
  441. if entry[key] != val:
  442. rval = False
  443. break
  444. else:
  445. rval = True
  446. return rval
  447. return value in entry
  448. return entry == value
  449. def append(self, path, value):
  450. '''append value to a list'''
  451. try:
  452. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  453. except KeyError:
  454. entry = None
  455. if entry is None:
  456. self.put(path, [])
  457. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  458. if not isinstance(entry, list):
  459. return (False, self.yaml_dict)
  460. # AUDIT:maybe-no-member makes sense due to loading data from
  461. # a serialized format.
  462. # pylint: disable=maybe-no-member
  463. entry.append(value)
  464. return (True, self.yaml_dict)
  465. # pylint: disable=too-many-arguments
  466. def update(self, path, value, index=None, curr_value=None):
  467. ''' put path, value into a dict '''
  468. try:
  469. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  470. except KeyError:
  471. entry = None
  472. if isinstance(entry, dict):
  473. # AUDIT:maybe-no-member makes sense due to fuzzy types
  474. # pylint: disable=maybe-no-member
  475. if not isinstance(value, dict):
  476. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  477. 'value=[{}] type=[{}]'.format(value, type(value)))
  478. entry.update(value)
  479. return (True, self.yaml_dict)
  480. elif isinstance(entry, list):
  481. # AUDIT:maybe-no-member makes sense due to fuzzy types
  482. # pylint: disable=maybe-no-member
  483. ind = None
  484. if curr_value:
  485. try:
  486. ind = entry.index(curr_value)
  487. except ValueError:
  488. return (False, self.yaml_dict)
  489. elif index is not None:
  490. ind = index
  491. if ind is not None and entry[ind] != value:
  492. entry[ind] = value
  493. return (True, self.yaml_dict)
  494. # see if it exists in the list
  495. try:
  496. ind = entry.index(value)
  497. except ValueError:
  498. # doesn't exist, append it
  499. entry.append(value)
  500. return (True, self.yaml_dict)
  501. # already exists, return
  502. if ind is not None:
  503. return (False, self.yaml_dict)
  504. return (False, self.yaml_dict)
  505. def put(self, path, value):
  506. ''' put path, value into a dict '''
  507. try:
  508. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  509. except KeyError:
  510. entry = None
  511. if entry == value:
  512. return (False, self.yaml_dict)
  513. # deepcopy didn't work
  514. # Try to use ruamel.yaml and fallback to pyyaml
  515. try:
  516. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  517. default_flow_style=False),
  518. yaml.RoundTripLoader)
  519. except AttributeError:
  520. tmp_copy = copy.deepcopy(self.yaml_dict)
  521. # set the format attributes if available
  522. try:
  523. tmp_copy.fa.set_block_style()
  524. except AttributeError:
  525. pass
  526. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  527. if result is None:
  528. return (False, self.yaml_dict)
  529. # When path equals "" it is a special case.
  530. # "" refers to the root of the document
  531. # Only update the root path (entire document) when its a list or dict
  532. if path == '':
  533. if isinstance(result, list) or isinstance(result, dict):
  534. self.yaml_dict = result
  535. return (True, self.yaml_dict)
  536. return (False, self.yaml_dict)
  537. self.yaml_dict = tmp_copy
  538. return (True, self.yaml_dict)
  539. def create(self, path, value):
  540. ''' create a yaml file '''
  541. if not self.file_exists():
  542. # deepcopy didn't work
  543. # Try to use ruamel.yaml and fallback to pyyaml
  544. try:
  545. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  546. default_flow_style=False),
  547. yaml.RoundTripLoader)
  548. except AttributeError:
  549. tmp_copy = copy.deepcopy(self.yaml_dict)
  550. # set the format attributes if available
  551. try:
  552. tmp_copy.fa.set_block_style()
  553. except AttributeError:
  554. pass
  555. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  556. if result is not None:
  557. self.yaml_dict = tmp_copy
  558. return (True, self.yaml_dict)
  559. return (False, self.yaml_dict)
  560. @staticmethod
  561. def get_curr_value(invalue, val_type):
  562. '''return the current value'''
  563. if invalue is None:
  564. return None
  565. curr_value = invalue
  566. if val_type == 'yaml':
  567. try:
  568. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  569. # pylint: disable=maybe-no-member
  570. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  571. except AttributeError:
  572. curr_value = yaml.safe_load(invalue)
  573. elif val_type == 'json':
  574. curr_value = json.loads(invalue)
  575. return curr_value
  576. @staticmethod
  577. def parse_value(inc_value, vtype=''):
  578. '''determine value type passed'''
  579. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  580. 'on', 'On', 'ON', ]
  581. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  582. 'off', 'Off', 'OFF']
  583. # It came in as a string but you didn't specify value_type as string
  584. # we will convert to bool if it matches any of the above cases
  585. if isinstance(inc_value, str) and 'bool' in vtype:
  586. if inc_value not in true_bools and inc_value not in false_bools:
  587. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  588. elif isinstance(inc_value, bool) and 'str' in vtype:
  589. inc_value = str(inc_value)
  590. # There is a special case where '' will turn into None after yaml loading it so skip
  591. if isinstance(inc_value, str) and inc_value == '':
  592. pass
  593. # If vtype is not str then go ahead and attempt to yaml load it.
  594. elif isinstance(inc_value, str) and 'str' not in vtype:
  595. try:
  596. inc_value = yaml.safe_load(inc_value)
  597. except Exception:
  598. raise YeditException('Could not determine type of incoming value. ' +
  599. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  600. return inc_value
  601. @staticmethod
  602. def process_edits(edits, yamlfile):
  603. '''run through a list of edits and process them one-by-one'''
  604. results = []
  605. for edit in edits:
  606. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  607. if edit.get('action') == 'update':
  608. # pylint: disable=line-too-long
  609. curr_value = Yedit.get_curr_value(
  610. Yedit.parse_value(edit.get('curr_value')),
  611. edit.get('curr_value_format'))
  612. rval = yamlfile.update(edit['key'],
  613. value,
  614. edit.get('index'),
  615. curr_value)
  616. elif edit.get('action') == 'append':
  617. rval = yamlfile.append(edit['key'], value)
  618. else:
  619. rval = yamlfile.put(edit['key'], value)
  620. if rval[0]:
  621. results.append({'key': edit['key'], 'edit': rval[1]})
  622. return {'changed': len(results) > 0, 'results': results}
  623. # pylint: disable=too-many-return-statements,too-many-branches
  624. @staticmethod
  625. def run_ansible(params):
  626. '''perform the idempotent crud operations'''
  627. yamlfile = Yedit(filename=params['src'],
  628. backup=params['backup'],
  629. content_type=params['content_type'],
  630. separator=params['separator'])
  631. state = params['state']
  632. if params['src']:
  633. rval = yamlfile.load()
  634. if yamlfile.yaml_dict is None and state != 'present':
  635. return {'failed': True,
  636. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  637. 'file exists, that it is has correct permissions, and is valid yaml.'}
  638. if state == 'list':
  639. if params['content']:
  640. content = Yedit.parse_value(params['content'], params['content_type'])
  641. yamlfile.yaml_dict = content
  642. if params['key']:
  643. rval = yamlfile.get(params['key'])
  644. return {'changed': False, 'result': rval, 'state': state}
  645. elif state == 'absent':
  646. if params['content']:
  647. content = Yedit.parse_value(params['content'], params['content_type'])
  648. yamlfile.yaml_dict = content
  649. if params['update']:
  650. rval = yamlfile.pop(params['key'], params['value'])
  651. else:
  652. rval = yamlfile.delete(params['key'], params['index'], params['value'])
  653. if rval[0] and params['src']:
  654. yamlfile.write()
  655. return {'changed': rval[0], 'result': rval[1], 'state': state}
  656. elif state == 'present':
  657. # check if content is different than what is in the file
  658. if params['content']:
  659. content = Yedit.parse_value(params['content'], params['content_type'])
  660. # We had no edits to make and the contents are the same
  661. if yamlfile.yaml_dict == content and \
  662. params['value'] is None:
  663. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  664. yamlfile.yaml_dict = content
  665. # If we were passed a key, value then
  666. # we enapsulate it in a list and process it
  667. # Key, Value passed to the module : Converted to Edits list #
  668. edits = []
  669. _edit = {}
  670. if params['value'] is not None:
  671. _edit['value'] = params['value']
  672. _edit['value_type'] = params['value_type']
  673. _edit['key'] = params['key']
  674. if params['update']:
  675. _edit['action'] = 'update'
  676. _edit['curr_value'] = params['curr_value']
  677. _edit['curr_value_format'] = params['curr_value_format']
  678. _edit['index'] = params['index']
  679. elif params['append']:
  680. _edit['action'] = 'append'
  681. edits.append(_edit)
  682. elif params['edits'] is not None:
  683. edits = params['edits']
  684. if edits:
  685. results = Yedit.process_edits(edits, yamlfile)
  686. # if there were changes and a src provided to us we need to write
  687. if results['changed'] and params['src']:
  688. yamlfile.write()
  689. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  690. # no edits to make
  691. if params['src']:
  692. # pylint: disable=redefined-variable-type
  693. rval = yamlfile.write()
  694. return {'changed': rval[0],
  695. 'result': rval[1],
  696. 'state': state}
  697. # We were passed content but no src, key or value, or edits. Return contents in memory
  698. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  699. return {'failed': True, 'msg': 'Unkown state passed'}
  700. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  701. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  702. # pylint: disable=too-many-lines
  703. # noqa: E301,E302,E303,T001
  704. class OpenShiftCLIError(Exception):
  705. '''Exception class for openshiftcli'''
  706. pass
  707. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  708. def locate_oc_binary():
  709. ''' Find and return oc binary file '''
  710. # https://github.com/openshift/openshift-ansible/issues/3410
  711. # oc can be in /usr/local/bin in some cases, but that may not
  712. # be in $PATH due to ansible/sudo
  713. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  714. oc_binary = 'oc'
  715. # Use shutil.which if it is available, otherwise fallback to a naive path search
  716. try:
  717. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  718. if which_result is not None:
  719. oc_binary = which_result
  720. except AttributeError:
  721. for path in paths:
  722. if os.path.exists(os.path.join(path, oc_binary)):
  723. oc_binary = os.path.join(path, oc_binary)
  724. break
  725. return oc_binary
  726. # pylint: disable=too-few-public-methods
  727. class OpenShiftCLI(object):
  728. ''' Class to wrap the command line tools '''
  729. def __init__(self,
  730. namespace,
  731. kubeconfig='/etc/origin/master/admin.kubeconfig',
  732. verbose=False,
  733. all_namespaces=False):
  734. ''' Constructor for OpenshiftCLI '''
  735. self.namespace = namespace
  736. self.verbose = verbose
  737. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  738. self.all_namespaces = all_namespaces
  739. self.oc_binary = locate_oc_binary()
  740. # Pylint allows only 5 arguments to be passed.
  741. # pylint: disable=too-many-arguments
  742. def _replace_content(self, resource, rname, content, edits=None, force=False, sep='.'):
  743. ''' replace the current object with the content '''
  744. res = self._get(resource, rname)
  745. if not res['results']:
  746. return res
  747. fname = Utils.create_tmpfile(rname + '-')
  748. yed = Yedit(fname, res['results'][0], separator=sep)
  749. updated = False
  750. if content is not None:
  751. changes = []
  752. for key, value in content.items():
  753. changes.append(yed.put(key, value))
  754. if any([change[0] for change in changes]):
  755. updated = True
  756. elif edits is not None:
  757. results = Yedit.process_edits(edits, yed)
  758. if results['changed']:
  759. updated = True
  760. if updated:
  761. yed.write()
  762. atexit.register(Utils.cleanup, [fname])
  763. return self._replace(fname, force)
  764. return {'returncode': 0, 'updated': False}
  765. def _replace(self, fname, force=False):
  766. '''replace the current object with oc replace'''
  767. # We are removing the 'resourceVersion' to handle
  768. # a race condition when modifying oc objects
  769. yed = Yedit(fname)
  770. results = yed.delete('metadata.resourceVersion')
  771. if results[0]:
  772. yed.write()
  773. cmd = ['replace', '-f', fname]
  774. if force:
  775. cmd.append('--force')
  776. return self.openshift_cmd(cmd)
  777. def _create_from_content(self, rname, content):
  778. '''create a temporary file and then call oc create on it'''
  779. fname = Utils.create_tmpfile(rname + '-')
  780. yed = Yedit(fname, content=content)
  781. yed.write()
  782. atexit.register(Utils.cleanup, [fname])
  783. return self._create(fname)
  784. def _create(self, fname):
  785. '''call oc create on a filename'''
  786. return self.openshift_cmd(['create', '-f', fname])
  787. def _delete(self, resource, name=None, selector=None):
  788. '''call oc delete on a resource'''
  789. cmd = ['delete', resource]
  790. if selector is not None:
  791. cmd.append('--selector={}'.format(selector))
  792. elif name is not None:
  793. cmd.append(name)
  794. else:
  795. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  796. return self.openshift_cmd(cmd)
  797. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  798. '''process a template
  799. template_name: the name of the template to process
  800. create: whether to send to oc create after processing
  801. params: the parameters for the template
  802. template_data: the incoming template's data; instead of a file
  803. '''
  804. cmd = ['process']
  805. if template_data:
  806. cmd.extend(['-f', '-'])
  807. else:
  808. cmd.append(template_name)
  809. if params:
  810. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  811. cmd.append('-p')
  812. cmd.extend(param_str)
  813. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  814. if results['returncode'] != 0 or not create:
  815. return results
  816. fname = Utils.create_tmpfile(template_name + '-')
  817. yed = Yedit(fname, results['results'])
  818. yed.write()
  819. atexit.register(Utils.cleanup, [fname])
  820. return self.openshift_cmd(['create', '-f', fname])
  821. def _get(self, resource, name=None, selector=None, field_selector=None):
  822. '''return a resource by name '''
  823. cmd = ['get', resource]
  824. if selector is not None:
  825. cmd.append('--selector={}'.format(selector))
  826. if field_selector is not None:
  827. cmd.append('--field-selector={}'.format(field_selector))
  828. # Name cannot be used with selector or field_selector.
  829. if selector is None and field_selector is None and name is not None:
  830. cmd.append(name)
  831. cmd.extend(['-o', 'json'])
  832. rval = self.openshift_cmd(cmd, output=True)
  833. # Ensure results are retuned in an array
  834. if 'items' in rval:
  835. rval['results'] = rval['items']
  836. elif not isinstance(rval['results'], list):
  837. rval['results'] = [rval['results']]
  838. return rval
  839. def _schedulable(self, node=None, selector=None, schedulable=True):
  840. ''' perform oadm manage-node scheduable '''
  841. cmd = ['manage-node']
  842. if node:
  843. cmd.extend(node)
  844. else:
  845. cmd.append('--selector={}'.format(selector))
  846. cmd.append('--schedulable={}'.format(schedulable))
  847. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  848. def _list_pods(self, node=None, selector=None, pod_selector=None):
  849. ''' perform oadm list pods
  850. node: the node in which to list pods
  851. selector: the label selector filter if provided
  852. pod_selector: the pod selector filter if provided
  853. '''
  854. cmd = ['manage-node']
  855. if node:
  856. cmd.extend(node)
  857. else:
  858. cmd.append('--selector={}'.format(selector))
  859. if pod_selector:
  860. cmd.append('--pod-selector={}'.format(pod_selector))
  861. cmd.extend(['--list-pods', '-o', 'json'])
  862. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  863. # pylint: disable=too-many-arguments
  864. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  865. ''' perform oadm manage-node evacuate '''
  866. cmd = ['manage-node']
  867. if node:
  868. cmd.extend(node)
  869. else:
  870. cmd.append('--selector={}'.format(selector))
  871. if dry_run:
  872. cmd.append('--dry-run')
  873. if pod_selector:
  874. cmd.append('--pod-selector={}'.format(pod_selector))
  875. if grace_period:
  876. cmd.append('--grace-period={}'.format(int(grace_period)))
  877. if force:
  878. cmd.append('--force')
  879. cmd.append('--evacuate')
  880. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  881. def _version(self):
  882. ''' return the openshift version'''
  883. return self.openshift_cmd(['version'], output=True, output_type='raw')
  884. def _import_image(self, url=None, name=None, tag=None):
  885. ''' perform image import '''
  886. cmd = ['import-image']
  887. image = '{0}'.format(name)
  888. if tag:
  889. image += ':{0}'.format(tag)
  890. cmd.append(image)
  891. if url:
  892. cmd.append('--from={0}/{1}'.format(url, image))
  893. cmd.append('-n{0}'.format(self.namespace))
  894. cmd.append('--confirm')
  895. return self.openshift_cmd(cmd)
  896. def _run(self, cmds, input_data):
  897. ''' Actually executes the command. This makes mocking easier. '''
  898. curr_env = os.environ.copy()
  899. curr_env.update({'KUBECONFIG': self.kubeconfig})
  900. proc = subprocess.Popen(cmds,
  901. stdin=subprocess.PIPE,
  902. stdout=subprocess.PIPE,
  903. stderr=subprocess.PIPE,
  904. env=curr_env)
  905. stdout, stderr = proc.communicate(input_data)
  906. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  907. # pylint: disable=too-many-arguments,too-many-branches
  908. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  909. '''Base command for oc '''
  910. cmds = [self.oc_binary]
  911. if oadm:
  912. cmds.append('adm')
  913. cmds.extend(cmd)
  914. if self.all_namespaces:
  915. cmds.extend(['--all-namespaces'])
  916. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  917. cmds.extend(['-n', self.namespace])
  918. if self.verbose:
  919. print(' '.join(cmds))
  920. try:
  921. returncode, stdout, stderr = self._run(cmds, input_data)
  922. except OSError as ex:
  923. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  924. rval = {"returncode": returncode,
  925. "cmd": ' '.join(cmds)}
  926. if output_type == 'json':
  927. rval['results'] = {}
  928. if output and stdout:
  929. try:
  930. rval['results'] = json.loads(stdout)
  931. except ValueError as verr:
  932. if "No JSON object could be decoded" in verr.args:
  933. rval['err'] = verr.args
  934. elif output_type == 'raw':
  935. rval['results'] = stdout if output else ''
  936. if self.verbose:
  937. print("STDOUT: {0}".format(stdout))
  938. print("STDERR: {0}".format(stderr))
  939. if 'err' in rval or returncode != 0:
  940. rval.update({"stderr": stderr,
  941. "stdout": stdout})
  942. return rval
  943. class Utils(object): # pragma: no cover
  944. ''' utilities for openshiftcli modules '''
  945. @staticmethod
  946. def _write(filename, contents):
  947. ''' Actually write the file contents to disk. This helps with mocking. '''
  948. with open(filename, 'w') as sfd:
  949. sfd.write(str(contents))
  950. @staticmethod
  951. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  952. ''' create a file in tmp with name and contents'''
  953. tmp = Utils.create_tmpfile(prefix=rname)
  954. if ftype == 'yaml':
  955. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  956. # pylint: disable=no-member
  957. if hasattr(yaml, 'RoundTripDumper'):
  958. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  959. else:
  960. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  961. elif ftype == 'json':
  962. Utils._write(tmp, json.dumps(data))
  963. else:
  964. Utils._write(tmp, data)
  965. # Register cleanup when module is done
  966. atexit.register(Utils.cleanup, [tmp])
  967. return tmp
  968. @staticmethod
  969. def create_tmpfile_copy(inc_file):
  970. '''create a temporary copy of a file'''
  971. tmpfile = Utils.create_tmpfile('lib_openshift-')
  972. Utils._write(tmpfile, open(inc_file).read())
  973. # Cleanup the tmpfile
  974. atexit.register(Utils.cleanup, [tmpfile])
  975. return tmpfile
  976. @staticmethod
  977. def create_tmpfile(prefix='tmp'):
  978. ''' Generates and returns a temporary file name '''
  979. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  980. return tmp.name
  981. @staticmethod
  982. def create_tmp_files_from_contents(content, content_type=None):
  983. '''Turn an array of dict: filename, content into a files array'''
  984. if not isinstance(content, list):
  985. content = [content]
  986. files = []
  987. for item in content:
  988. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  989. item['data'],
  990. ftype=content_type)
  991. files.append({'name': os.path.basename(item['path']),
  992. 'path': path})
  993. return files
  994. @staticmethod
  995. def cleanup(files):
  996. '''Clean up on exit '''
  997. for sfile in files:
  998. if os.path.exists(sfile):
  999. if os.path.isdir(sfile):
  1000. shutil.rmtree(sfile)
  1001. elif os.path.isfile(sfile):
  1002. os.remove(sfile)
  1003. @staticmethod
  1004. def exists(results, _name):
  1005. ''' Check to see if the results include the name '''
  1006. if not results:
  1007. return False
  1008. if Utils.find_result(results, _name):
  1009. return True
  1010. return False
  1011. @staticmethod
  1012. def find_result(results, _name):
  1013. ''' Find the specified result by name'''
  1014. rval = None
  1015. for result in results:
  1016. if 'metadata' in result and result['metadata']['name'] == _name:
  1017. rval = result
  1018. break
  1019. return rval
  1020. @staticmethod
  1021. def get_resource_file(sfile, sfile_type='yaml'):
  1022. ''' return the service file '''
  1023. contents = None
  1024. with open(sfile) as sfd:
  1025. contents = sfd.read()
  1026. if sfile_type == 'yaml':
  1027. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1028. # pylint: disable=no-member
  1029. if hasattr(yaml, 'RoundTripLoader'):
  1030. contents = yaml.load(contents, yaml.RoundTripLoader)
  1031. else:
  1032. contents = yaml.safe_load(contents)
  1033. elif sfile_type == 'json':
  1034. contents = json.loads(contents)
  1035. return contents
  1036. @staticmethod
  1037. def filter_versions(stdout):
  1038. ''' filter the oc version output '''
  1039. version_dict = {}
  1040. version_search = ['oc', 'openshift', 'kubernetes']
  1041. for line in stdout.strip().split('\n'):
  1042. for term in version_search:
  1043. if not line:
  1044. continue
  1045. if line.startswith(term):
  1046. version_dict[term] = line.split()[-1]
  1047. # horrible hack to get openshift version in Openshift 3.2
  1048. # By default "oc version in 3.2 does not return an "openshift" version
  1049. if "openshift" not in version_dict:
  1050. version_dict["openshift"] = version_dict["oc"]
  1051. return version_dict
  1052. @staticmethod
  1053. def add_custom_versions(versions):
  1054. ''' create custom versions strings '''
  1055. versions_dict = {}
  1056. for tech, version in versions.items():
  1057. # clean up "-" from version
  1058. if "-" in version:
  1059. version = version.split("-")[0]
  1060. if version.startswith('v'):
  1061. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1062. # "v3.3.0.33" is what we have, we want "3.3"
  1063. versions_dict[tech + '_short'] = version[1:4]
  1064. return versions_dict
  1065. @staticmethod
  1066. def openshift_installed():
  1067. ''' check if openshift is installed '''
  1068. import rpm
  1069. transaction_set = rpm.TransactionSet()
  1070. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1071. return rpmquery.count() > 0
  1072. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1073. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1074. @staticmethod
  1075. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1076. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1077. # Currently these values are autogenerated and we do not need to check them
  1078. skip = ['metadata', 'status']
  1079. if skip_keys:
  1080. skip.extend(skip_keys)
  1081. for key, value in result_def.items():
  1082. if key in skip:
  1083. continue
  1084. # Both are lists
  1085. if isinstance(value, list):
  1086. if key not in user_def:
  1087. if debug:
  1088. print('User data does not have key [%s]' % key)
  1089. print('User data: %s' % user_def)
  1090. return False
  1091. if not isinstance(user_def[key], list):
  1092. if debug:
  1093. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1094. return False
  1095. if len(user_def[key]) != len(value):
  1096. if debug:
  1097. print("List lengths are not equal.")
  1098. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1099. print("user_def: %s" % user_def[key])
  1100. print("value: %s" % value)
  1101. return False
  1102. for values in zip(user_def[key], value):
  1103. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1104. if debug:
  1105. print('sending list - list')
  1106. print(type(values[0]))
  1107. print(type(values[1]))
  1108. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1109. if not result:
  1110. print('list compare returned false')
  1111. return False
  1112. elif value != user_def[key]:
  1113. if debug:
  1114. print('value should be identical')
  1115. print(user_def[key])
  1116. print(value)
  1117. return False
  1118. # recurse on a dictionary
  1119. elif isinstance(value, dict):
  1120. if key not in user_def:
  1121. if debug:
  1122. print("user_def does not have key [%s]" % key)
  1123. return False
  1124. if not isinstance(user_def[key], dict):
  1125. if debug:
  1126. print("dict returned false: not instance of dict")
  1127. return False
  1128. # before passing ensure keys match
  1129. api_values = set(value.keys()) - set(skip)
  1130. user_values = set(user_def[key].keys()) - set(skip)
  1131. if api_values != user_values:
  1132. if debug:
  1133. print("keys are not equal in dict")
  1134. print(user_values)
  1135. print(api_values)
  1136. return False
  1137. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1138. if not result:
  1139. if debug:
  1140. print("dict returned false")
  1141. print(result)
  1142. return False
  1143. # Verify each key, value pair is the same
  1144. else:
  1145. if key not in user_def or value != user_def[key]:
  1146. if debug:
  1147. print("value not equal; user_def does not have key")
  1148. print(key)
  1149. print(value)
  1150. if key in user_def:
  1151. print(user_def[key])
  1152. return False
  1153. if debug:
  1154. print('returning true')
  1155. return True
  1156. class OpenShiftCLIConfig(object):
  1157. '''Generic Config'''
  1158. def __init__(self, rname, namespace, kubeconfig, options):
  1159. self.kubeconfig = kubeconfig
  1160. self.name = rname
  1161. self.namespace = namespace
  1162. self._options = options
  1163. @property
  1164. def config_options(self):
  1165. ''' return config options '''
  1166. return self._options
  1167. def to_option_list(self, ascommalist=''):
  1168. '''return all options as a string
  1169. if ascommalist is set to the name of a key, and
  1170. the value of that key is a dict, format the dict
  1171. as a list of comma delimited key=value pairs'''
  1172. return self.stringify(ascommalist)
  1173. def stringify(self, ascommalist=''):
  1174. ''' return the options hash as cli params in a string
  1175. if ascommalist is set to the name of a key, and
  1176. the value of that key is a dict, format the dict
  1177. as a list of comma delimited key=value pairs '''
  1178. rval = []
  1179. for key in sorted(self.config_options.keys()):
  1180. data = self.config_options[key]
  1181. if data['include'] \
  1182. and (data['value'] is not None or isinstance(data['value'], int)):
  1183. if key == ascommalist:
  1184. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1185. else:
  1186. val = data['value']
  1187. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1188. return rval
  1189. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1190. # -*- -*- -*- Begin included fragment: lib/storageclass.py -*- -*- -*-
  1191. # pylint: disable=too-many-instance-attributes
  1192. class StorageClassConfig(object):
  1193. ''' Handle service options '''
  1194. # pylint: disable=too-many-arguments
  1195. def __init__(self,
  1196. name,
  1197. provisioner,
  1198. parameters=None,
  1199. annotations=None,
  1200. default_storage_class="false",
  1201. api_version='v1',
  1202. kubeconfig='/etc/origin/master/admin.kubeconfig'):
  1203. ''' constructor for handling storageclass options '''
  1204. self.name = name
  1205. self.parameters = parameters
  1206. self.annotations = annotations
  1207. self.provisioner = provisioner
  1208. self.api_version = api_version
  1209. self.default_storage_class = str(default_storage_class).lower()
  1210. self.kubeconfig = kubeconfig
  1211. self.data = {}
  1212. self.create_dict()
  1213. def create_dict(self):
  1214. ''' instantiates a storageclass dict '''
  1215. self.data['apiVersion'] = self.api_version
  1216. self.data['kind'] = 'StorageClass'
  1217. self.data['metadata'] = {}
  1218. self.data['metadata']['name'] = self.name
  1219. self.data['metadata']['annotations'] = {}
  1220. if self.annotations is not None:
  1221. self.data['metadata']['annotations'] = self.annotations
  1222. self.data['metadata']['annotations']['storageclass.beta.kubernetes.io/is-default-class'] = \
  1223. self.default_storage_class
  1224. self.data['provisioner'] = self.provisioner
  1225. self.data['parameters'] = {}
  1226. if self.parameters is not None:
  1227. self.data['parameters'].update(self.parameters)
  1228. # default to aws if no params were passed
  1229. else:
  1230. self.data['parameters']['type'] = 'gp2'
  1231. # pylint: disable=too-many-instance-attributes,too-many-public-methods
  1232. class StorageClass(Yedit):
  1233. ''' Class to model the oc storageclass object '''
  1234. annotations_path = "metadata.annotations"
  1235. provisioner_path = "provisioner"
  1236. parameters_path = "parameters"
  1237. kind = 'StorageClass'
  1238. def __init__(self, content):
  1239. '''StorageClass constructor'''
  1240. super(StorageClass, self).__init__(content=content)
  1241. def get_annotations(self):
  1242. ''' get a list of ports '''
  1243. return self.get(StorageClass.annotations_path) or {}
  1244. def get_parameters(self):
  1245. ''' get the service selector'''
  1246. return self.get(StorageClass.parameters_path) or {}
  1247. # -*- -*- -*- End included fragment: lib/storageclass.py -*- -*- -*-
  1248. # -*- -*- -*- Begin included fragment: class/oc_storageclass.py -*- -*- -*-
  1249. # pylint: disable=too-many-instance-attributes
  1250. class OCStorageClass(OpenShiftCLI):
  1251. ''' Class to wrap the oc command line tools '''
  1252. kind = 'storageclass'
  1253. # pylint allows 5
  1254. # pylint: disable=too-many-arguments
  1255. def __init__(self,
  1256. config,
  1257. verbose=False):
  1258. ''' Constructor for OCStorageClass '''
  1259. super(OCStorageClass, self).__init__(None, kubeconfig=config.kubeconfig, verbose=verbose)
  1260. self.config = config
  1261. self.storage_class = None
  1262. def exists(self):
  1263. ''' return whether a storageclass exists'''
  1264. if self.storage_class:
  1265. return True
  1266. return False
  1267. def get(self):
  1268. '''return storageclass '''
  1269. result = self._get(self.kind, self.config.name)
  1270. if result['returncode'] == 0:
  1271. self.storage_class = StorageClass(content=result['results'][0])
  1272. elif '\"%s\" not found' % self.config.name in result['stderr']:
  1273. result['returncode'] = 0
  1274. result['results'] = [{}]
  1275. return result
  1276. def delete(self):
  1277. '''delete the object'''
  1278. return self._delete(self.kind, self.config.name)
  1279. def create(self):
  1280. '''create the object'''
  1281. return self._create_from_content(self.config.name, self.config.data)
  1282. def update(self):
  1283. '''update the object'''
  1284. # parameters are currently unable to be updated. need to delete and recreate
  1285. self.delete()
  1286. # pause here and attempt to wait for delete.
  1287. # Better option would be to poll
  1288. time.sleep(5)
  1289. return self.create()
  1290. def needs_update(self):
  1291. ''' verify an update is needed '''
  1292. # check if params have updated
  1293. if self.storage_class.get_parameters() != self.config.parameters:
  1294. return True
  1295. for anno_key, anno_value in self.storage_class.get_annotations().items():
  1296. if 'is-default-class' in anno_key and anno_value != self.config.default_storage_class:
  1297. return True
  1298. return False
  1299. @staticmethod
  1300. # pylint: disable=too-many-return-statements,too-many-branches
  1301. # TODO: This function should be refactored into its individual parts.
  1302. def run_ansible(params, check_mode):
  1303. '''run the ansible idempotent code'''
  1304. rconfig = StorageClassConfig(params['name'],
  1305. provisioner="kubernetes.io/{}".format(params['provisioner']),
  1306. parameters=params['parameters'],
  1307. annotations=params['annotations'],
  1308. api_version="storage.k8s.io/{}".format(params['api_version']),
  1309. default_storage_class=params.get('default_storage_class', 'false'),
  1310. kubeconfig=params['kubeconfig'],
  1311. )
  1312. oc_sc = OCStorageClass(rconfig, verbose=params['debug'])
  1313. state = params['state']
  1314. api_rval = oc_sc.get()
  1315. #####
  1316. # Get
  1317. #####
  1318. if state == 'list':
  1319. return {'changed': False, 'results': api_rval['results'], 'state': 'list'}
  1320. ########
  1321. # Delete
  1322. ########
  1323. if state == 'absent':
  1324. if oc_sc.exists():
  1325. if check_mode:
  1326. return {'changed': True, 'msg': 'Would have performed a delete.'}
  1327. api_rval = oc_sc.delete()
  1328. return {'changed': True, 'results': api_rval, 'state': 'absent'}
  1329. return {'changed': False, 'state': 'absent'}
  1330. if state == 'present':
  1331. ########
  1332. # Create
  1333. ########
  1334. if not oc_sc.exists():
  1335. if check_mode:
  1336. return {'changed': True, 'msg': 'Would have performed a create.'}
  1337. # Create it here
  1338. api_rval = oc_sc.create()
  1339. if api_rval['returncode'] != 0:
  1340. return {'failed': True, 'msg': api_rval}
  1341. # return the created object
  1342. api_rval = oc_sc.get()
  1343. if api_rval['returncode'] != 0:
  1344. return {'failed': True, 'msg': api_rval}
  1345. return {'changed': True, 'results': api_rval, 'state': 'present'}
  1346. ########
  1347. # Update
  1348. ########
  1349. if oc_sc.needs_update():
  1350. api_rval = oc_sc.update()
  1351. if api_rval['returncode'] != 0:
  1352. return {'failed': True, 'msg': api_rval}
  1353. # return the created object
  1354. api_rval = oc_sc.get()
  1355. if api_rval['returncode'] != 0:
  1356. return {'failed': True, 'msg': api_rval}
  1357. return {'changed': True, 'results': api_rval, 'state': 'present'}
  1358. return {'changed': False, 'results': api_rval, 'state': 'present'}
  1359. return {'failed': True,
  1360. 'changed': False,
  1361. 'msg': 'Unknown state passed. %s' % state,
  1362. 'state': 'unknown'}
  1363. # -*- -*- -*- End included fragment: class/oc_storageclass.py -*- -*- -*-
  1364. # -*- -*- -*- Begin included fragment: ansible/oc_storageclass.py -*- -*- -*-
  1365. def main():
  1366. '''
  1367. ansible oc module for storageclass
  1368. '''
  1369. module = AnsibleModule(
  1370. argument_spec=dict(
  1371. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1372. state=dict(default='present', type='str', choices=['present', 'absent', 'list']),
  1373. debug=dict(default=False, type='bool'),
  1374. name=dict(default=None, type='str'),
  1375. annotations=dict(default=None, type='dict'),
  1376. parameters=dict(default=None, type='dict'),
  1377. provisioner=dict(required=True, type='str'),
  1378. api_version=dict(default='v1', type='str'),
  1379. default_storage_class=dict(default="false", type='str'),
  1380. ),
  1381. supports_check_mode=True,
  1382. )
  1383. rval = OCStorageClass.run_ansible(module.params, module.check_mode)
  1384. if 'failed' in rval:
  1385. return module.fail_json(**rval)
  1386. return module.exit_json(**rval)
  1387. if __name__ == '__main__':
  1388. main()
  1389. # -*- -*- -*- End included fragment: ansible/oc_storageclass.py -*- -*- -*-