oc_edit.py 53 KB

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